aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>2016-02-16 01:20:30 -0500
committerMichael Turquette <mturquette@baylibre.com>2016-02-16 20:21:41 -0500
commit215cd9674fa02e4b341e4568d20ef5fd6fab1b0b (patch)
tree4d30658682ed9f31860371e465a2f4d08f71e2d2
parentb9e65ebc654dffeb77d8ef878bd6b2da30c55a94 (diff)
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: 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>
-rw-r--r--drivers/clk/samsung/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/clk/samsung/Kconfig b/drivers/clk/samsung/Kconfig
index b3fe5cb01afe..dd6093a33f84 100644
--- a/drivers/clk/samsung/Kconfig
+++ b/drivers/clk/samsung/Kconfig
@@ -1,8 +1,8 @@
1config COMMON_CLK_SAMSUNG 1config COMMON_CLK_SAMSUNG
2 bool 2 bool "Samsung Exynos clock controller support" if COMPILE_TEST
3 3
4config S3C2410_COMMON_CLK 4config S3C2410_COMMON_CLK
5 bool 5 bool "Samsung S3C2410 clock controller support" if COMPILE_TEST
6 select COMMON_CLK_SAMSUNG 6 select COMMON_CLK_SAMSUNG
7 help 7 help
8 Build the s3c2410 clock driver based on the common clock framework. 8 Build the s3c2410 clock driver based on the common clock framework.
@@ -16,10 +16,10 @@ config S3C2410_COMMON_DCLK
16 framework. 16 framework.
17 17
18config S3C2412_COMMON_CLK 18config S3C2412_COMMON_CLK
19 bool 19 bool "Samsung S3C2412 clock controller support" if COMPILE_TEST
20 select COMMON_CLK_SAMSUNG 20 select COMMON_CLK_SAMSUNG
21 21
22config S3C2443_COMMON_CLK 22config S3C2443_COMMON_CLK
23 bool 23 bool "Samsung S3C2443 clock controller support" if COMPILE_TEST
24 select COMMON_CLK_SAMSUNG 24 select COMMON_CLK_SAMSUNG
25 25