Skip to content

Commit

Permalink
USB: Fix misspelled "USBNET_MII" kernel config option.
Browse files Browse the repository at this point in the history
Fix the misspelling of "USBNET_MII" to "USB_USBNET_MII".

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Robert P. J. Day authored and Greg Kroah-Hartman committed Feb 16, 2007
1 parent 3f9b407 commit 0207c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0207c80

Please sign in to comment.