diff options
| author | Randy Dunlap <[email protected]> | 2006-12-19 05:21:10 +0000 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2006-12-26 21:28:20 +0000 |
| commit | ce9f7fe3c3f5b9ed1d3e91db78c45d0df5672816 (patch) | |
| tree | cd09231fef5eca25d6ffcbf1d27abad04bf1afaa /drivers/net/ibm_emac/ibm_emac_phy.c | |
| parent | e1000: Do not truncate TSO TCP header with 82544 workaround (diff) | |
| download | kernel-ce9f7fe3c3f5b9ed1d3e91db78c45d0df5672816.tar.gz kernel-ce9f7fe3c3f5b9ed1d3e91db78c45d0df5672816.zip | |
via-velocity uses INET interfaces
via-velocity doesn't build when CONFIG_INET=n:
drivers/built-in.o: In function `velocity_unregister_notifier':
via-velocity.c:(.text+0xe9b46): undefined reference to `unregister_inetaddr_notifier'
drivers/built-in.o: In function `velocity_init_module':
via-velocity.c:(.init.text+0xa027): undefined reference to `register_inetaddr_notifier'
I wanted to make this change in drivers/net/Kconfig, but
this isn't legal kconfig language:
config VIA_VELOCITY
tristate "VIA Velocity support"
depends on NET_PCI && PCI
+ depends on INET if PM
select CRC32
select CRC_CCITT
select MII
so fix it in via-velocity.c instead.
Builds with all 4 combinations of CONFIG_NET & CONFIG_PM.
Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
Diffstat (limited to 'drivers/net/ibm_emac/ibm_emac_phy.c')
0 files changed, 0 insertions, 0 deletions
