]> git.sur5r.net Git - u-boot/blobdiff - drivers/timer/Kconfig
Merge git://git.denx.de/u-boot-dm
[u-boot] / drivers / timer / Kconfig
index 72c14168d6f4564bf6b68a1768251edf24bf479f..17e7dfe24526898abd90d07edbc8f7922a01bb30 100644 (file)
@@ -65,4 +65,25 @@ config STI_TIMER
        help
          Select this to enable a timer for STi devices.
 
+config ARC_TIMER
+       bool "ARC timer support"
+       depends on TIMER && ARC && CLK
+       help
+         Select this to enable built-in ARC timers.
+         ARC cores may have up to 2 built-in timers: timer0 and timer1,
+         usually at least one of them exists. Either of them is supported
+         in U-Boot.
+
+config AG101P_TIMER
+       bool "AG101P timer support"
+       depends on TIMER && NDS32
+       help
+         Select this to enable a timer for AG01P devices.
+
+config AE3XX_TIMER
+       bool "AE3XX timer support"
+       depends on TIMER && NDS32
+       help
+         Select this to enable a timer for AE3XX devices.
+
 endmenu