diff options
| author | Stefan Roese <[email protected]> | 2022-09-15 16:20:37 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2022-09-20 06:39:43 +0200 |
| commit | 89fd0cccf9cff1537567b63eaa7a33110bd43a2c (patch) | |
| tree | 9ba587ca68e9e4bdffcb2be49c7aaa5e5dffff0c /drivers/timer/Kconfig | |
| parent | 50e4d8511df61b57e6ed7f7043b157229bc71375 (diff) | |
timer: orion-timer: Add support for other Armada SoC's
This patch adds support for other Marvell Armada SoC's, supporting the
25MHz fixed clock operation, like the Armada XP etc.
Signed-off-by: Stefan Roese <[email protected]>
Tested-by: Tony Dinh <[email protected]>
Diffstat (limited to 'drivers/timer/Kconfig')
| -rw-r--r-- | drivers/timer/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig index 1b492360396..fd8745ffc2e 100644 --- a/drivers/timer/Kconfig +++ b/drivers/timer/Kconfig @@ -203,8 +203,11 @@ config OMAP_TIMER config ORION_TIMER bool "Orion timer support" depends on TIMER + default y if ARCH_KIRKWOOD || (ARCH_MVEBU && ARMADA_32BIT) + select TIMER_EARLY if ARCH_MVEBU help - Select this to enable an timer for Orion devices. + Select this to enable an timer for Orion and Armada devices + like Armada XP etc. config RISCV_TIMER bool "RISC-V timer support" |
