Chris Packham | ae35844 | 2017-08-28 20:50:45 +1200 | [diff] [blame] | 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 |
Yuiko Oshino | d2c3197 | 2017-08-11 12:44:58 -0400 | [diff] [blame] | 8 | |
Chris Packham | f58ad98 | 2017-08-28 20:50:46 +1200 | [diff] [blame] | 9 | config 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 | |
| 16 | config 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 | |
Yuiko Oshino | d2c3197 | 2017-08-11 12:44:58 -0400 | [diff] [blame] | 23 | config USB_ETHER_LAN75XX |
| 24 | bool "Microchip LAN75XX support" |
Chris Packham | ae35844 | 2017-08-28 20:50:45 +1200 | [diff] [blame] | 25 | depends on USB_HOST_ETHER |
Alexander Graf | f245343 | 2018-03-15 15:10:20 +0100 | [diff] [blame] | 26 | depends on PHYLIB |
Yuiko Oshino | d2c3197 | 2017-08-11 12:44:58 -0400 | [diff] [blame] | 27 | ---help--- |
| 28 | Say Y here if you would like to support Microchip LAN75XX Hi-Speed |
| 29 | USB 2.0 to 10/100/1000 Gigabit Ethernet controller. |
| 30 | Supports 10Base-T/ 100Base-TX/1000Base-T. |
| 31 | This driver supports the internal PHY. |
| 32 | |
| 33 | config USB_ETHER_LAN78XX |
| 34 | bool "Microchip LAN78XX support" |
Chris Packham | ae35844 | 2017-08-28 20:50:45 +1200 | [diff] [blame] | 35 | depends on USB_HOST_ETHER |
Alexander Graf | f245343 | 2018-03-15 15:10:20 +0100 | [diff] [blame] | 36 | depends on PHYLIB |
Yuiko Oshino | d2c3197 | 2017-08-11 12:44:58 -0400 | [diff] [blame] | 37 | ---help--- |
| 38 | Say Y here if you would like to support Microchip LAN78XX USB 3.1 |
| 39 | Gen 1 to 10/100/1000 Gigabit Ethernet controller. |
| 40 | Supports 10Base-T/ 100Base-TX/1000Base-T. |
| 41 | This driver supports the internal PHY. |
Chris Packham | ae35844 | 2017-08-28 20:50:45 +1200 | [diff] [blame] | 42 | |
Chris Packham | f58ad98 | 2017-08-28 20:50:46 +1200 | [diff] [blame] | 43 | config USB_ETHER_MCS7830 |
| 44 | bool "MOSCHIP MCS7830 (7730/7830/7832) suppport" |
| 45 | depends on USB_HOST_ETHER |
| 46 | ---help--- |
| 47 | Say Y here if you would like to support MOSCHIP MCS7830 based |
| 48 | (7730/7830/7832) USB 2.0 Ethernet Devices. |
| 49 | |
| 50 | config USB_ETHER_RTL8152 |
| 51 | bool "Realtek RTL8152B/RTL8153 support" |
| 52 | depends on USB_HOST_ETHER |
| 53 | ---help--- |
| 54 | Say Y here if you would like to support Realtek RTL8152B/RTL8153 base |
| 55 | USB Ethernet Devices. This driver also supports compatible devices |
| 56 | from Samsung, Lenovo, TP-LINK and Nvidia. |
| 57 | |
| 58 | config USB_ETHER_SMSC95XX |
| 59 | bool "SMSC LAN95x support" |
| 60 | depends on USB_HOST_ETHER |
| 61 | ---help--- |
| 62 | Say Y here if you would like to support SMSC LAN95xx based USB 2.0 |
| 63 | Ethernet Devices. |
| 64 | |
Chris Packham | ae35844 | 2017-08-28 20:50:45 +1200 | [diff] [blame] | 65 | endif |