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

Commit 215cd967 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Michael Turquette
Browse files

clk: samsung: Enable COMPILE_TEST for Samsung clocks



Enable the COMPILE_TEST to get build coverage of some of Samsung clock
controller drivers. Still some of them will be built only if
appropriate SoC is chosen (like SOC_EXYNOS4415 or ARCH_S3C64XX).

Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Tested-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Reviewed-by: default avatarAndi Shyti <andi.shyti@samsung.com>
Signed-off-by: default avatarMichael Turquette <mturquette@baylibre.com>
parent b9e65ebc
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
config COMMON_CLK_SAMSUNG
	bool
	bool "Samsung Exynos clock controller support" if COMPILE_TEST

config S3C2410_COMMON_CLK
	bool
	bool "Samsung S3C2410 clock controller support" if COMPILE_TEST
	select COMMON_CLK_SAMSUNG
	help
	  Build the s3c2410 clock driver based on the common clock framework.
@@ -16,10 +16,10 @@ config S3C2410_COMMON_DCLK
	  framework.

config S3C2412_COMMON_CLK
	bool
	bool "Samsung S3C2412 clock controller support" if COMPILE_TEST
	select COMMON_CLK_SAMSUNG

config S3C2443_COMMON_CLK
	bool
	bool "Samsung S3C2443 clock controller support" if COMPILE_TEST
	select COMMON_CLK_SAMSUNG