diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2008-04-09 17:01:53 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-04-24 06:57:33 -0400 |
commit | 1d32e21889b96e594e8b63b193bf7d2a51ab93ec (patch) | |
tree | 45905ef9dff318db05dbc3b3b686eb2d67afb65f /drivers | |
parent | e988a13960c61be426feca46bbc124c4126f1edc (diff) |
[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 <mokuno@sm.sony.co.jp>
CC: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 2399a3796f6e..d46d9498040c 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2278,6 +2278,7 @@ config TSI108_ETH | |||
2278 | config GELIC_NET | 2278 | config GELIC_NET |
2279 | tristate "PS3 Gigabit Ethernet driver" | 2279 | tristate "PS3 Gigabit Ethernet driver" |
2280 | depends on PPC_PS3 | 2280 | depends on PPC_PS3 |
2281 | select PS3_SYS_MANAGER | ||
2281 | help | 2282 | help |
2282 | This driver supports the network device on the PS3 game | 2283 | This driver supports the network device on the PS3 game |
2283 | console. This driver has built-in support for Ethernet. | 2284 | console. This driver has built-in support for Ethernet. |