diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2011-09-06 11:23:45 +0200 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2011-11-15 19:14:00 +0100 |
commit | abd3ca51fba8bc200ae78e99bd1ac19c4e3b6781 (patch) | |
tree | 49a2aefd7995b93a601751a64f08220c44a2a54d /arch/arm/Kconfig | |
parent | ARM: RealView: convert to CONFIG_MULTI_IRQ_HANDLER (diff) | |
download | linux-abd3ca51fba8bc200ae78e99bd1ac19c4e3b6781.tar.xz linux-abd3ca51fba8bc200ae78e99bd1ac19c4e3b6781.zip |
ARM: VExpress: convert to CONFIG_MULTI_IRQ_HANDLER
Convert the VExpress platform to be using the gic_handle_irq
function as its primary interrupt handler.
Signed-off-by: Marc Zyngier <marc.zyngier@arm.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 5f3b7fedc662..8f39263c0768 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -311,6 +311,7 @@ config ARCH_VEXPRESS select ICST select PLAT_VERSATILE select PLAT_VERSATILE_CLCD + select MULTI_IRQ_HANDLER help This enables support for the ARM Ltd Versatile Express boards. |