diff options
| author | Marek Vasut <[email protected]> | 2018-08-18 15:58:32 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2018-08-24 12:05:20 +0200 |
| commit | 66011a0883ffc03135cd2d3649478c812e4f1b28 (patch) | |
| tree | 30fa9a40d2f2c0fdcbc29feea6a779315c88b295 /drivers/timer/Kconfig | |
| parent | 0b8f6378cbf20e56f49a52a584c1374f11020cbf (diff) | |
timer: dw-apb: Add Designware APB timer driver
Add timer driver for the Designware APB Timer IP. This is present
for example on the Altera SoCFPGA chips.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Chin Liang See <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Ley Foon Tan <[email protected]>
Diffstat (limited to 'drivers/timer/Kconfig')
| -rw-r--r-- | drivers/timer/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig index 8a31397553d..5ab6749193c 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 |
