Kconfig 250 B

12345678910111213141516
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # ZTE SoC drivers
  4. #
  5. menuconfig SOC_ZTE
  6. depends on ARCH_ZX || COMPILE_TEST
  7. bool "ZTE SoC driver support"
  8. if SOC_ZTE
  9. config ZX2967_PM_DOMAINS
  10. bool "ZX2967 PM domains"
  11. depends on PM_GENERIC_DOMAINS
  12. endif