2017-08-28 08:50:45 +00:00
|
|
|
menuconfig USB_HOST_ETHER
|
|
|
|
bool "USB to Ethernet Controller Drivers"
|
|
|
|
---help---
|
|
|
|
Say Y here if you would like to enable support for USB Ethernet
|
|
|
|
adapters.
|
|
|
|
|
|
|
|
if USB_HOST_ETHER
|
2017-08-11 16:44:58 +00:00
|
|
|
|
|
|
|
config USB_ETHER_LAN75XX
|
|
|
|
bool "Microchip LAN75XX support"
|
2017-08-28 08:50:45 +00:00
|
|
|
depends on USB_HOST_ETHER
|
2017-08-11 16:44:58 +00:00
|
|
|
---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"
|
2017-08-28 08:50:45 +00:00
|
|
|
depends on USB_HOST_ETHER
|
2017-08-11 16:44:58 +00:00
|
|
|
---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.
|
2017-08-28 08:50:45 +00:00
|
|
|
|
|
|
|
endif
|