blob: 8b25bd55e64803aa528aa97dabf6090641d619ab [file] [log] [blame]
Pankaj Dubeybfce5522015-12-18 09:02:16 +05301#
2# SAMSUNG SoC drivers
3#
Krzysztof Kozlowskib11301d2016-02-02 15:24:13 +09004menuconfig SOC_SAMSUNG
5 bool "Samsung SoC driver support" if COMPILE_TEST
Pankaj Dubeybfce5522015-12-18 09:02:16 +05306
Krzysztof Kozlowskib11301d2016-02-02 15:24:13 +09007if SOC_SAMSUNG
Pankaj Dubeybfce5522015-12-18 09:02:16 +05308
9config EXYNOS_PMU
Krzysztof Kozlowskib11301d2016-02-02 15:24:13 +090010 bool "Exynos PMU controller driver" if COMPILE_TEST
Krzysztof Kozlowskia0ebf662017-03-14 19:10:27 +020011 depends on ARCH_EXYNOS || ((ARM || ARM64) && COMPILE_TEST)
12 select EXYNOS_PMU_ARM_DRIVERS if ARM && ARCH_EXYNOS
13
14# There is no need to enable these drivers for ARMv8
15config EXYNOS_PMU_ARM_DRIVERS
16 bool "Exynos PMU ARMv7-specific driver extensions" if COMPILE_TEST
17 depends on EXYNOS_PMU
Pankaj Dubeybfce5522015-12-18 09:02:16 +053018
Krzysztof Kozlowski9479f7cc2016-05-10 16:31:26 +020019config EXYNOS_PM_DOMAINS
20 bool "Exynos PM domains" if COMPILE_TEST
21 depends on PM_GENERIC_DOMAINS || COMPILE_TEST
22
Krzysztof Kozlowskib11301d2016-02-02 15:24:13 +090023endif