]> git.karo-electronics.de Git - linux-beck.git/blob - drivers/soc/samsung/Kconfig
Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-beck.git] / drivers / soc / samsung / Kconfig
1 #
2 # SAMSUNG SoC drivers
3 #
4 menuconfig SOC_SAMSUNG
5         bool "Samsung SoC driver support" if COMPILE_TEST
6
7 if SOC_SAMSUNG
8
9 config EXYNOS_PMU
10         bool "Exynos PMU controller driver" if COMPILE_TEST
11         depends on (ARM && ARCH_EXYNOS) || ((ARM || ARM64) && COMPILE_TEST)
12
13 config EXYNOS_PM_DOMAINS
14         bool "Exynos PM domains" if COMPILE_TEST
15         depends on PM_GENERIC_DOMAINS || COMPILE_TEST
16
17 endif