diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-05-18 22:13:23 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-05-18 22:13:23 +0000 |
commit | 04a4a0b7c6ab2c36e0cf645a42dca0cce0fa281e (patch) | |
tree | 6c2d781676e4066eea8050160431ef67ca3f11de /arch/mips/config.in | |
parent | a99f258ce7f325455fd36fc38cfa28de704ade17 (diff) |
Move Alchemy board to the new interrupt handling plus various other
cleanup. Patch from Pete Popov.
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 46c654fa2..46e59d9e1 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -181,6 +181,7 @@ if [ "$CONFIG_MIPS_IVR" = "y" ]; then fi if [ "$CONFIG_MIPS_PB1000" = "y" ]; then define_bool CONFIG_MIPS_AU1000 y + define_bool CONFIG_NEW_IRQ y fi if [ "$CONFIG_NINO" = "y" ]; then define_bool CONFIG_PC_KEYB y |