]> git.karo-electronics.de Git - linux-beck.git/commitdiff
clocksource/drivers/lpc32xx: Add the COMPILE_TEST option
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Sat, 31 Oct 2015 20:44:52 +0000 (21:44 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 15 Dec 2015 08:41:47 +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 a65819089210b11a5a4b5e044ecd1005ff7371ce..ed7a8249696a77067848d4d52f16a0e16883a7b7 100644 (file)
@@ -146,9 +146,11 @@ config CLKSRC_EFM32
          event device.
 
 config CLKSRC_LPC32XX
-       bool
+       bool "Clocksource for LPC32XX" if COMPILE_TEST
        select CLKSRC_MMIO
        select CLKSRC_OF
+       help
+         Support for the LPC32XX clocksource.
 
 config CLKSRC_PISTACHIO
        bool "Clocksource for Pistachio SoC" if COMPILE_TEST