[PATCH] !CONFIG_NET_ETHERNET unsets CONFIG_PHYLIB, but CONFIG_USB_USBNET also needs CONFIG_PHYLIB

2006-10-25 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] USB network drivers that use mii_*() interfaces should cause those interfaces to be built. Or depend on them, but this is what all drivers/net/ drivers do. Signed-off-by: Randy Dunlap [EMAIL PROTECTED] --- drivers/usb/net/Kconfig |3 +++ 1 file changed,

Re: [PATCH] !CONFIG_NET_ETHERNET unsets CONFIG_PHYLIB, but CONFIG_USB_USBNET also needs CONFIG_PHYLIB

2006-10-25 Thread David Brownell
@@ -94,6 +95,7 @@ config USB_RTL8150 config USB_USBNET tristate Multi-purpose USB Networking Framework + select MII ---help--- This driver supports several kinds of network links over USB, with minidrivers built around a common network driver core The