diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-03-14 12:30:53 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-03-14 12:34:56 -0400 |
commit | 2f72a682f79d4eb2d96364d1a9abb7bd16c47afb (patch) | |
tree | 1586695083b3b8bcb2c42e9c2440eda84be7a3f1 /arch/arm/Kconfig | |
parent | 3f9fb2a08f55c79b4c6cde423c1e8ddcc5a49781 (diff) |
ARM: cns3xxx: enable sparse IRQ support
This trivially enables sparse IRQ on cns3xxx by moving the
nr_irqs definition from mach/irqs.h into the machine
descriptor. These interrupts will still get statically
assigned, so nothing changes here.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
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 5b714695b01b..8bad33e4f2bd 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -390,6 +390,7 @@ config ARCH_CNS3XXX | |||
390 | select MIGHT_HAVE_CACHE_L2X0 | 390 | select MIGHT_HAVE_CACHE_L2X0 |
391 | select MIGHT_HAVE_PCI | 391 | select MIGHT_HAVE_PCI |
392 | select PCI_DOMAINS if PCI | 392 | select PCI_DOMAINS if PCI |
393 | select SPARSE_IRQ | ||
393 | help | 394 | help |
394 | Support for Cavium Networks CNS3XXX platform. | 395 | Support for Cavium Networks CNS3XXX platform. |
395 | 396 | ||