Update of /cvsroot/gc-linux/linux/drivers/serial
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17071/drivers/serial
Modified Files:
Kconfig Makefile
Log Message:
Rewind to v2.6.31.
Index: Makefile
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/serial/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Makefile 25 Oct 2009 18:59:28 -0000 1.12
--- Makefile 9 Dec 2009 18:18:07 -0000 1.13
***************
*** 80,82 ****
obj-$(CONFIG_SERIAL_QE) += ucc_uart.o
obj-$(CONFIG_SERIAL_TIMBERDALE) += timbuart.o
- obj-$(CONFIG_SERIAL_USBGECKO) += usbgecko.o
--- 80,81 ----
Index: Kconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/serial/Kconfig,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Kconfig 25 Oct 2009 18:59:28 -0000 1.13
--- Kconfig 9 Dec 2009 18:18:07 -0000 1.14
***************
*** 1452,1467 ****
Add support for UART controller on timberdale.
- 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
--- 1452,1454 ----
|