summaryrefslogtreecommitdiffstats
path: root/drivers/timer/Kconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2018-04-17 13:40:46 +0200
committerMichal Simek <michal.simek@xilinx.com>2018-05-11 09:23:43 +0200
commit72c37d12214b9ee3760e5ad41465691c0accd62b (patch)
tree0ef1a9dd85fbdf5271d6954aa762684cec8530c9 /drivers/timer/Kconfig
parent83ec537dfb9c1af1f21484f017dc408781eb9466 (diff)
downloadu-boot-72c37d12214b9ee3760e5ad41465691c0accd62b.tar.gz
u-boot-72c37d12214b9ee3760e5ad41465691c0accd62b.tar.xz
u-boot-72c37d12214b9ee3760e5ad41465691c0accd62b.zip
timer: Add Cadence TTC timer counter support
This driver was tested on Xilinx ZynqMP SoC. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers/timer/Kconfig')
-rw-r--r--drivers/timer/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig
index 2c96896726..8a31397553 100644
--- a/drivers/timer/Kconfig
+++ b/drivers/timer/Kconfig
@@ -52,6 +52,13 @@ config ATMEL_PIT_TIMER
it is designed to offer maximum accuracy and efficient management,
even for systems with long response time.
+config CADENCE_TTC_TIMER
+ bool "Cadence TTC (Triple Timer Counter)"
+ depends on TIMER
+ help
+ Enables support for the cadence ttc driver. This driver is present
+ on Xilinx Zynq and ZynqMP SoCs.
+
config SANDBOX_TIMER
bool "Sandbox timer support"
depends on SANDBOX && TIMER