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 8 9config 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 18config 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 27endif 28