From: Albert H. <he...@us...> - 2007-11-19 17:57:25
|
Update of /cvsroot/gc-linux/linux/drivers/net In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv5528/drivers/net Modified Files: Kconfig Log Message: Remove redundant dependency on NET_ETHERNET for GAMECUBE_BBA. Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/net/Kconfig,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- Kconfig 16 Nov 2007 23:26:08 -0000 1.27 +++ Kconfig 19 Nov 2007 17:57:25 -0000 1.28 @@ -261,7 +261,7 @@ config GAMECUBE_BBA tristate "Nintendo GameCube BroadBand Adapter (ethernet) support" - depends on NET_ETHERNET && GAMECUBE && GAMECUBE_EXI + depends on GAMECUBE && GAMECUBE_EXI help Say Y here to add ethernet support for the Broadband Adapter (BBA). |