From: Albert H. <he...@us...> - 2008-03-26 20:09:10
|
Update of /cvsroot/gc-linux/linux/drivers/net In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv21598/drivers/net Modified Files: Kconfig Log Message: Take into account the new CONFIG_GAMECUBE semantics. Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/net/Kconfig,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- Kconfig 4 Mar 2008 06:08:06 -0000 1.30 +++ Kconfig 26 Mar 2008 20:09:05 -0000 1.31 @@ -274,8 +274,8 @@ will be called bmac. config GAMECUBE_BBA - tristate "Nintendo GameCube BroadBand Adapter (ethernet) support" - depends on GAMECUBE && GAMECUBE_EXI && !GAMECUBE_WII + tristate "Nintendo GameCube ethernet BroadBand Adapter (BBA)" + depends on GAMECUBE_EXI && GAMECUBE help Say Y here to add ethernet support for the Broadband Adapter (BBA). |