summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij2018-12-29 15:47:52 +0100
committerLinus Walleij2019-04-19 20:37:44 +0200
commitdc8ef8cd3a05632bf15ce8714d6b84ece2836fe9 (patch)
tree3147f78a797a4d4d2c139c03210fe7ad3caf86f4 /arch/arm/Kconfig
parentARM: ixp4xx: Pass IRQ resource to beeper (diff)
downloadkernel-qcow2-linux-dc8ef8cd3a05632bf15ce8714d6b84ece2836fe9.tar.gz
kernel-qcow2-linux-dc8ef8cd3a05632bf15ce8714d6b84ece2836fe9.tar.xz
kernel-qcow2-linux-dc8ef8cd3a05632bf15ce8714d6b84ece2836fe9.zip
ARM: ixp4xx: Convert to SPARSE_IRQ
This localizes the <mach/irqs.h> header to the mach-ixp4xx directory, removes NR_IRQS and switches IXP4xx over to using SPARSE_IRQ. This is a prerequisite for DT support. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index eb27554aa04f..f5ec59a549e3 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -437,6 +437,7 @@ config ARCH_IXP4XX
select GPIOLIB
select HAVE_PCI
select NEED_MACH_IO_H
+ select SPARSE_IRQ
select USB_EHCI_BIG_ENDIAN_DESC
select USB_EHCI_BIG_ENDIAN_MMIO
help