From: Robert P. J. Day Date: Tue, 6 Feb 2007 00:41:02 +0000 (-0800) Subject: USB: Fix misspelled "USBNET_MII" kernel config option. X-Git-Tag: v2.6.21-rc1~82^2~19 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0207c808d0d95bb1c4d5067c13c8d6b14afef2ab;p=karo-tx-linux.git USB: Fix misspelled "USBNET_MII" kernel config option. Fix the misspelling of "USBNET_MII" to "USB_USBNET_MII". Signed-off-by: Robert P. J. Day Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/net/Kconfig b/drivers/usb/net/Kconfig index 7ae4ed01d172..5b7fed78c19f 100644 --- a/drivers/usb/net/Kconfig +++ b/drivers/usb/net/Kconfig @@ -99,7 +99,7 @@ config USB_USBNET_MII config USB_USBNET tristate "Multi-purpose USB Networking Framework" - select MII if USBNET_MII != n + select MII if USB_USBNET_MII != n ---help--- This driver supports several kinds of network links over USB, with "minidrivers" built around a common network driver core