Kconfig 379 B

123456789101112131415161718
  1. #
  2. # SAMSUNG SoC drivers
  3. #
  4. menuconfig SOC_SAMSUNG
  5. bool "Samsung SoC driver support" if COMPILE_TEST
  6. if SOC_SAMSUNG
  7. config EXYNOS_PMU
  8. bool "Exynos PMU controller driver" if COMPILE_TEST
  9. depends on (ARM && ARCH_EXYNOS) || ((ARM || ARM64) && COMPILE_TEST)
  10. config EXYNOS_PM_DOMAINS
  11. bool "Exynos PM domains" if COMPILE_TEST
  12. depends on PM_GENERIC_DOMAINS || COMPILE_TEST
  13. endif