]> git.karo-electronics.de Git - linux-beck.git/commitdiff
clocksource/drivers/tango: Add COMPILE_TEST option
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 29 Oct 2015 19:54:19 +0000 (20:54 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 15 Dec 2015 08:41:20 +0000 (09:41 +0100)
Increase the compilation test coverage by adding the COMPILE_TEST option.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/Kconfig

index e07ada91966b732193c97dfc118df06acc6e94cd..8ea7140649e4aeafad7fc7f6b17ee5d280cdaba2 100644 (file)
@@ -303,8 +303,11 @@ config CLKSRC_MIPS_GIC
        select CLKSRC_OF
 
 config CLKSRC_TANGO_XTAL
-       bool
+       bool "Clocksource for Tango SoC" if COMPILE_TEST
+       depends on ARM
        select CLKSRC_OF
+       help
+         This enables the clocksource for Tango SoC
 
 config CLKSRC_PXA
        bool "Clocksource for PXA or SA-11x0 platform" if COMPILE_TEST