diff options
author | Jamie Iles <jamie@jamieiles.com> | 2011-12-12 20:17:37 +0000 |
---|---|---|
committer | Jamie Iles <jamie@jamieiles.com> | 2011-12-18 10:48:19 +0000 |
commit | 98e27a5c13badb5c56d9d1d6c8ec210753ac1195 (patch) | |
tree | 4de656653f8bc35f228dead9bf4c868b87b22f71 /arch/arm/Kconfig | |
parent | 513c4dd698d1341a53d8a7530ecefb44cb1e2395 (diff) |
ARM: picoxcell: don't reserve irq_descs
All irq_desc's are now dynamically allocated so we don't need to
statically reserve them.
v2: - select SPARSE_IRQ and set .nr_irqs to NR_IRQS_LEGACY to skip
ISA and IRQ 0.
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 abba5b8c9d7..0d961cb7be9 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -650,6 +650,7 @@ config ARCH_PICOXCELL select HAVE_SCHED_CLOCK select HAVE_TCM select NO_IOPORT + select SPARSE_IRQ select USE_OF help This enables support for systems based on the Picochip picoXcell |