Merge tag 'for-linus-20190706' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / staging / rtl8192e / Kconfig
blob11528d17bb3caa2f242ff5c83812f60057c00c7c
1 # SPDX-License-Identifier: GPL-2.0
2 config RTLLIB
3         tristate "Support for rtllib wireless devices"
4         depends on WLAN && m
5         select LIB80211
6         help
7           If you have a wireless card that uses rtllib, say
8           Y. Currently the only card is the rtl8192e.
10           If unsure, say N.
12 if RTLLIB
14 config RTLLIB_CRYPTO_CCMP
15         tristate "Support for rtllib CCMP crypto"
16         depends on RTLLIB
17         select CRYPTO_AES
18         default y
19         help
20           CCMP crypto driver for rtllib.
22           If you enabled RTLLIB, you want this.
24 config RTLLIB_CRYPTO_TKIP
25         tristate "Support for rtllib TKIP crypto"
26         depends on RTLLIB
27         select CRYPTO_ARC4
28         select CRYPTO_MICHAEL_MIC
29         default y
30         help
31           TKIP crypto driver for rtllib.
33           If you enabled RTLLIB, you want this.
35 config RTLLIB_CRYPTO_WEP
36         tristate "Support for rtllib WEP crypto"
37         select CRYPTO_ARC4
38         depends on RTLLIB
39         default y
40         help
41           TKIP crypto driver for rtllib.
43           If you enabled RTLLIB, you want this.
45 source "drivers/staging/rtl8192e/rtl8192e/Kconfig"
47 endif