]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/usb/eth/Kconfig
usb: net: migrate USB Ethernet adapters to Kconfig
[people/ms/u-boot.git] / drivers / usb / eth / Kconfig
CommitLineData
ae358449
CP
1menuconfig 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
7if USB_HOST_ETHER
d2c31979 8
f58ad98a
CP
9config USB_ETHER_ASIX
10 bool "ASIX AX8817X (USB 2.0) support"
11 depends on USB_HOST_ETHER
12 ---help---
13 Say Y here if you would like to support ASIX AX8817X based USB 2.0
14 Ethernet Devices.
15
16config USB_ETHER_ASIX88179
17 bool "ASIX AX88179 (USB 3.0) support"
18 depends on USB_HOST_ETHER
19 ---help---
20 Say Y here if you would like to support ASIX AX88179 based USB 3.0
21 Ethernet Devices.
22
d2c31979
YO
23config USB_ETHER_LAN75XX
24 bool "Microchip LAN75XX support"
ae358449 25 depends on USB_HOST_ETHER
d2c31979
YO
26 ---help---
27 Say Y here if you would like to support Microchip LAN75XX Hi-Speed
28 USB 2.0 to 10/100/1000 Gigabit Ethernet controller.
29 Supports 10Base-T/ 100Base-TX/1000Base-T.
30 This driver supports the internal PHY.
31
32config USB_ETHER_LAN78XX
33 bool "Microchip LAN78XX support"
ae358449 34 depends on USB_HOST_ETHER
d2c31979
YO
35 ---help---
36 Say Y here if you would like to support Microchip LAN78XX USB 3.1
37 Gen 1 to 10/100/1000 Gigabit Ethernet controller.
38 Supports 10Base-T/ 100Base-TX/1000Base-T.
39 This driver supports the internal PHY.
ae358449 40
f58ad98a
CP
41config USB_ETHER_MCS7830
42 bool "MOSCHIP MCS7830 (7730/7830/7832) suppport"
43 depends on USB_HOST_ETHER
44 ---help---
45 Say Y here if you would like to support MOSCHIP MCS7830 based
46 (7730/7830/7832) USB 2.0 Ethernet Devices.
47
48config USB_ETHER_RTL8152
49 bool "Realtek RTL8152B/RTL8153 support"
50 depends on USB_HOST_ETHER
51 ---help---
52 Say Y here if you would like to support Realtek RTL8152B/RTL8153 base
53 USB Ethernet Devices. This driver also supports compatible devices
54 from Samsung, Lenovo, TP-LINK and Nvidia.
55
56config USB_ETHER_SMSC95XX
57 bool "SMSC LAN95x support"
58 depends on USB_HOST_ETHER
59 ---help---
60 Say Y here if you would like to support SMSC LAN95xx based USB 2.0
61 Ethernet Devices.
62
ae358449 63endif