diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-01-03 21:44:31 +0100 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-01-30 20:25:42 +0100 |
commit | fdfa64a4b7e6253583fa49f26e676d119bc22e76 (patch) | |
tree | b150a34d0aaa94c7a58d21704353be2361723e2f /arch/arm/Kconfig | |
parent | ARM: only include mach/irqs.h for !SPARSE_IRQ (diff) | |
download | linux-fdfa64a4b7e6253583fa49f26e676d119bc22e76.tar.xz linux-fdfa64a4b7e6253583fa49f26e676d119bc22e76.zip |
ARM: highbank: select SPARSE_IRQ and remove irqs.h
irqs.h is optional now for SPARSE_IRQ, so select it and remove mach/irqs.h
from highbank.
Signed-off-by: Rob Herring <rob.herring@calxeda.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 30e7840498ce..dcd77dbf4660 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -349,6 +349,7 @@ config ARCH_HIGHBANK select GENERIC_CLOCKEVENTS select HAVE_ARM_SCU select HAVE_SMP + select SPARSE_IRQ select USE_OF help Support for the Calxeda Highbank SoC based boards. |