summaryrefslogtreecommitdiff
path: root/drivers/timer/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-08-24 16:11:12 -0400
committerTom Rini <trini@konsulko.com>2018-08-24 16:11:12 -0400
commita376702f761be51227bfc8d0ae06722ec40687d8 (patch)
treec53eb4f6d480387f52b68f9688cb02a9919d1367 /drivers/timer/Kconfig
parent15fd1b7903a3090a03cfe453f661822a613a91ee (diff)
parenta029f540c54c39847c329fc70b1b2e0ab6dedbcd (diff)
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
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 8a31397553..5ab6749193 100644
--- a/drivers/timer/Kconfig
+++ b/drivers/timer/Kconfig
@@ -59,6 +59,13 @@ config CADENCE_TTC_TIMER
Enables support for the cadence ttc driver. This driver is present
on Xilinx Zynq and ZynqMP SoCs.
+config DESIGNWARE_APB_TIMER
+ bool "Designware APB Timer"
+ depends on TIMER
+ help
+ Enables support for the Designware APB Timer driver. This timer is
+ present on Altera SoCFPGA SoCs.
+
config SANDBOX_TIMER
bool "Sandbox timer support"
depends on SANDBOX && TIMER