diff options
-rw-r--r-- | drivers/net/usb/Kconfig | 5 | ||||
-rw-r--r-- | drivers/net/usb/r8152.c | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig index 47b0f732b0b1..6b638a066c1d 100644 --- a/drivers/net/usb/Kconfig +++ b/drivers/net/usb/Kconfig | |||
@@ -92,11 +92,12 @@ config USB_RTL8150 | |||
92 | module will be called rtl8150. | 92 | module will be called rtl8150. |
93 | 93 | ||
94 | config USB_RTL8152 | 94 | config USB_RTL8152 |
95 | tristate "Realtek RTL8152 Based USB 2.0 Ethernet Adapters" | 95 | tristate "Realtek RTL8152/RTL8153 Based USB Ethernet Adapters" |
96 | select MII | 96 | select MII |
97 | help | 97 | help |
98 | This option adds support for Realtek RTL8152 based USB 2.0 | 98 | This option adds support for Realtek RTL8152 based USB 2.0 |
99 | 10/100 Ethernet adapters. | 99 | 10/100 Ethernet adapters and RTL8153 based USB 3.0 10/100/1000 |
100 | Ethernet adapters. | ||
100 | 101 | ||
101 | To compile this driver as a module, choose M here: the | 102 | To compile this driver as a module, choose M here: the |
102 | module will be called r8152. | 103 | module will be called r8152. |
diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c index bf7d549ab511..38f3c1426eb0 100644 --- a/drivers/net/usb/r8152.c +++ b/drivers/net/usb/r8152.c | |||
@@ -26,7 +26,7 @@ | |||
26 | /* Version Information */ | 26 | /* Version Information */ |
27 | #define DRIVER_VERSION "v1.03.0 (2013/12/26)" | 27 | #define DRIVER_VERSION "v1.03.0 (2013/12/26)" |
28 | #define DRIVER_AUTHOR "Realtek linux nic maintainers <nic_swsd@realtek.com>" | 28 | #define DRIVER_AUTHOR "Realtek linux nic maintainers <nic_swsd@realtek.com>" |
29 | #define DRIVER_DESC "Realtek RTL8152 Based USB 2.0 Ethernet Adapters" | 29 | #define DRIVER_DESC "Realtek RTL8152/RTL8153 Based USB Ethernet Adapters" |
30 | #define MODULENAME "r8152" | 30 | #define MODULENAME "r8152" |
31 | 31 | ||
32 | #define R8152_PHY_ID 32 | 32 | #define R8152_PHY_ID 32 |