summaryrefslogtreecommitdiffstats
path: root/arch/mips/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r--arch/mips/config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in
index 7fef82b1f..cd257bc33 100644
--- a/arch/mips/config.in
+++ b/arch/mips/config.in
@@ -63,6 +63,7 @@ if [ "$CONFIG_MIPS_MAGNUM_4000" = "y" -o \
define_bool CONFIG_FB y
define_bool CONFIG_FB_G364 y
define_bool CONFIG_MIPS_JAZZ y
+ define_bool CONFIG_ROTTEN_IRQ y
define_bool CONFIG_PC_KEYB y
fi
if [ "$CONFIG_ACER_PICA_61" = "y" ]; then
@@ -71,6 +72,7 @@ if [ "$CONFIG_ACER_PICA_61" = "y" ]; then
define_bool CONFIG_ISA y
define_bool CONFIG_MIPS_JAZZ y
define_bool CONFIG_PC_KEYB y
+ define_bool CONFIG_ROTTEN_IRQ y
fi
if [ "$CONFIG_COBALT_MICRO_SERVER" = "y" ]; then
define_bool CONFIG_ISA n
@@ -100,12 +102,14 @@ if [ "$CONFIG_SNI_RM200_PCI" = "y" ]; then
define_bool CONFIG_ISA y
define_bool CONFIG_PC_KEYB y
define_bool CONFIG_PCI y
+ define_bool CONFIG_ROTTEN_IRQ y
fi
if [ "$CONFIG_DDB5074" = "y" -o "$CONFIG_DDB5476" = "y" ]; then
define_bool CONFIG_I8259 y
define_bool CONFIG_ISA y
define_bool CONFIG_PCI y
define_bool CONFIG_PC_KEYB y
+ define_bool CONFIG_ROTTEN_IRQ y
fi
if [ "$CONFIG_ISA" != "y" ]; then