Update of /cvsroot/linux-mips/linux/arch/mips
In directory usw-pr-cvs1:/tmp/cvs-serv21710/arch/mips
Modified Files:
config.in
Log Message:
Updates to Au1x00 USB slave support. Split into device layer and two
function-layer drivers, a TTY driver and a raw bidirectional block
driver. Only one IN/OUT block endpoint pair is working correctly
now, so both function-layer drivers have only one bidirectional port.
Index: config.in
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- config.in 28 May 2002 20:31:28 -0000 1.99
+++ config.in 29 May 2002 00:23:16 -0000 1.100
@@ -391,6 +391,7 @@
define_bool CONFIG_NONCOHERENT_IO y
define_bool CONFIG_PC_KEYB y
define_bool CONFIG_SWAP_IO_SPACE y
+ define_bool CONFIG_AU1000_USB_DEVICE y
fi
if [ "$CONFIG_MIPS_PB1500" = "y" ]; then
define_bool CONFIG_MIPS_AU1000 y
@@ -400,6 +401,7 @@
define_bool CONFIG_PCI_AUTO y
define_bool CONFIG_NONCOHERENT_IO y
define_bool CONFIG_PC_KEYB y
+ define_bool CONFIG_AU1000_USB_DEVICE y
fi
if [ "$CONFIG_MIPS_PB1100" = "y" ]; then
define_bool CONFIG_MIPS_AU1000 y
@@ -410,6 +412,7 @@
define_bool CONFIG_NONCOHERENT_IO y
define_bool CONFIG_PC_KEYB y
define_bool CONFIG_SWAP_IO_SPACE y
+ define_bool CONFIG_AU1000_USB_DEVICE y
fi
if [ "$CONFIG_IDT_79S334" = "y" ]; then
define_bool CONFIG_MIPS_RC32334 y
|