usb: net: migrate CONFIG_USB_HOST_ETHER to Kconfig
[oweals/u-boot.git] / drivers / usb / eth / Kconfig
1 menuconfig USB_HOST_ETHER
2         bool "USB to Ethernet Controller Drivers"
3         ---help---
4           Say Y here if you would like to enable support for USB Ethernet
5           adapters.
6
7 if USB_HOST_ETHER
8
9 config USB_ETHER_LAN75XX
10         bool "Microchip LAN75XX support"
11         depends on USB_HOST_ETHER
12         ---help---
13           Say Y here if you would like to support Microchip LAN75XX Hi-Speed
14           USB 2.0 to 10/100/1000 Gigabit Ethernet controller.
15           Supports 10Base-T/ 100Base-TX/1000Base-T.
16           This driver supports the internal PHY.
17
18 config USB_ETHER_LAN78XX
19         bool "Microchip LAN78XX support"
20         depends on USB_HOST_ETHER
21         ---help---
22           Say Y here if you would like to support Microchip LAN78XX USB 3.1
23           Gen 1 to 10/100/1000 Gigabit Ethernet controller.
24           Supports 10Base-T/ 100Base-TX/1000Base-T.
25           This driver supports the internal PHY.
26
27 endif