aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-integrator/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-11-21 23:13:17 +0100
committerLinus Walleij <linus.walleij@linaro.org>2014-02-13 11:21:34 +0100
commit52d555fffffe6a8c254a71a133151ad8e658dc61 (patch)
tree394791006598657a9208c1b0d976511bef4dbe2a /arch/arm/mach-integrator/Kconfig
parentARM: integrator: use managed resources for the IM-PD1 (diff)
downloadlinux-dev-52d555fffffe6a8c254a71a133151ad8e658dc61.tar.xz
linux-dev-52d555fffffe6a8c254a71a133151ad8e658dc61.zip
ARM: integrator: register the IM-PD1 VIC
The peripherals on the IM-PD1 has never really been able to properly fire their IRQs to the main FPGA IRQ controller. Cascade it properly and register interrupts for all the devices in the array. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-integrator/Kconfig')
-rw-r--r--arch/arm/mach-integrator/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-integrator/Kconfig b/arch/arm/mach-integrator/Kconfig
index abeff25532ab..46be99007529 100644
--- a/arch/arm/mach-integrator/Kconfig
+++ b/arch/arm/mach-integrator/Kconfig
@@ -30,6 +30,7 @@ config ARCH_CINTEGRATOR
config INTEGRATOR_IMPD1
tristate "Include support for Integrator/IM-PD1"
depends on ARCH_INTEGRATOR_AP
+ select ARM_VIC
help
The IM-PD1 is an add-on logic module for the Integrator which
allows ARM(R) Ltd PrimeCells to be developed and evaluated.