diff options
author | Nick Hawkins <nick.hawkins@hpe.com> | 2022-05-16 19:33:42 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-05-18 15:05:54 +0300 |
commit | 5184f4bf151bb4f4ab2f0f10a66b96acdf35da1a (patch) | |
tree | 6a347e87acba8383cca4ca3cdd61fbc7bd77e6c0 /drivers/clocksource/Kconfig | |
parent | 6b47441bed490d0bd39fdafaa95ac7acdcd0c11a (diff) | |
download | linux-5184f4bf151bb4f4ab2f0f10a66b96acdf35da1a.tar.xz |
clocksource/drivers/timer-gxp: Add HPE GXP Timer
Add support for the HPE GXP SOC timer. The GXP supports several different
kinds of timers but for the purpose of this driver there is only support
for the General Timer. The timer has a 1us resolution and is 32 bits. The
timer also creates a child watchdog device as the register region is the
same.
Signed-off-by: Nick Hawkins <nick.hawkins@hpe.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r-- | drivers/clocksource/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 1589ae7d5abb..be4dab9c1345 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -617,6 +617,14 @@ config CLKSRC_ST_LPC Enable this option to use the Low Power controller timer as clocksource. +config GXP_TIMER + bool "GXP timer driver" if COMPILE_TEST && !ARCH_HPE + default ARCH_HPE + select TIMER_OF if OF + help + Provides a driver for the timer control found on HPE + GXP SOCs. This is required for all GXP SOCs. + config RISCV_TIMER bool "Timer for the RISC-V platform" if COMPILE_TEST depends on GENERIC_SCHED_CLOCK && RISCV && RISCV_SBI |