blob: ab0fb6c865abdf03a0ae418207d02f4e5f7b9569 [file] [log] [blame]
Chris Packhamae358442017-08-28 20:50:45 +12001menuconfig 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
Yuiko Oshinod2c31972017-08-11 12:44:58 -04008
9config USB_ETHER_LAN75XX
10 bool "Microchip LAN75XX support"
Chris Packhamae358442017-08-28 20:50:45 +120011 depends on USB_HOST_ETHER
Yuiko Oshinod2c31972017-08-11 12:44:58 -040012 ---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
18config USB_ETHER_LAN78XX
19 bool "Microchip LAN78XX support"
Chris Packhamae358442017-08-28 20:50:45 +120020 depends on USB_HOST_ETHER
Yuiko Oshinod2c31972017-08-11 12:44:58 -040021 ---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.
Chris Packhamae358442017-08-28 20:50:45 +120026
27endif