xref: /rk3399_rockchip-uboot/drivers/usb/eth/Kconfig (revision ae3584498bf81aa3be9ae6f90fbb04e07d707276)
1*ae358449SChris Packhammenuconfig USB_HOST_ETHER
2*ae358449SChris Packham	bool "USB to Ethernet Controller Drivers"
3*ae358449SChris Packham	---help---
4*ae358449SChris Packham	  Say Y here if you would like to enable support for USB Ethernet
5*ae358449SChris Packham	  adapters.
6*ae358449SChris Packham
7*ae358449SChris Packhamif USB_HOST_ETHER
8d2c31979SYuiko Oshino
9d2c31979SYuiko Oshinoconfig USB_ETHER_LAN75XX
10d2c31979SYuiko Oshino	bool "Microchip LAN75XX support"
11*ae358449SChris Packham	depends on USB_HOST_ETHER
12d2c31979SYuiko Oshino	---help---
13d2c31979SYuiko Oshino	  Say Y here if you would like to support Microchip LAN75XX Hi-Speed
14d2c31979SYuiko Oshino	  USB 2.0 to 10/100/1000 Gigabit Ethernet controller.
15d2c31979SYuiko Oshino	  Supports 10Base-T/ 100Base-TX/1000Base-T.
16d2c31979SYuiko Oshino	  This driver supports the internal PHY.
17d2c31979SYuiko Oshino
18d2c31979SYuiko Oshinoconfig USB_ETHER_LAN78XX
19d2c31979SYuiko Oshino	bool "Microchip LAN78XX support"
20*ae358449SChris Packham	depends on USB_HOST_ETHER
21d2c31979SYuiko Oshino	---help---
22d2c31979SYuiko Oshino	  Say Y here if you would like to support Microchip LAN78XX USB 3.1
23d2c31979SYuiko Oshino	  Gen 1 to 10/100/1000 Gigabit Ethernet controller.
24d2c31979SYuiko Oshino	  Supports 10Base-T/ 100Base-TX/1000Base-T.
25d2c31979SYuiko Oshino	  This driver supports the internal PHY.
26*ae358449SChris Packham
27*ae358449SChris Packhamendif
28