From: Geoff Levand Date: Wed, 9 Apr 2008 21:01:53 +0000 (+1000) Subject: [POWERPC] PS3: Fix gelic net module dependency X-Git-Tag: v2.6.26-rc1~1055^2~41 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=1d32e21889b96e594e8b63b193bf7d2a51ab93ec;p=linux-2.6-omap-h63xx.git [POWERPC] PS3: Fix gelic net module dependency The PS3 gelic network driver depends on the wake-on-lan support provided by the PS3 sys manager driver. Add that dependency to the GELIC_NET Kconfig option. Prevents these build errors: ps3_gelic_net.c:1277: undefined reference to `.ps3_sys_manager_get_wol' ps3_gelic_net.c:1337: undefined reference to `.ps3_sys_manager_set_wol' CC: Masakazu Mokuno CC: Jeff Garzik Signed-off-by: Geoff Levand Signed-off-by: Paul Mackerras --- diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 2399a3796f6..d46d9498040 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2278,6 +2278,7 @@ config TSI108_ETH config GELIC_NET tristate "PS3 Gigabit Ethernet driver" depends on PPC_PS3 + select PS3_SYS_MANAGER help This driver supports the network device on the PS3 game console. This driver has built-in support for Ethernet.