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/config.in | |
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/config.in')
-rw-r--r-- | arch/mips/config.in | 4 |
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 |