diff options
author | Jamie Iles <jamie@jamieiles.com> | 2011-11-03 13:32:39 -0400 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2011-11-15 13:14:04 -0500 |
commit | 11f1c5de7be06bbb51363002ebc4d00edc2677df (patch) | |
tree | cc32988e38b199db5207e32d491eb4b453c87a19 /arch/arm/common/Kconfig | |
parent | c05012ce9a70100dd547042865df751498244ec3 (diff) |
ARM: VIC: remove non MULTI_IRQ_HANDLER support
Now that all platforms are converted to MULTI_IRQ_HANDLER, remove the
legacy support.
Tested-by: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Jamie Iles <jamie@jamieiles.com>
Diffstat (limited to 'arch/arm/common/Kconfig')
-rw-r--r-- | arch/arm/common/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/common/Kconfig b/arch/arm/common/Kconfig index 10ca9749e94d..81a933eb0903 100644 --- a/arch/arm/common/Kconfig +++ b/arch/arm/common/Kconfig | |||
@@ -8,6 +8,7 @@ config GIC_NON_BANKED | |||
8 | 8 | ||
9 | config ARM_VIC | 9 | config ARM_VIC |
10 | select IRQ_DOMAIN | 10 | select IRQ_DOMAIN |
11 | select MULTI_IRQ_HANDLER | ||
11 | bool | 12 | bool |
12 | 13 | ||
13 | config ARM_VIC_NR | 14 | config ARM_VIC_NR |