kernel/drivers/staging/rtl8192u/Kconfig
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.01 2 config RTL8192U 2 3 tristate "RealTek RTL8192U Wireless LAN NIC driver" 3 4 depends on PCI && WLAN && USB .. .. @@ -5,3 +6,6 @@ 5 6 select WIRELESS_EXT 6 7 select WEXT_PRIV 7 8 select CRYPTO 9 + select CRYPTO_AES10 + select CRYPTO_CCM11 + select CRYPTO_LIB_ARC4