diff options
author | Jamie Iles <jamie@jamieiles.com> | 2011-11-03 18:29:03 +0100 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2011-11-15 19:14:04 +0100 |
commit | c05012ce9a70100dd547042865df751498244ec3 (patch) | |
tree | 876632536f917009bdac231fcb86098cc6b1f74e /arch/arm/Kconfig | |
parent | ARM: samsung: convert to MULTI_IRQ_HANDLER (diff) | |
download | linux-c05012ce9a70100dd547042865df751498244ec3.tar.xz linux-c05012ce9a70100dd547042865df751498244ec3.zip |
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 |