1 # SPDX-License-Identifier: GPL-2.0
3 tristate "Support for rtllib wireless devices"
7 If you have a wireless card that uses rtllib, say
8 Y. Currently the only card is the rtl8192e.
14 config RTLLIB_CRYPTO_CCMP
15 tristate "Support for rtllib CCMP crypto"
22 CCMP crypto driver for rtllib.
24 If you enabled RTLLIB, you want this.
26 config RTLLIB_CRYPTO_TKIP
27 tristate "Support for rtllib TKIP crypto"
29 select CRYPTO_LIB_ARC4
30 select CRYPTO_MICHAEL_MIC
33 TKIP crypto driver for rtllib.
35 If you enabled RTLLIB, you want this.
37 config RTLLIB_CRYPTO_WEP
38 tristate "Support for rtllib WEP crypto"
39 select CRYPTO_LIB_ARC4
43 TKIP crypto driver for rtllib.
45 If you enabled RTLLIB, you want this.
47 source "drivers/staging/rtl8192e/rtl8192e/Kconfig"