Skip to content

Commit

Permalink
clk: samsung: Enable COMPILE_TEST for Samsung clocks
Browse files Browse the repository at this point in the history
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: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Tested-by: Javier Martinez Canillas <javier@osg.samsung.com>
Reviewed-by: Andi Shyti <andi.shyti@samsung.com>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
  • Loading branch information
Krzysztof Kozlowski authored and Michael Turquette committed Feb 17, 2016
1 parent b9e65eb commit 215cd96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/clk/samsung/Kconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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

0 comments on commit 215cd96

Please sign in to comment.