diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2009-12-24 23:18:33 -0500 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-03-01 18:40:49 -0500 |
commit | 00dd8027b913088ff9b656c5aaa6336c303b7f26 (patch) | |
tree | 21953fb8396a002ae0be94d08613019fd6538f9a /arch/arm/mach-pxa/Kconfig | |
parent | da8065ac3ea29d1bfdb5a163be346fbe35066f8d (diff) |
[ARM] locomo: remove unused IRQs and avoid unnecessary cascade
IRQ_LOCOMO_* are never used elsewhere, remove these definitions. As well
as the cascade of these IRQs. IRQ_LOCOMO_*_BASE changed to IRQ_LOCOMO_*.
IRQ_LOCOMO_LT and IRQ_LOCOMO_SPI are likely to be used in a same way as
IRQ_LOCOMO_KEY.
IRQ_LOCOMO_GPIO and the demultiplex handler should really be living
somewhere else.
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 385c30ee3f23..ff05f0ff2205 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -464,6 +464,7 @@ config MACH_POODLE | |||
464 | select PXA25x | 464 | select PXA25x |
465 | select SHARP_LOCOMO | 465 | select SHARP_LOCOMO |
466 | select PXA_SSP | 466 | select PXA_SSP |
467 | select PXA_HAVE_BOARD_IRQS | ||
467 | 468 | ||
468 | config MACH_CORGI | 469 | config MACH_CORGI |
469 | bool "Enable Sharp SL-C700 (Corgi) Support" | 470 | bool "Enable Sharp SL-C700 (Corgi) Support" |