aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Kconfig
diff options
context:
space:
mode:
authorMarc Zyngier <maz@misterjones.org>2008-09-01 08:03:32 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-09-01 12:13:26 -0400
commit57a7a62eb65b35f51814382b0841ff99be242880 (patch)
tree9cdabcea5ed96a33b26f58430b0b3c36257670cb /arch/arm/mach-pxa/Kconfig
parent7a5063d86e95774ada66baac58fdfb7a80c75180 (diff)
[ARM] 5233/1: Allow PXA to have ISA IRQs numbered 0-15
Allow PXA IRQs to be numbered starting at 16, leaving 0 to 15 for the ISA IRQs, if needed. This patch depends on RMK's PXA_HAVE_BOARD_IRQS patch. Signed-off-by: Marc Zyngier <marc.zyngier@altran.com> Acked-by: Russel King <linux@arm.linux.org.uk> Acked-by: Eric Miao <eric.y.miao@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r--arch/arm/mach-pxa/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index c9643bd4849c..b0417122d4e4 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -353,4 +353,7 @@ config TOSA_BT
353config PXA_HAVE_BOARD_IRQS 353config PXA_HAVE_BOARD_IRQS
354 bool 354 bool
355 355
356config PXA_HAVE_ISA_IRQS
357 bool
358
356endif 359endif