[2.6 patch] VIA_VELOCITY must depend on INET

From: Adrian Bunk
Date: Tue Jul 19 2005 - 09:09:50 EST


VIA_VELOCITY=y and INET=n results in the following compile error:

<-- snip -->

...
LD .tmp_vmlinux1
drivers/built-in.o: In function `velocity_register_notifier':
via-velocity.c:(.text+0x3462c6): undefined reference to `register_inetaddr_notifier'
drivers/built-in.o: In function `velocity_unregister_notifier':
via-velocity.c:(.text+0x3462d6): undefined reference to `unregister_inetaddr_notifier'
make: *** [.tmp_vmlinux1] Error 1

<-- snip -->


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.13-rc3-mm1-full/drivers/net/Kconfig.old 2005-07-19 02:11:45.000000000 +0200
+++ linux-2.6.13-rc3-mm1-full/drivers/net/Kconfig 2005-07-19 02:12:09.000000000 +0200
@@ -2016,7 +2016,7 @@

config VIA_VELOCITY
tristate "VIA Velocity support"
- depends on NET_PCI && PCI
+ depends on INET && NET_PCI && PCI
select CRC32
select CRC_CCITT
select MII

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/