summaryrefslogtreecommitdiff
path: root/drivers/timer/Kconfig
diff options
context:
space:
mode:
authorMichael Walle <[email protected]>2022-08-17 21:37:51 +0200
committerStefan Roese <[email protected]>2022-08-23 12:39:00 +0200
commite9e73d78a8fb5566fdb306482945f6c9ff45c2a9 (patch)
tree7fb7878918077df6bb76f44f324f67bd94152801 /drivers/timer/Kconfig
parent78c9b85df825f95c9b83a8d4b08c4ea75e8abc1a (diff)
timer: add orion-timer support
Add timer support for Kirkwood and MVEBU devices. Cc: Pali Rohár <[email protected]> Signed-off-by: Michael Walle <[email protected]> Acked-by: Pali Rohár <[email protected]> Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'drivers/timer/Kconfig')
-rw-r--r--drivers/timer/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig
index 20b5af7e260..40492901481 100644
--- a/drivers/timer/Kconfig
+++ b/drivers/timer/Kconfig
@@ -194,6 +194,12 @@ config OMAP_TIMER
help
Select this to enable an timer for Omap devices.
+config ORION_TIMER
+ bool "Orion timer support"
+ depends on TIMER
+ help
+ Select this to enable an timer for Orion devices.
+
config RISCV_TIMER
bool "RISC-V timer support"
depends on TIMER && RISCV