On Mon, Jul 16, 2007 at 11:36:19AM +0200, Toralf Förster ([EMAIL PROTECTED]) 
wrote:
> Am Montag, 16. Juli 2007 10:32 schrieb Evgeniy Polyakov:
> > This is a result of 'select' usage in Kconfig.
> > Although this patch can help too.
> >
> 
> Hi,
> unfortunatly the patch doesn't help :

It does not help with llc because of select usage.
Netdevices likely should also depend on net.

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index ba314ad..c2ab077 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -4,6 +4,7 @@
 #
 
 menuconfig NETDEVICES
+       depends on NET
        default y if UML
        bool "Network device support"
        ---help---


-- 
        Evgeniy Polyakov
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to