diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-10-09 15:36:28 +0200 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-12-15 09:41:15 +0100 |
commit | baacaf8338516d107b568ae727a47855c7fe6b51 (patch) | |
tree | 29b9c32ed515d472d044fa9957ca5ecb2ac05bdf /drivers/clocksource/Kconfig | |
parent | 2ffdf71b83bfe5df46f959029c3aad1fd5c298e6 (diff) | |
download | lwn-baacaf8338516d107b568ae727a47855c7fe6b51.tar.gz lwn-baacaf8338516d107b568ae727a47855c7fe6b51.zip |
clocksource/drivers/st_lpc: 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/Kconfig')
-rw-r--r-- | drivers/clocksource/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 3594a2b0b130..4117386d8051 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -325,7 +325,7 @@ config CLKSRC_IMX_GPT select CLKSRC_MMIO config CLKSRC_ST_LPC - bool + bool "Low power clocksource found in the LPC" if COMPILE_TEST select CLKSRC_OF if OF help Enable this option to use the Low Power controller timer |