diff options
Diffstat (limited to 'drivers/staging/rtl8192u/Kconfig')
-rw-r--r-- | drivers/staging/rtl8192u/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/staging/rtl8192u/Kconfig b/drivers/staging/rtl8192u/Kconfig new file mode 100644 index 000000000..f3b112a05 --- /dev/null +++ b/drivers/staging/rtl8192u/Kconfig @@ -0,0 +1,12 @@ +# SPDX-License-Identifier: GPL-2.0 +config RTL8192U + tristate "RealTek RTL8192U Wireless LAN NIC driver" + depends on PCI && WLAN && USB + depends on m + select WIRELESS_EXT + select WEXT_PRIV + select CRC32 + select CRYPTO + select CRYPTO_AES + select CRYPTO_CCM + select CRYPTO_LIB_ARC4 |