summaryrefslogtreecommitdiff
path: root/drivers/usb/eth/Kconfig
diff options
context:
space:
mode:
authorYuiko Oshino <yuiko.oshino@microchip.com>2017-08-11 19:44:58 +0300
committerJoe Hershberger <joe.hershberger@ni.com>2017-08-14 20:47:33 +0300
commitd2c319792210c2db518235eb8e90979a311bbf73 (patch)
treea7463d21b6f935334c799318aa6e3186a7236db3 /drivers/usb/eth/Kconfig
parent1c1e370033f9aa0e2aed8ef64764a924e6248609 (diff)
downloadu-boot-d2c319792210c2db518235eb8e90979a311bbf73.tar.xz
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>
Diffstat (limited to 'drivers/usb/eth/Kconfig')
-rw-r--r--drivers/usb/eth/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/usb/eth/Kconfig b/drivers/usb/eth/Kconfig
new file mode 100644
index 0000000000..14cfa26cdf
--- /dev/null
+++ b/drivers/usb/eth/Kconfig
@@ -0,0 +1,17 @@
+comment "USB to Ethernet Controller Drivers"
+
+config USB_ETHER_LAN75XX
+ bool "Microchip LAN75XX support"
+ ---help---
+ Say Y here if you would like to support Microchip LAN75XX Hi-Speed
+ USB 2.0 to 10/100/1000 Gigabit Ethernet controller.
+ Supports 10Base-T/ 100Base-TX/1000Base-T.
+ This driver supports the internal PHY.
+
+config USB_ETHER_LAN78XX
+ bool "Microchip LAN78XX support"
+ ---help---
+ Say Y here if you would like to support Microchip LAN78XX USB 3.1
+ Gen 1 to 10/100/1000 Gigabit Ethernet controller.
+ Supports 10Base-T/ 100Base-TX/1000Base-T.
+ This driver supports the internal PHY.