diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-11-18 01:36:55 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-11-18 01:36:55 +0000 |
commit | f677caea24e2707c538e4a57cad1f39cb85b1876 (patch) | |
tree | 612e3f2a14e09fed37fd115f2f8fb82ae29d803c /arch/mips/defconfig-rm200 | |
parent | abcd3a36b57c4583c8eff9d3d7a8ca3c645e8532 (diff) |
So, after reaching the 9-th nesting level of ifdefs in arch/mips/-
kernel/Makefile my tastelessness detector just freaked out. The
current concept of interrupt handling just doesn't scale to an ever
increasing number of target platforms. Bits of new interrupt handling
code are already in CVS and just to make it more clear that I won't
take patches continuing this uglyness in all eternity I rename
irq.c to old-irq.c which will only be compiled in when
CONFIG_ROTTEN_IRQ is selected.
Diffstat (limited to 'arch/mips/defconfig-rm200')
-rw-r--r-- | arch/mips/defconfig-rm200 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/defconfig-rm200 b/arch/mips/defconfig-rm200 index 8c529f7c3..0b0db6673 100644 --- a/arch/mips/defconfig-rm200 +++ b/arch/mips/defconfig-rm200 @@ -31,6 +31,7 @@ CONFIG_I8259=y CONFIG_ISA=y CONFIG_PC_KEYB=y CONFIG_PCI=y +CONFIG_ROTTEN_IRQ=y # # Loadable module support |