Linux Audio

Check our new training course

Loading...
v3.1
 
 1config R8712U
 2	tristate "RealTek RTL8712U (RTL8192SU) Wireless LAN NIC driver"
 3	depends on WLAN && USB
 4	select WIRELESS_EXT
 5	select WEXT_PRIV
 6	select FW_LOADER
 7	default N
 8	---help---
 9	This option adds the Realtek RTL8712 USB device such as the D-Link DWA-130.
10	If built as a module, it will be called r8712u.
11
12config R8712_AP
13	bool "Realtek RTL8712U AP code"
14	depends on R8712U
15	default N
16	---help---
17	This option allows the Realtek RTL8712 USB device to be an Access Point.
 
 
18
19
v6.9.4
 1# SPDX-License-Identifier: GPL-2.0
 2config R8712U
 3	tristate "RealTek RTL8712U (RTL8192SU) Wireless LAN NIC driver"
 4	depends on WLAN && USB && CFG80211
 5	select WIRELESS_EXT
 6	select WEXT_PRIV
 7	select FW_LOADER
 8	help
 9	    This option adds the Realtek RTL8712 USB device such as the
10	    D-Link DWA-130.
 
11
12	    If built as a module, it will be called r8712u.
13
14config R8712_TX_AGGR
15	bool "Realtek RTL8712U Transmit Aggregation code"
16	depends on R8712U && BROKEN
17	help
18	    This option provides transmit aggregation for the Realtek
19	    RTL8712 USB device.
20
21