Message ID | 20101013181859.fc3a96fd.randy.dunlap@oracle.com |
---|---|
State | Accepted, archived |
Delegated to: | David Miller |
Headers | show |
From: Randy Dunlap <randy.dunlap@oracle.com> Date: Wed, 13 Oct 2010 18:18:59 -0700 > From: Randy Dunlap <randy.dunlap@oracle.com> > > We have USB, PCMCIA, and gigabit ethernet drivers that select > MII even though NET_ETHERNET is not enabled, so make MII not > be dependent on NET_ETHERNET. It is still dependent on NET > and NETDEVICES. > > Fixes kconfig unmet dependency warning (shortened, was very long string): ... > Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> > Acked-by: Jeff Garzik <jgarzik@pobox.com> [2006-NOV-30] Applied, and I added your infiniband patch too. Thanks Randy. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
--- linux-next-20101013.orig/drivers/net/Kconfig +++ linux-next-20101013/drivers/net/Kconfig @@ -180,6 +180,13 @@ config NET_SB1000 source "drivers/net/arcnet/Kconfig" +config MII + tristate "Generic Media Independent Interface device support" + help + Most ethernet controllers have MII transceiver either as an external + or internal device. It is safe to say Y or M here even if your + ethernet card lacks MII. + source "drivers/net/phy/Kconfig" # @@ -215,13 +222,6 @@ menuconfig NET_ETHERNET if NET_ETHERNET -config MII - tristate "Generic Media Independent Interface device support" - help - Most ethernet controllers have MII transceiver either as an external - or internal device. It is safe to say Y or M here even if your - ethernet card lack MII. - config MACB tristate "Atmel MACB support" depends on HAVE_NET_MACB