brintos

brintos / linux-shallow public Read only

0
0
Text · 551 B · 8de2642 Raw
22 lines · plain
1# SPDX-License-Identifier: GPL-2.02config R8712U3	tristate "RealTek RTL8712U (RTL8192SU) Wireless LAN NIC driver"4	depends on WLAN && USB && CFG802115	select WIRELESS_EXT6	select WEXT_PRIV7	select FW_LOADER8	help9	    This option adds the Realtek RTL8712 USB device such as the10	    D-Link DWA-130.11 12	    If built as a module, it will be called r8712u.13 14config R8712_TX_AGGR15	bool "Realtek RTL8712U Transmit Aggregation code"16	depends on R8712U && BROKEN17	help18	    This option provides transmit aggregation for the Realtek19	    RTL8712 USB device.20 21 22