ChangeSet 1.1673.8.29, 2004/03/26 11:25:25-08:00, mochel@digitalimplant.org [PATCH] USB: Fix drivers/usb/net/Kconfig This allows the pegasus driver to actually be seen as a config option. Apparently it's not that popular, though I have confirmed that it still works on at least the netgear fv101. drivers/usb/net/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/drivers/usb/net/Kconfig b/drivers/usb/net/Kconfig --- a/drivers/usb/net/Kconfig Wed Apr 14 14:37:52 2004 +++ b/drivers/usb/net/Kconfig Wed Apr 14 14:37:52 2004 @@ -69,7 +69,7 @@ config USB_PEGASUS tristate "USB Pegasus/Pegasus-II based ethernet device support" - depends on USB && NET_ETHERNET + depends on USB && NET select MII ---help--- Say Y here if you know you have Pegasus or Pegasus-II based adapter.