Update of /cvsroot/linux-mips/linux/arch/mips
In directory usw-pr-cvs1:/tmp/cvs-serv29195/arch/mips
Modified Files:
Makefile config.in
Log Message:
Make BE-300 support build again.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/Makefile,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- Makefile 7 Mar 2002 03:16:52 -0000 1.40
+++ Makefile 9 Mar 2002 07:47:19 -0000 1.41
@@ -491,12 +491,12 @@
# Casio Cassiopeia BE-300 (Vr4131)
#
ifdef CONFIG_CASIO_BE300
-SUBDIRS += arch/mips/vr4122/common \
- arch/mips/vr4131/common \
- arch/mips/vr4131/casio-be300
-LIBS += arch/mips/vr4122/common/vr4122.o \
- arch/mips/vr4131/common/vr4131.o \
- arch/mips/vr4131/casio-be300/casio-be300.o
+SUBDIRS += arch/mips/vr41xx/common \
+ arch/mips/vr41xx/vr4122/common \
+ arch/mips/vr41xx/vr4131/casio-be300
+LIBS += arch/mips/vr41xx/common/vr41xx.o \
+ arch/mips/vr41xx/vr4122/common/vr4122.o \
+ arch/mips/vr41xx/vr4131/casio-be300/casio-be300.o
LOADADDR += 0x80001000
endif
Index: config.in
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- config.in 7 Mar 2002 09:15:15 -0000 1.87
+++ config.in 9 Mar 2002 07:47:19 -0000 1.88
@@ -448,13 +448,15 @@
define_bool CONFIG_VR4122 y
define_bool CONFIG_VR4131 y
define_bool CONFIG_NEW_IRQ y
+ define_bool CONFIG_IRQ_CPU y
define_bool CONFIG_NEW_TIME_C y
- define_bool CONFIG_VR4122_TIME_C y
+ define_bool CONFIG_VR41XX_TIME_C y
define_bool CONFIG_NONCOHERENT_IO y
define_bool CONFIG_DUMMY_KEYB y
define_bool CONFIG_PCI y
define_bool CONFIG_NEW_PCI y
define_bool CONFIG_PCI_AUTO y
+ define_bool CONFIG_SERIAL y
fi
if [ "$CONFIG_CASIO_E15" = "y" ]; then
define_bool CONFIG_CPU_VR41XX y
|