From: Daniel Lezcano Date: Sat, 31 Oct 2015 19:23:54 +0000 (+0100) Subject: clocksource/drivers/vt8500: Add the COMPILE_TEST option X-Git-Tag: v4.5-rc1~160^2~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4bdf7ef301655b85875c9cf04f93a54bd763f97;p=thirdparty%2Fkernel%2Flinux.git clocksource/drivers/vt8500: Add the COMPILE_TEST option Increase the compilation test coverage by adding the COMPILE_TEST option. Signed-off-by: Daniel Lezcano --- diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index e33ed768992ef..c2b87b4d002dd 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