diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2010-09-08 09:39:14 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-10-29 14:08:26 -0400 |
commit | b78807158be93c4756f88b5fc0790863f2690fdc (patch) | |
tree | e741711034cb4773908d4ad78e33e3db99025e4b /arch | |
parent | 48a26e60c6a5adb0d2f3ba56ea7c5bbb58d2118e (diff) |
MIPS: Kconfig cleanup
arch/mips/Kconfig already sets GENERIC_HARDIRQS_NO__DO_IRQ unconditionally.
Remove the redundant select from the Loongson Kconfig.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/loongson/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/loongson/Kconfig b/arch/mips/loongson/Kconfig index c97ca69b94e0..6e1b77fec7ea 100644 --- a/arch/mips/loongson/Kconfig +++ b/arch/mips/loongson/Kconfig | |||
@@ -20,7 +20,6 @@ config LEMOTE_FULOONG2E | |||
20 | select SYS_SUPPORTS_LITTLE_ENDIAN | 20 | select SYS_SUPPORTS_LITTLE_ENDIAN |
21 | select SYS_SUPPORTS_HIGHMEM | 21 | select SYS_SUPPORTS_HIGHMEM |
22 | select SYS_HAS_EARLY_PRINTK | 22 | select SYS_HAS_EARLY_PRINTK |
23 | select GENERIC_HARDIRQS_NO__DO_IRQ | ||
24 | select GENERIC_ISA_DMA_SUPPORT_BROKEN | 23 | select GENERIC_ISA_DMA_SUPPORT_BROKEN |
25 | select CPU_HAS_WB | 24 | select CPU_HAS_WB |
26 | select LOONGSON_MC146818 | 25 | select LOONGSON_MC146818 |
@@ -40,7 +39,6 @@ config LEMOTE_MACH2F | |||
40 | select CS5536 | 39 | select CS5536 |
41 | select CSRC_R4K if ! MIPS_EXTERNAL_TIMER | 40 | select CSRC_R4K if ! MIPS_EXTERNAL_TIMER |
42 | select DMA_NONCOHERENT | 41 | select DMA_NONCOHERENT |
43 | select GENERIC_HARDIRQS_NO__DO_IRQ | ||
44 | select GENERIC_ISA_DMA_SUPPORT_BROKEN | 42 | select GENERIC_ISA_DMA_SUPPORT_BROKEN |
45 | select HW_HAS_PCI | 43 | select HW_HAS_PCI |
46 | select I8259 | 44 | select I8259 |