diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2006-12-07 11:55:07 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-12-08 20:04:00 -0500 |
commit | 9fd32cfbb602f3e5e898faa61d83c4a7897bd48a (patch) | |
tree | 6e74f498719f63c50d2827ba759605a620dcdd3d /arch/mips/Kconfig | |
parent | ed99e2bc1dc5dc54eb5a019f4975562dbef20103 (diff) |
[MIPS] Add GENERIC_HARDIRQS_NO__DO_IRQ for i8259 users
Now that i8259A_chip uses new irq flow handler select
GENERIC_HARDIRQS_NO__DO_IRQ on some more platforms.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 7078bf4b6bc3..e58928a9104d 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -165,6 +165,7 @@ config MIPS_COBALT | |||
165 | select SYS_SUPPORTS_32BIT_KERNEL | 165 | select SYS_SUPPORTS_32BIT_KERNEL |
166 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL | 166 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL |
167 | select SYS_SUPPORTS_LITTLE_ENDIAN | 167 | select SYS_SUPPORTS_LITTLE_ENDIAN |
168 | select GENERIC_HARDIRQS_NO__DO_IRQ | ||
168 | 169 | ||
169 | config MACH_DECSTATION | 170 | config MACH_DECSTATION |
170 | bool "DECstations" | 171 | bool "DECstations" |
@@ -225,6 +226,7 @@ config MACH_JAZZ | |||
225 | select SYS_SUPPORTS_32BIT_KERNEL | 226 | select SYS_SUPPORTS_32BIT_KERNEL |
226 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL | 227 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL |
227 | select SYS_SUPPORTS_100HZ | 228 | select SYS_SUPPORTS_100HZ |
229 | select GENERIC_HARDIRQS_NO__DO_IRQ | ||
228 | help | 230 | help |
229 | This a family of machines based on the MIPS R4030 chipset which was | 231 | This a family of machines based on the MIPS R4030 chipset which was |
230 | used by several vendors to build RISC/os and Windows NT workstations. | 232 | used by several vendors to build RISC/os and Windows NT workstations. |
@@ -482,6 +484,7 @@ config MACH_VR41XX | |||
482 | select SYS_HAS_CPU_VR41XX | 484 | select SYS_HAS_CPU_VR41XX |
483 | select SYS_SUPPORTS_32BIT_KERNEL | 485 | select SYS_SUPPORTS_32BIT_KERNEL |
484 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL | 486 | select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL |
487 | select GENERIC_HARDIRQS_NO__DO_IRQ | ||
485 | 488 | ||
486 | config PMC_YOSEMITE | 489 | config PMC_YOSEMITE |
487 | bool "PMC-Sierra Yosemite eval board" | 490 | bool "PMC-Sierra Yosemite eval board" |
@@ -515,6 +518,7 @@ config QEMU | |||
515 | select SYS_SUPPORTS_BIG_ENDIAN | 518 | select SYS_SUPPORTS_BIG_ENDIAN |
516 | select SYS_SUPPORTS_LITTLE_ENDIAN | 519 | select SYS_SUPPORTS_LITTLE_ENDIAN |
517 | select ARCH_SPARSEMEM_ENABLE | 520 | select ARCH_SPARSEMEM_ENABLE |
521 | select GENERIC_HARDIRQS_NO__DO_IRQ | ||
518 | help | 522 | help |
519 | Qemu is a software emulator which among other architectures also | 523 | Qemu is a software emulator which among other architectures also |
520 | can simulate a MIPS32 4Kc system. This patch adds support for the | 524 | can simulate a MIPS32 4Kc system. This patch adds support for the |
@@ -754,6 +758,7 @@ config TOSHIBA_RBTX4927 | |||
754 | select SYS_SUPPORTS_64BIT_KERNEL | 758 | select SYS_SUPPORTS_64BIT_KERNEL |
755 | select SYS_SUPPORTS_BIG_ENDIAN | 759 | select SYS_SUPPORTS_BIG_ENDIAN |
756 | select TOSHIBA_BOARDS | 760 | select TOSHIBA_BOARDS |
761 | select GENERIC_HARDIRQS_NO__DO_IRQ | ||
757 | help | 762 | help |
758 | This Toshiba board is based on the TX4927 processor. Say Y here to | 763 | This Toshiba board is based on the TX4927 processor. Say Y here to |
759 | support this machine type | 764 | support this machine type |
@@ -773,6 +778,7 @@ config TOSHIBA_RBTX4938 | |||
773 | select SYS_SUPPORTS_LITTLE_ENDIAN | 778 | select SYS_SUPPORTS_LITTLE_ENDIAN |
774 | select SYS_SUPPORTS_BIG_ENDIAN | 779 | select SYS_SUPPORTS_BIG_ENDIAN |
775 | select TOSHIBA_BOARDS | 780 | select TOSHIBA_BOARDS |
781 | select GENERIC_HARDIRQS_NO__DO_IRQ | ||
776 | help | 782 | help |
777 | This Toshiba board is based on the TX4938 processor. Say Y here to | 783 | This Toshiba board is based on the TX4938 processor. Say Y here to |
778 | support this machine type | 784 | support this machine type |