mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
drivers: soc: samsung: Enable COMPILE_TEST
Get some build coverage of Exynos PMU driver. It depends on asm/cputype.h so its compilation is limited to ARM architectures. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
This commit is contained in:
parent
bf50ddcd23
commit
b11301d5ad
@ -1,13 +1,13 @@
|
|||||||
#
|
#
|
||||||
# SAMSUNG SoC drivers
|
# SAMSUNG SoC drivers
|
||||||
#
|
#
|
||||||
menu "Samsung SOC driver support"
|
menuconfig SOC_SAMSUNG
|
||||||
|
bool "Samsung SoC driver support" if COMPILE_TEST
|
||||||
|
|
||||||
config SOC_SAMSUNG
|
if SOC_SAMSUNG
|
||||||
bool
|
|
||||||
|
|
||||||
config EXYNOS_PMU
|
config EXYNOS_PMU
|
||||||
bool
|
bool "Exynos PMU controller driver" if COMPILE_TEST
|
||||||
depends on ARM && ARCH_EXYNOS
|
depends on (ARM && ARCH_EXYNOS) || ((ARM || ARM64) && COMPILE_TEST)
|
||||||
|
|
||||||
endmenu
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user