Kconfig (cdd5b5a9761fd66d17586e4f4ba6588c70e640ea) | Kconfig (1b84378b8fe12e516cdc6c62f38aa6521d0a6582) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# RTL8XXXU Wireless LAN device configuration 4# 5config RTL8XXXU 6 tristate "Realtek 802.11n USB wireless chips support" 7 depends on MAC80211 && USB 8 depends on LEDS_CLASS --- 6 unchanged lines hidden (view full) --- 15 devices. 16 17 This driver is under development and has a limited feature 18 set. In particular it does not yet support 40MHz channels 19 and power management. However it should have a smaller 20 memory footprint than the vendor drivers and benefits 21 from the in kernel mac80211 stack. 22 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# RTL8XXXU Wireless LAN device configuration 4# 5config RTL8XXXU 6 tristate "Realtek 802.11n USB wireless chips support" 7 depends on MAC80211 && USB 8 depends on LEDS_CLASS --- 6 unchanged lines hidden (view full) --- 15 devices. 16 17 This driver is under development and has a limited feature 18 set. In particular it does not yet support 40MHz channels 19 and power management. However it should have a smaller 20 memory footprint than the vendor drivers and benefits 21 from the in kernel mac80211 stack. 22 |
23 It can coexist with drivers from drivers/staging/rtl8723au, 24 drivers/staging/rtl8192u, and drivers/net/wireless/rtlwifi, 25 but you will need to control which module you wish to load. | 23 It can coexist with the rtlwifi driver but you will need 24 to control which module you wish to load. |
26 27 To compile this driver as a module, choose M here: the module will 28 be called rtl8xxxu. If unsure, say N. 29 30config RTL8XXXU_UNTESTED 31 bool "Include support for untested Realtek 8xxx USB devices (EXPERIMENTAL)" 32 depends on RTL8XXXU 33 help 34 This option enables detection of Realtek 8723/8188/8191/8192 WiFi 35 USB devices which have not been tested directly by the driver 36 author or reported to be working by third parties. 37 38 Please report your results! | 25 26 To compile this driver as a module, choose M here: the module will 27 be called rtl8xxxu. If unsure, say N. 28 29config RTL8XXXU_UNTESTED 30 bool "Include support for untested Realtek 8xxx USB devices (EXPERIMENTAL)" 31 depends on RTL8XXXU 32 help 33 This option enables detection of Realtek 8723/8188/8191/8192 WiFi 34 USB devices which have not been tested directly by the driver 35 author or reported to be working by third parties. 36 37 Please report your results! |