]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/soc/samsung/Kconfig
Merge branch 'Update-MT7629-to-support-PHYLINK-API'
[linux.git] / drivers / soc / samsung / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # SAMSUNG SoC drivers
4 #
5 menuconfig SOC_SAMSUNG
6         bool "Samsung SoC driver support" if COMPILE_TEST
7
8 if SOC_SAMSUNG
9
10 config 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
16 config EXYNOS_PMU
17         bool "Exynos PMU controller driver" if COMPILE_TEST
18         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
22 config EXYNOS_PMU_ARM_DRIVERS
23         bool "Exynos PMU ARMv7-specific driver extensions" if COMPILE_TEST
24         depends on EXYNOS_PMU
25
26 config EXYNOS_PM_DOMAINS
27         bool "Exynos PM domains" if COMPILE_TEST
28         depends on PM_GENERIC_DOMAINS || COMPILE_TEST
29
30 endif