From 6a4121f687fa1236f2414bcaf78917d5804be587 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sun, 7 Jan 2007 01:01:19 +0100 Subject: [PATCH] USB_RTL8150 must select MII to avoid link errors. Stolen from a patch by Randy Dunlap. Signed-off-by: Adrian Bunk --- drivers/usb/net/Kconfig | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.5