From: Adrian Bunk Date: Sun, 7 Jan 2007 00:01:19 +0000 (+0100) Subject: USB_RTL8150 must select MII to avoid link errors. X-Git-Tag: v2.6.16.38-rc1~14 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6a4121f687fa1236f2414bcaf78917d5804be587;p=karo-tx-linux.git USB_RTL8150 must select MII to avoid link errors. Stolen from a patch by Randy Dunlap. Signed-off-by: Adrian Bunk --- diff --git a/drivers/usb/net/Kconfig b/drivers/usb/net/Kconfig index efd6ca7e4ac5..6c94f59db7ab 100644 --- a/drivers/usb/net/Kconfig +++ b/drivers/usb/net/Kconfig @@ -84,6 +84,7 @@ config USB_PEGASUS config USB_RTL8150 tristate "USB RTL8150 based ethernet device support (EXPERIMENTAL)" depends on EXPERIMENTAL + select MII help Say Y here if you have RTL8150 based usb-ethernet adapter. Send me any comments you may have.