blob: 33ad0de2de3c392652f5f65ffb1bb40b8e100bab [file] [log] [blame]
Krzysztof Kozlowski06512c52017-12-25 21:17:59 +01001# SPDX-License-Identifier: GPL-2.0
Pankaj Dubeybfce5522015-12-18 09:02:16 +05302#
3# SAMSUNG SoC drivers
4#
Krzysztof Kozlowskib11301d2016-02-02 15:24:13 +09005menuconfig SOC_SAMSUNG
6 bool "Samsung SoC driver support" if COMPILE_TEST
Pankaj Dubeybfce5522015-12-18 09:02:16 +05307
Krzysztof Kozlowskib11301d2016-02-02 15:24:13 +09008if SOC_SAMSUNG
Pankaj Dubeybfce5522015-12-18 09:02:16 +05309
Pankaj Dubey3253b7b2019-08-13 17:08:19 +020010config EXYNOS_CHIPID
11 bool "Exynos Chipid controller driver" if COMPILE_TEST
12 depends on ARCH_EXYNOS || COMPILE_TEST
Sylwester Nawrocki28578822019-08-21 17:39:26 +020013 select MFD_SYSCON
Pankaj Dubey3253b7b2019-08-13 17:08:19 +020014 select SOC_BUS
15
Pankaj Dubeybfce5522015-12-18 09:02:16 +053016config EXYNOS_PMU
Krzysztof Kozlowskib11301d2016-02-02 15:24:13 +090017 bool "Exynos PMU controller driver" if COMPILE_TEST
Krzysztof Kozlowskia0ebf662017-03-14 19:10:27 +020018 depends on ARCH_EXYNOS || ((ARM || ARM64) && COMPILE_TEST)
19 select EXYNOS_PMU_ARM_DRIVERS if ARM && ARCH_EXYNOS
20
21# There is no need to enable these drivers for ARMv8
22config EXYNOS_PMU_ARM_DRIVERS
23 bool "Exynos PMU ARMv7-specific driver extensions" if COMPILE_TEST
24 depends on EXYNOS_PMU
Pankaj Dubeybfce5522015-12-18 09:02:16 +053025
Krzysztof Kozlowski9479f7cc2016-05-10 16:31:26 +020026config EXYNOS_PM_DOMAINS
27 bool "Exynos PM domains" if COMPILE_TEST
28 depends on PM_GENERIC_DOMAINS || COMPILE_TEST
29
Krzysztof Kozlowskib11301d2016-02-02 15:24:13 +090030endif