diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-05-09 00:32:39 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-05-09 00:32:39 +0000 |
commit | 75337fb90e0ef6702c1bb2337334e258f7119b76 (patch) | |
tree | 82c9f8bc37fa710e51f03ce212e482ace4899a4c /arch/mips/config.in | |
parent | 6539eed842af755d3ffea581e11b86ca8c5be94d (diff) |
Rewrite of Indy IRQs to new style.
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r-- | arch/mips/config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in index 5a0a17c57..46c654fa2 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -142,6 +142,7 @@ if [ "$CONFIG_SGI_IP22" = "y" ]; then define_bool CONFIG_PC_KEYB y define_bool CONFIG_SGI y define_bool CONFIG_OLD_TIME_C y + define_bool CONFIG_NEW_IRQ y fi if [ "$CONFIG_SNI_RM200_PCI" = "y" ]; then define_bool CONFIG_ARC32 y |