diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-03-08 13:13:57 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-03-08 13:13:57 +0000 |
commit | 705ed4635a04bd8b0f03370ac939bedd41e29560 (patch) | |
tree | 172824d09aa69bd8c6e6778d268eeb80c65a4c7e /arch/mips/config.in | |
parent | 8f5a3aa1e813b353465af9d481a391e90c810720 (diff) |
Asorted fixes.
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r-- | arch/mips/config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in index 4484bd651..f5f8b7a44 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -100,13 +100,11 @@ fi if [ "$CONFIG_MIPS_MAGNUM_4000" = "y" -o \ "$CONFIG_OLIVETTI_M700" = "y" ]; then define_bool CONFIG_ARC32 y - define_bool CONFIG_BOARD_SCACHE y define_bool CONFIG_I8259 y define_bool CONFIG_ISA y 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 @@ -152,6 +150,7 @@ if [ "$CONFIG_DDB5074" = "y" -o "$CONFIG_DDB5476" = "y" ]; then define_bool CONFIG_PCI y define_bool CONFIG_PC_KEYB y define_bool CONFIG_ROTTEN_IRQ y + define_bool CONFIG_HAVE_STD_PC_SERIAL_PORT y fi if [ "$CONFIG_MIPS_ITE8172" = "y" ]; then define_bool CONFIG_PCI y |