From ecf1bf5f6c2e668d03b0a9fb026db7aa41e292e1 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 17 Jun 2000 00:05:12 +0000 Subject: Finally desinfect Cobalt stuff. --- arch/mips/config.in | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) (limited to 'arch/mips/config.in') diff --git a/arch/mips/config.in b/arch/mips/config.in index f8dc7878a..980f5186b 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -1,4 +1,4 @@ -# $Id: config.in,v 1.46 2000/03/26 22:59:01 ralf Exp $ +# # For a description of the syntax of this configuration file, # see the Configure script. # @@ -11,10 +11,14 @@ endmenu mainmenu_option next_comment comment 'Machine selection' -bool 'Support for Acer PICA 1 chipset' CONFIG_ACER_PICA_61 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then + bool 'Support for Acer PICA 1 chipset' CONFIG_ACER_PICA_61 bool 'Support for Algorithmics P4032 (EXPERIMENTAL)' CONFIG_ALGOR_P4032 bool 'Support for BAGET MIPS series (EXPERIMENTAL)' CONFIG_BAGET_MIPS + bool 'Support for Cobalt Server' CONFIG_COBALT_MICRO_SERVER + if [ "$CONFIG_COBALT_MICRO_SERVER" = "y" ]; then + bool ' Support for 2800' CONFIG_COBALT_28 + fi bool 'Support for DECstations (EXPERIMENTAL)' CONFIG_DECSTATION bool 'Support for NEC DDB Vrc-5074 (EXPERIMENTAL)' CONFIG_DDB5074 fi @@ -22,7 +26,6 @@ bool 'Support for Mips Magnum 4000' CONFIG_MIPS_MAGNUM_4000 bool 'Support for Olivetti M700-10' CONFIG_OLIVETTI_M700 bool 'Support for SGI IP22' CONFIG_SGI_IP22 bool 'Support for SNI RM200 PCI' CONFIG_SNI_RM200_PCI -bool 'Support for Cobalt Server' CONFIG_COBALT_MICRO_SERVER # # Select some configuration options automatically for certain systems. @@ -54,21 +57,13 @@ if [ "$CONFIG_ACER_PICA_61" = "y" ]; then define_bool CONFIG_MIPS_JAZZ y define_bool CONFIG_PC_KEYB y fi -if [ "${CONFIG_COBALT_MICRO_SERVER}" = "y" ]; then - # Let's set up some basic stuff if cobalt is selected. - define_bool COBALT_MICRO_SERVER y - define_bool CONFIG_NO_SWAPPER y - define_bool CONFIG_COBALT_27 y - define_bool CONFIG_NO_KEYBOARD y - define_bool CONFIG_NO_VIDEO_CONSOLE y - define_bool CONFIG_COBALT_LCD y - define_bool CONFIG_COBALT_SERIAL y -fi -if [ "${CONFIG_COBALT_27}" = "y" ]; then - define_bool CONFIG_PCI y - bool 'Support for 2800 (note: only works on 2800)' CONFIG_COBALT_28 n +if [ "$CONFIG_COBALT_MICRO_SERVER" = "y" ]; then + define_bool CONFIG_ISA n + define_bool CONFIG_COBALT_27 y + define_bool CONFIG_COBALT_LCD y + define_bool CONFIG_COBALT_SERIAL y + define_bool CONFIG_PCI y fi - if [ "$CONFIG_SGI_IP22" = "y" ]; then define_bool CONFIG_ARC32 y define_bool CONFIG_PC_KEYB y -- cgit v1.2.3