diff options
author | Jamie Iles <jamie@jamieiles.com> | 2011-09-27 20:22:21 +0100 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2011-11-15 18:14:03 +0000 |
commit | 14f127badadb3960f73c63dac91092a7425aa38e (patch) | |
tree | ce097a6f89958215d87fdf696e7fb1848fd5ff03 /arch/arm/Kconfig | |
parent | 9a6879bd902e2ec605fff4d9fb3247b440a1f66a (diff) | |
download | talos-obmc-linux-14f127badadb3960f73c63dac91092a7425aa38e.tar.gz talos-obmc-linux-14f127badadb3960f73c63dac91092a7425aa38e.zip |
ARM: netx: convert to MULTI_IRQ_HANDLER
Now that there is a generic IRQ handler for multiple VIC devices use it
for netx to help building multi platform kernels.
Signed-off-by: Jamie Iles <jamie@jamieiles.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e40cd7b517b6..d8d10f4bff74 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -451,6 +451,7 @@ config ARCH_NETX select CPU_ARM926T select ARM_VIC select GENERIC_CLOCKEVENTS + select MULTI_IRQ_HANDLER help This enables support for systems based on the Hilscher NetX Soc |