]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
USB_RTL8150 must select MII to avoid link errors.
authorAdrian Bunk <bunk@stusta.de>
Sun, 7 Jan 2007 00:01:19 +0000 (01:01 +0100)
committerAdrian Bunk <bunk@stusta.de>
Tue, 9 Jan 2007 02:23:34 +0000 (03:23 +0100)
Stolen from a patch by Randy Dunlap.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/usb/net/Kconfig

index efd6ca7e4ac55eecc6e82cf1e9acd26ed30d3ded..6c94f59db7ab07739eaac8876ee53b986706c808 100644 (file)
@@ -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 <petkan@users.sourceforge.net> any comments you may have.