diff options
| author | Jim Liu <[email protected]> | 2022-04-19 13:32:22 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-05-05 09:28:47 -0400 |
| commit | b789e4f215614e3aee2f78925683dc722ca617fc (patch) | |
| tree | 8b7c81ef06c20cd3307eee1a7b1589f4a34a8d88 /drivers/timer/Kconfig | |
| parent | 6f6a0b74d65091b302553b16350c32438acddfb7 (diff) | |
timer: npcm: Add NPCM timer support
Add Nuvoton BMC NPCM7xx/NPCM8xx timer driver.
Signed-off-by: Jim Liu <[email protected]>
Signed-off-by: Stanley Chu <[email protected]>
Diffstat (limited to 'drivers/timer/Kconfig')
| -rw-r--r-- | drivers/timer/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig index 2eda3bcca5b..7b8ab56ed32 100644 --- a/drivers/timer/Kconfig +++ b/drivers/timer/Kconfig @@ -172,6 +172,15 @@ config NOMADIK_MTU_TIMER The MTU provides 4 decrementing free-running timers. At the moment, only the first timer is used by the driver. +config NPCM_TIMER + bool "Nuvoton NPCM timer support" + depends on TIMER + help + Select this to enable a timer on Nuvoton NPCM SoCs. + NPCM timer module has 5 down-counting timers, only the first timer + is used to implement timer ops. No support for early timer and + boot timer. + config OMAP_TIMER bool "Omap timer support" depends on TIMER |
