commit | 281a0c781b7c928647948c9d093f702728494309 | [log] [tgz] |
---|---|---|
author | Yuiko Oshino <yuiko.oshino@microchip.com> | Fri Aug 11 12:44:58 2017 -0400 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Mon Aug 14 12:47:33 2017 -0500 |
tree | a7463d21b6f935334c799318aa6e3186a7236db3 | |
parent | a14e808f12810c5450c9fa92c800f1ee0360ab90 [diff] [blame] |
usb: net: Add support for Microchip LAN75xx and LAN78xx Add support for Microchip LAN7500, LAN7800 and LAN7850, USB to 10/100/1000 Ethernet Controllers. Signed-off-by: Yuiko Oshino <yuiko.oshino@microchip.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index da3ec2f..62126aa 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig
@@ -94,4 +94,6 @@ source "drivers/usb/gadget/Kconfig" +source "drivers/usb/eth/Kconfig" + endif