diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-10-30 22:32:10 +0100 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-12-15 09:41:32 +0100 |
commit | e6c1db13f955a7b2091d047dc8c294717e0d1a8f (patch) | |
tree | 115517770fe0ebe10ddf459592a430e5ccc1142e /drivers/clocksource | |
parent | c916554971fdfda3d34259851684a76ece5f85d1 (diff) |
clocksource/drivers/digicolor: Add the COMPILE_TEST option
Increase the compilation test coverage by adding the COMPILE_TEST option.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource')
-rw-r--r-- | drivers/clocksource/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 68a63b2447c5..63a8c6fb4172 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -28,7 +28,9 @@ config CLKSRC_MMIO bool config DIGICOLOR_TIMER - bool + bool "Digicolor timer driver" if COMPILE_TEST + help + Enables the support for the digicolor timer driver. config DW_APB_TIMER bool |