summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtlwifi/Kconfig
diff options
context:
space:
mode:
authorLarry Finger2017-08-17 19:46:51 +0200
committerGreg Kroah-Hartman2017-08-20 20:13:12 +0200
commit5b5ab4cb5cda824ef59e0511ac5d585f35f1a1a6 (patch)
tree377ea28151830151462eb27b4c119a4f61995f1b /drivers/staging/rtlwifi/Kconfig
parentstaging: r8822be: Add the driver code (diff)
downloadkernel-qcow2-linux-5b5ab4cb5cda824ef59e0511ac5d585f35f1a1a6.tar.gz
kernel-qcow2-linux-5b5ab4cb5cda824ef59e0511ac5d585f35f1a1a6.tar.xz
kernel-qcow2-linux-5b5ab4cb5cda824ef59e0511ac5d585f35f1a1a6.zip
staging: r8822be: Add Makefiles and Kconfig for new driver
The RTL8822BE, an 802.11ac wireless network card, is now appearing in new computers. Its driver is being placed in staging to reduce the time that users of this new card will have access to in-kernel drivers. This commit enables building of the new driver. For this version, all routines are built into a single module r8822be. When this driver is moved to the wireless tree, halmac, phydm, and rtl8822be will become new modules. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Ping-Ke Shih <pkshih@realtek.com> Cc: Yan-Hsuan Chuang <yhchuang@realtek.com> Cc: Birming Chiu <birming@realtek.com> Cc: Shaofu <shaofu@realtek.com> Cc: Steven Ting <steventing@realtek.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtlwifi/Kconfig')
-rw-r--r--drivers/staging/rtlwifi/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/staging/rtlwifi/Kconfig b/drivers/staging/rtlwifi/Kconfig
new file mode 100644
index 000000000000..fc482b49f9aa
--- /dev/null
+++ b/drivers/staging/rtlwifi/Kconfig
@@ -0,0 +1,22 @@
+config R8822BE
+ tristate "Realtek RTL8822BE Wireless Network Adapter"
+ depends on PCI && m
+ select FW_LOADER
+ ---help---
+ This is the staging driver for Realtek RTL8822BE 802.11ac PCIe
+ wireless network adapters.
+
+config RTLHALMAC_ST
+ tristate
+ depends on R8822BE
+ default m
+
+config RTLPHYDM_ST
+ tristate
+ depends on R8822BE
+ default m
+
+config RTLWIFI_DEBUG_ST
+ boolean
+ depends on R8822BE
+ default y