mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
d2c3197922
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>
17 lines
610 B
Text
17 lines
610 B
Text
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.
|