sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / drivers / soc / samsung / Kconfig
blob245533907d1ba51d59e784d644303db88076e582
2 # SAMSUNG SoC drivers
4 menuconfig SOC_SAMSUNG
5         bool "Samsung SoC driver support" if COMPILE_TEST
7 if SOC_SAMSUNG
9 config EXYNOS_PMU
10         bool "Exynos PMU controller driver" if COMPILE_TEST
11         depends on (ARM && ARCH_EXYNOS) || ((ARM || ARM64) && COMPILE_TEST)
13 config EXYNOS_PM_DOMAINS
14         bool "Exynos PM domains" if COMPILE_TEST
15         depends on PM_GENERIC_DOMAINS || COMPILE_TEST
17 endif