]> git.sur5r.net Git - u-boot/blobdiff - drivers/timer/Kconfig
pci: correct a function description
[u-boot] / drivers / timer / Kconfig
index cd38a6d4bd956d278c81cc9ceb71b9a494fd477e..e03852396b7ccb4d5302484fc256d006c1bccfae 100644 (file)
@@ -58,4 +58,20 @@ config AST_TIMER
          This is mostly because they all share several registers which
          makes it difficult to completely separate them.
 
          This is mostly because they all share several registers which
          makes it difficult to completely separate them.
 
+config STI_TIMER
+       bool "STi timer support"
+       depends on TIMER
+       default y if ARCH_STI
+       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.
+
 endmenu
 endmenu