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

clocksource/drivers/fsl-ftm: 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
ef49336bbd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      drivers/clocksource/Kconfig

+ 1 - 1
drivers/clocksource/Kconfig

@@ -245,7 +245,7 @@ config CLKSRC_SAMSUNG_PWM
 	  needed only on systems that do not have the Exynos MCT available.
 
 config FSL_FTM_TIMER
-	bool
+	bool "Freescale FlexTimer Module driver" if COMPILE_TEST
 	help
 	  Support for Freescale FlexTimer Module (FTM) timer.