From: Albert H. <he...@us...> - 2009-03-05 19:57:41
|
Update of /cvsroot/gc-linux/linux/drivers/block In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8257/drivers/block Modified Files: Kconfig Makefile Log Message: Remove our marked-as-broken block drivers from Kbuild. The actual source code is left as is. Index: Makefile =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/block/Makefile,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** Makefile 1 Feb 2009 18:29:35 -0000 1.22 --- Makefile 5 Mar 2009 19:57:31 -0000 1.23 *************** *** 15,20 **** obj-$(CONFIG_GAMECUBE_ARAM) += gcn-aram.o obj-$(CONFIG_GAMECUBE_DI) += gcn-di/ - obj-$(CONFIG_GAMECUBE_DVD) += gcn-dvd/ - obj-$(CONFIG_GAMECUBE_MEMCARD) += gcn-memcard.o obj-$(CONFIG_WII_MEM2) += rvl-mem2.o obj-$(CONFIG_WII_SD) += rvl-stsd.o --- 15,18 ---- Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/block/Kconfig,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** Kconfig 1 Feb 2009 18:29:35 -0000 1.35 --- Kconfig 5 Mar 2009 19:57:30 -0000 1.36 *************** *** 95,120 **** module will be called gcn-di. - config GAMECUBE_DVD - tristate "Nintendo Gamecube DVD" - depends on GAMECUBE && !GAMECUBE_DI && BROKEN - help - This enables support for using the mini-DVD drive on the - Nintendo Gamecube. - Say Y if you want to include this driver in the kernel. - - To compile this driver as a module, choose M here: the - module will be called gcn-dvd - - config GAMECUBE_MEMCARD - tristate "Nintendo GameCube/Wii memory card (EXPERIMENTAL)" - depends on GAMECUBE_EXI && EXPERIMENTAL && BROKEN - help - This enables support for using memory cards compatible with the - Nintendo GameCube. - Say Y if you want to include this driver in the kernel. - - To compile this driver as a module, choose M here: the - module will be called gcn-memcard. - config WII_MEM2 tristate "Nintendo Wii MEM2" --- 95,98 ---- |