Update of /cvsroot/gc-linux/linux/drivers/serial
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31074/drivers/serial
Modified Files:
Kconfig Makefile
Log Message:
Merge gc-linux-v2.6.30.
Index: Makefile
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/serial/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Makefile 25 Oct 2009 18:45:36 -0000 1.8
--- Makefile 25 Oct 2009 18:50:27 -0000 1.9
***************
*** 78,79 ****
--- 78,80 ----
obj-$(CONFIG_KGDB_SERIAL_CONSOLE) += kgdboc.o
obj-$(CONFIG_SERIAL_QE) += ucc_uart.o
+ obj-$(CONFIG_SERIAL_USBGECKO) += usbgecko.o
Index: Kconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/serial/Kconfig,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Kconfig 25 Oct 2009 18:45:36 -0000 1.9
--- Kconfig 25 Oct 2009 18:50:27 -0000 1.10
***************
*** 1434,1436 ****
--- 1434,1449 ----
default 9600 if (SERIAL_SPORT_BAUD_RATE_9600)
+ config SERIAL_USBGECKO
+ bool "USBGecko adapter on the Nintendo GameCube/Wii"
+ depends on GAMECUBE_EXI
+ select SERIAL_CORE
+ help
+ This is a driver for the USB Gecko adapter for the Nintendo GameCube
+ and Wii gaming consoles. It provides a console and a tty interface.
+
+ If you have an adapter like this, say Y here, otherwise say N.
+
+ To compile this driver as a module, choose M here: the
+ module will be called usbgecko.
+
endmenu
|