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/Makefile | |
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/Makefile')
-rw-r--r-- | drivers/clocksource/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clocksource/Makefile b/drivers/clocksource/Makefile index 9c85ee2bb373..98017abf6c03 100644 --- a/drivers/clocksource/Makefile +++ b/drivers/clocksource/Makefile @@ -88,3 +88,4 @@ obj-$(CONFIG_GX6605S_TIMER) += timer-gx6605s.o obj-$(CONFIG_HYPERV_TIMER) += hyperv_timer.o obj-$(CONFIG_MICROCHIP_PIT64B) += timer-microchip-pit64b.o obj-$(CONFIG_MSC313E_TIMER) += timer-msc313e.o +obj-$(CONFIG_GXP_TIMER) += timer-gxp.o |