Update of /cvsroot/gc-linux/linux/drivers/serial
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28099/drivers/serial
Modified Files:
Kconfig Makefile
Log Message:
Rewind to v2.6.29.
Index: Makefile
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/serial/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile 2 Mar 2009 19:26:37 -0000 1.6
--- Makefile 25 Oct 2009 18:33:47 -0000 1.7
***************
*** 77,79 ****
obj-$(CONFIG_KGDB_SERIAL_CONSOLE) += kgdboc.o
obj-$(CONFIG_SERIAL_QE) += ucc_uart.o
- obj-$(CONFIG_SERIAL_USBGECKO) += usbgecko.o
--- 77,78 ----
Index: Kconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/serial/Kconfig,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Kconfig 2 Mar 2009 19:26:37 -0000 1.7
--- Kconfig 25 Oct 2009 18:33:47 -0000 1.8
***************
*** 1413,1428 ****
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
--- 1413,1415 ----
|