summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/Kconfig
blob: e1f23729e970d80621689bbeb86a2dc44227fa63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# SPDX-License-Identifier: GPL-2.0
menuconfig NET_USB
	depends on USB_HOST
	bool "USB network support"

if NET_USB

config NET_USB_ASIX
	select PHYLIB
	bool "Asix compatible"

config USB_NET_AX88179_178A
	tristate "ASIX AX88179/178A USB 3.0/2.0 to Gigabit Ethernet"
	help
	  This option adds support for ASIX AX88179 based USB 3.0/2.0
	  to Gigabit Ethernet adapters.

	  This driver should work with at least the following devices:
	    * ASIX AX88179
	    * ASIX AX88178A
	    * Sitcomm LN-032

config NET_USB_SMSC95XX
	select PHYLIB
	bool "SMSC95xx"

config NET_USB_RTL8152
	bool "Realtek RTL8152B/RTL8153 support"
	help
	  Say Y here if you would like to support Realtek RTL8152B/RTL8153 base
	  USB Ethernet Devices. This driver also supports compatible devices
	  from Samsung, Lenovo, TP-LINK and Nvidia.

endif