mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 06:12:58 +00:00
ae3584498b
CONFIG_USB_HOST_ETHER is the framework that the drivers are dependent on USB_HOST_ETHER. Use this as a menu and move the existing LAN75XX and LAN78XX options under new menu. Finally update the defconfigs that need CONFIG_USB_HOST_ETHER. Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
27 lines
806 B
Text
27 lines
806 B
Text
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
|
|
|
|
config USB_ETHER_LAN75XX
|
|
bool "Microchip LAN75XX support"
|
|
depends on USB_HOST_ETHER
|
|
---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"
|
|
depends on USB_HOST_ETHER
|
|
---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.
|
|
|
|
endif
|