commit | fdfa64a4b7e6253583fa49f26e676d119bc22e76 | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Tue Jan 03 14:44:31 2012 -0600 |
committer | Rob Herring <rob.herring@calxeda.com> | Mon Jan 30 13:25:42 2012 -0600 |
tree | b150a34d0aaa94c7a58d21704353be2361723e2f | |
parent | a2be01b15443d5bc45d23b970dab0abba773ef2a [diff] [blame] |
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>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 30e7840..dcd77db 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig
@@ -349,6 +349,7 @@ 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.