From: Albert H. <he...@us...> - 2009-10-25 18:54:00
|
Update of /cvsroot/gc-linux/linux/drivers/serial In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31851/drivers/serial Modified Files: Kconfig Makefile Log Message: Rewind to v2.6.30. Index: Makefile =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/serial/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Makefile 25 Oct 2009 18:50:27 -0000 1.9 --- Makefile 25 Oct 2009 18:53:45 -0000 1.10 *************** *** 78,80 **** obj-$(CONFIG_KGDB_SERIAL_CONSOLE) += kgdboc.o obj-$(CONFIG_SERIAL_QE) += ucc_uart.o - obj-$(CONFIG_SERIAL_USBGECKO) += usbgecko.o --- 78,79 ---- Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/serial/Kconfig,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Kconfig 25 Oct 2009 18:50:27 -0000 1.10 --- Kconfig 25 Oct 2009 18:53:45 -0000 1.11 *************** *** 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 --- 1434,1436 ---- |