Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b11301d5 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

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: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
parent bf50ddcd
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
#
# SAMSUNG SoC drivers
#
menu "Samsung SOC driver support"
menuconfig SOC_SAMSUNG
	bool "Samsung SoC driver support" if COMPILE_TEST

config SOC_SAMSUNG
	bool
if SOC_SAMSUNG

config EXYNOS_PMU
	bool
	depends on ARM && ARCH_EXYNOS
	bool "Exynos PMU controller driver" if COMPILE_TEST
	depends on (ARM && ARCH_EXYNOS) || ((ARM || ARM64) && COMPILE_TEST)

endmenu
endif