xref: /linux/drivers/soc/samsung/Kconfig (revision 0883c2c06fb5bcf5b9e008270827e63c09a88c1e)
1#
2# SAMSUNG SoC drivers
3#
4menuconfig SOC_SAMSUNG
5	bool "Samsung SoC driver support" if COMPILE_TEST
6
7if SOC_SAMSUNG
8
9config EXYNOS_PMU
10	bool "Exynos PMU controller driver" if COMPILE_TEST
11	depends on (ARM && ARCH_EXYNOS) || ((ARM || ARM64) && COMPILE_TEST)
12
13endif
14