summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij2019-01-26 00:49:19 +0100
committerLinus Walleij2019-04-23 16:02:13 +0200
commit13e0b4059b984a1c63cae5604e1f665472751ea1 (patch)
treeb1330012448bda34ea2a073abb304870cd6c6201 /drivers/clocksource/Kconfig
parentARM: ixp4xx: Switch to use new IRQ+GPIO drivers (diff)
downloadkernel-qcow2-linux-13e0b4059b984a1c63cae5604e1f665472751ea1.tar.gz
kernel-qcow2-linux-13e0b4059b984a1c63cae5604e1f665472751ea1.tar.xz
kernel-qcow2-linux-13e0b4059b984a1c63cae5604e1f665472751ea1.zip
clocksource/drivers/ixp4xx: Add driver
This adds a new slightly rewritten timer driver for the Intel IXP4xx clocksource, clockevent and delay timer. Cc: Daniel Lezcano <daniel.lezcano@linaro.org> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r--drivers/clocksource/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 171502a356aa..6d2b0d821c27 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -69,6 +69,13 @@ config FTTMR010_TIMER
Enables support for the Faraday Technology timer block
FTTMR010.
+config IXP4XX_TIMER
+ bool "Intel XScale IXP4xx timer driver" if COMPILE_TEST
+ depends on HAS_IOMEM
+ select CLKSRC_MMIO
+ help
+ Enables support for the Intel XScale IXP4xx SoC timer.
+
config ROCKCHIP_TIMER
bool "Rockchip timer driver" if COMPILE_TEST
depends on ARM || ARM64