From: Pete P. <pp...@us...> - 2001-11-22 01:19:30
|
Update of /cvsroot/linux-mips/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv1360/arch/mips Modified Files: config.in Log Message: ITE8172 and Globespan IVR boards: * added support for new time.c and irq.c; bonnie++ passes consistently over nfs and hard drive. * added Globespan IVR default config file * updated IDE and Sound drivers Index: config.in =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- config.in 2001/11/20 17:24:21 1.52 +++ config.in 2001/11/22 01:19:24 1.53 @@ -264,6 +264,8 @@ define_bool CONFIG_NEW_PCI y define_bool CONFIG_PCI_AUTO y define_bool CONFIG_IT8172_CIR y + define_bool CONFIG_NEW_IRQ y + define_bool CONFIG_NEW_TIME_C y fi if [ "$CONFIG_MIPS_IVR" = "y" ]; then define_bool CONFIG_PCI y @@ -271,6 +273,8 @@ define_bool CONFIG_NEW_PCI y define_bool CONFIG_PCI_AUTO y define_bool CONFIG_IT8172_CIR y + define_bool CONFIG_NEW_IRQ y + define_bool CONFIG_NEW_TIME_C y fi if [ "$CONFIG_MIPS_PB1000" = "y" ]; then define_bool CONFIG_MIPS_AU1000 y |