aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/clocksource/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index eb1560187434..2137f672a12f 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -399,8 +399,11 @@ config ARMV7M_SYSTICK
399 This options enables support for the ARMv7M system timer unit 399 This options enables support for the ARMv7M system timer unit
400 400
401config ATMEL_PIT 401config ATMEL_PIT
402 bool "Atmel PIT support" if COMPILE_TEST
403 depends on HAS_IOMEM
402 select TIMER_OF if OF 404 select TIMER_OF if OF
403 def_bool SOC_AT91SAM9 || SOC_SAMA5 405 help
406 Support for the Periodic Interval Timer found on Atmel SoCs.
404 407
405config ATMEL_ST 408config ATMEL_ST
406 bool "Atmel ST timer support" if COMPILE_TEST 409 bool "Atmel ST timer support" if COMPILE_TEST