Kconfig (728d90bdc9e480dc93913e59a0aa3c896c7aa697) Kconfig (5ea428595cc53677a0a5bacd950307463c40411f)
1# SPDX-License-Identifier: GPL-2.0
2#
3# SAMSUNG SoC drivers
4#
5menuconfig SOC_SAMSUNG
6 bool "Samsung SoC driver support" if COMPILE_TEST
7
8if SOC_SAMSUNG
9
1# SPDX-License-Identifier: GPL-2.0
2#
3# SAMSUNG SoC drivers
4#
5menuconfig SOC_SAMSUNG
6 bool "Samsung SoC driver support" if COMPILE_TEST
7
8if SOC_SAMSUNG
9
10config EXYNOS_ASV
11 bool "Exynos Adaptive Supply Voltage support" if COMPILE_TEST
12 depends on (ARCH_EXYNOS && EXYNOS_CHIPID) || COMPILE_TEST
13 select EXYNOS_ASV_ARM if ARM && ARCH_EXYNOS
14
15# There is no need to enable these drivers for ARMv8
16config EXYNOS_ASV_ARM
17 bool "Exynos ASV ARMv7-specific driver extensions" if COMPILE_TEST
18 depends on EXYNOS_ASV
19
10config EXYNOS_CHIPID
11 bool "Exynos Chipid controller driver" if COMPILE_TEST
12 depends on ARCH_EXYNOS || COMPILE_TEST
13 select MFD_SYSCON
14 select SOC_BUS
15
16config EXYNOS_PMU
17 bool "Exynos PMU controller driver" if COMPILE_TEST

--- 13 unchanged lines hidden ---
20config EXYNOS_CHIPID
21 bool "Exynos Chipid controller driver" if COMPILE_TEST
22 depends on ARCH_EXYNOS || COMPILE_TEST
23 select MFD_SYSCON
24 select SOC_BUS
25
26config EXYNOS_PMU
27 bool "Exynos PMU controller driver" if COMPILE_TEST

--- 13 unchanged lines hidden ---