Kconfig 1.9 KB

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