diff options
author | Robert de Vries <rhdv@xs4all.nl> | 2013-03-14 09:29:06 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-15 09:06:57 -0400 |
commit | 1e731cb986d564c4938bcba89ff5f4aea1d8e2fb (patch) | |
tree | 1b27b33f2f653de18d0e040c68f48e3029883a06 /drivers | |
parent | 296b60109e0a2dfae4d22b393744634ca6322822 (diff) |
smsc75xx: configuration help incorrectly mentions smsc95xx
The Kconfig file help information incorrectly mentions that the
SMSC LAN75xx config option is for SMSC LAN95xx devices.
Signed-off-by: Robert de Vries <rhdv@xs4all.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/usb/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig index 3b6e9b83342..7c769d8e25a 100644 --- a/drivers/net/usb/Kconfig +++ b/drivers/net/usb/Kconfig @@ -268,7 +268,7 @@ config USB_NET_SMSC75XX select CRC16 select CRC32 help - This option adds support for SMSC LAN95XX based USB 2.0 + This option adds support for SMSC LAN75XX based USB 2.0 Gigabit Ethernet adapters. config USB_NET_SMSC95XX |