Просмотр исходного кода

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>
Daniel Lezcano 10 лет назад
Родитель
Сommit
b4bdf7ef30
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      drivers/clocksource/Kconfig

+ 3 - 1
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