clk: samsung: Enable COMPILE_TEST for Samsung clocks
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 16 Feb 2016 06:20:30 +0000 (15:20 +0900)
committerMichael Turquette <mturquette@baylibre.com>
Wed, 17 Feb 2016 01:21:41 +0000 (17:21 -0800)
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>
drivers/clk/samsung/Kconfig

index b3fe5cb01afe2d2db031e9e8692161fe171bc93c..dd6093a33f84edc0c3942679b1f11c11781c85eb 100644 (file)
@@ -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