diff options
author | Jamie Iles <jamie@jamieiles.com> | 2011-11-03 21:29:03 +0400 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2011-11-15 22:14:04 +0400 |
commit | c05012ce9a70100dd547042865df751498244ec3 (patch) | |
tree | 876632536f917009bdac231fcb86098cc6b1f74e /arch/arm/Kconfig | |
parent | bb3a4ebe63194a41b7d4420cbc26732e15aa8242 (diff) | |
download | linux-c05012ce9a70100dd547042865df751498244ec3.tar.xz |
ARM: picoxcell: convert to MULTI_IRQ_HANDLER
Now that there is a generic IRQ handler for multiple VIC devices use it
for picoxcell 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 4364de547e98..3e007cb52fc9 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -652,6 +652,7 @@ config ARCH_PICOXCELL select GENERIC_GPIO select HAVE_SCHED_CLOCK select HAVE_TCM + select MULTI_IRQ_HANDLER select NO_IOPORT select USE_OF help |