X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Ftimer%2FKconfig;h=e03852396b7ccb4d5302484fc256d006c1bccfae;hb=0367bd4d605fa17b0e8ee8b45bc7afa6bd2307f9;hp=cd38a6d4bd956d278c81cc9ceb71b9a494fd477e;hpb=4697abea62a3b02c9c346b94d7eae2e4a1c6cfd0;p=u-boot diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig index cd38a6d4bd..e03852396b 100644 --- a/drivers/timer/Kconfig +++ b/drivers/timer/Kconfig @@ -58,4 +58,20 @@ config AST_TIMER 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