diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-10-31 20:23:54 +0100 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-12-15 09:41:42 +0100 |
commit | b4bdf7ef301655b85875c9cf04f93a54bd763f97 (patch) | |
tree | 1c5dc4088a4437fc8930ea1b63cd7dd959b58f51 /drivers/clocksource | |
parent | 351bb99b71048529f6977389859a9f83fb2115ab (diff) | |
download | linux-b4bdf7ef301655b85875c9cf04f93a54bd763f97.tar.bz2 |
clocksource/drivers/vt8500: 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 e33ed768992e..c2b87b4d002d 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -90,7 +90,9 @@ config TEGRA_TIMER Enables support for the Tegra driver. config VT8500_TIMER - bool + bool "VT8500 timer driver" if COMPILE_TEST + help + Enables support for the VT8500 driver. config CADENCE_TTC_TIMER bool |