diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-10-31 15:23:54 -0400 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-12-15 03:41:42 -0500 |
commit | b4bdf7ef301655b85875c9cf04f93a54bd763f97 (patch) | |
tree | 1c5dc4088a4437fc8930ea1b63cd7dd959b58f51 /drivers/clocksource/Kconfig | |
parent | 351bb99b71048529f6977389859a9f83fb2115ab (diff) |
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/Kconfig')
-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 | |||
90 | Enables support for the Tegra driver. | 90 | Enables support for the Tegra driver. |
91 | 91 | ||
92 | config VT8500_TIMER | 92 | config VT8500_TIMER |
93 | bool | 93 | bool "VT8500 timer driver" if COMPILE_TEST |
94 | help | ||
95 | Enables support for the VT8500 driver. | ||
94 | 96 | ||
95 | config CADENCE_TTC_TIMER | 97 | config CADENCE_TTC_TIMER |
96 | bool | 98 | bool |