summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij2019-01-26 00:51:51 +0100
committerLinus Walleij2019-04-23 16:02:14 +0200
commit65af666713ffd275d6db3f086f80e070594c4732 (patch)
tree97c6368dc41e6dbf751af0084103f0db4e6219ed /arch/arm/Kconfig
parentclocksource/drivers/ixp4xx: Add driver (diff)
downloadkernel-qcow2-linux-65af666713ffd275d6db3f086f80e070594c4732.tar.gz
kernel-qcow2-linux-65af666713ffd275d6db3f086f80e070594c4732.tar.xz
kernel-qcow2-linux-65af666713ffd275d6db3f086f80e070594c4732.zip
ARM: ixp4xx: Switch to use new timer driver
This augments the IXP4xx to select and use the new timer driver in drivers/clocksource and removes the old code in the machine. Cc: Daniel Lezcano <daniel.lezcano@linaro.org> Cc: Thomas Gleixner <tglx@linutronix.de> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 798cb0f4f9de..c614526a54ee 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -429,7 +429,6 @@ config ARCH_IXP4XX
depends on MMU
select ARCH_HAS_DMA_SET_COHERENT_MASK
select ARCH_SUPPORTS_BIG_ENDIAN
- select CLKSRC_MMIO
select CPU_XSCALE
select DMABOUNCE if PCI
select GENERIC_CLOCKEVENTS
@@ -438,6 +437,7 @@ config ARCH_IXP4XX
select GPIOLIB
select HAVE_PCI
select IXP4XX_IRQ
+ select IXP4XX_TIMER
select NEED_MACH_IO_H
select USB_EHCI_BIG_ENDIAN_DESC
select USB_EHCI_BIG_ENDIAN_MMIO