From: James S. <jsi...@us...> - 2001-10-26 22:30:53
|
Update of /cvsroot/linux-mips/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv29207/arch/mips Modified Files: config.in Log Message: Nino updates. Index: config.in =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- config.in 2001/10/26 17:42:26 1.39 +++ config.in 2001/10/26 22:30:51 1.40 @@ -45,7 +45,7 @@ Model-500/510 CONFIG_NINO_16MB" CONFIG_NINO_8MB fi bool 'Support for Sony PlayStation 2' CONFIG_PS2 - bool 'Support for Casio Cassiopeia BE-300 (EXPERIMENTAL)' CONFIG_CASIO_BE300 + bool 'Support for Casio Cassiopeia BE-300 (EXPERIMENTAL)' CONFIG_CASIO_BE300 fi bool 'Support for Mips Magnum 4000' CONFIG_MIPS_MAGNUM_4000 bool 'Support for Momentum Ocelot board' CONFIG_MOMENCO_OCELOT @@ -203,7 +203,7 @@ define_bool CONFIG_VRC4173 y define_bool CONFIG_NEW_IRQ y define_bool CONFIG_NEW_TIME_C y - define_bool CONFIG_DUMMY_KEYB y + define_bool CONFIG_DUMMY_KEYB y define_bool CONFIG_PCI y fi if [ "$CONFIG_NEC_KORVA" = "y" ]; then @@ -245,10 +245,11 @@ define_bool CONFIG_NO_VIDEO_CONSOLE y define_bool CONFIG_COBALT_LCD y define_bool CONFIG_PCI y - define_bool CONFIG_NEW_PCI y + define_bool CONFIG_NEW_PCI y define_bool CONFIG_OLD_TIME_C y fi if [ "$CONFIG_NINO" = "y" ]; then + define_bool CONFIG_NEW_IRQ y define_bool CONFIG_PC_KEYB y fi if [ "$CONFIG_PS2" = "y" ]; then @@ -257,7 +258,7 @@ fi if [ "$CONFIG_CASIO_BE300" = "y" ]; then define_bool CONFIG_CPU_VR41XX y - # + # # Note that the VR4131 is pin compliant with the VR4122, # leave both specified for now to attempt and reduce code # duplication as much as possible. -Lethal @@ -267,7 +268,7 @@ define_bool CONFIG_VRC4173 y define_bool CONFIG_NEW_IRQ y define_bool CONFIG_NEW_TIME_C y - define_bool CONFIG_DUMMY_KEYB y + define_bool CONFIG_DUMMY_KEYB y define_bool CONFIG_PCI y fi @@ -509,7 +510,7 @@ if [ "$CONFIG_TC" = "y" ]; then bool 'Z85C30 Serial Support' CONFIG_ZS fi - bool ' Support for console on serial port' CONFIG_SERIAL_CONSOLE + bool ' Support for console on serial port' CONFIG_SERIAL_CONSOLE fi bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then |