Browse Source

clocksource/drivers/digicolor: 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 9 năm trước cách đây
mục cha
commit
e6c1db13f9
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      drivers/clocksource/Kconfig

+ 3 - 1
drivers/clocksource/Kconfig

@@ -28,7 +28,9 @@ config CLKSRC_MMIO
 	bool
 	bool
 
 
 config DIGICOLOR_TIMER
 config DIGICOLOR_TIMER
-	bool
+	bool "Digicolor timer driver" if COMPILE_TEST
+	help
+	  Enables the support for the digicolor timer driver.
 
 
 config DW_APB_TIMER
 config DW_APB_TIMER
 	bool
 	bool