From: James S. <jsi...@us...> - 2001-10-30 00:51:02
|
Update of /cvsroot/linux-mips/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv25056 Modified Files: config.in Log Message: Since the new pci code almost works for the qube I added this in. The tulip card is still broken :-( but it almost works. Index: config.in =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- config.in 2001/10/28 23:04:19 1.42 +++ config.in 2001/10/30 00:50:59 1.43 @@ -247,6 +247,7 @@ define_bool CONFIG_COBALT_LCD y define_bool CONFIG_PCI y define_bool CONFIG_NEW_PCI y + define_bool CONFIG_PCI_AUTO y define_bool CONFIG_OLD_TIME_C y fi if [ "$CONFIG_VADEM_CLIO_1000" = "y" ]; then |