Merge tag 'mailbox-v5.13' of git://git.linaro.org/landing-teams/working/fujitsu/integ...
[linux-2.6-microblaze.git] / drivers / staging / rtl8192e / Kconfig
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         select CRC32
7         help
8           If you have a wireless card that uses rtllib, say
9           Y. Currently the only card is the rtl8192e.
10
11           If unsure, say N.
12
13 if RTLLIB
14
15 config RTLLIB_CRYPTO_CCMP
16         tristate "Support for rtllib CCMP crypto"
17         depends on RTLLIB
18         select CRYPTO
19         select CRYPTO_AES
20         select CRYPTO_CCM
21         default y
22         help
23           CCMP crypto driver for rtllib.
24
25           If you enabled RTLLIB, you want this.
26
27 config RTLLIB_CRYPTO_TKIP
28         tristate "Support for rtllib TKIP crypto"
29         depends on RTLLIB
30         select CRYPTO
31         select CRYPTO_LIB_ARC4
32         select CRYPTO_MICHAEL_MIC
33         default y
34         help
35           TKIP crypto driver for rtllib.
36
37           If you enabled RTLLIB, you want this.
38
39 config RTLLIB_CRYPTO_WEP
40         tristate "Support for rtllib WEP crypto"
41         select CRYPTO_LIB_ARC4
42         depends on RTLLIB
43         default y
44         help
45           TKIP crypto driver for rtllib.
46
47           If you enabled RTLLIB, you want this.
48
49 source "drivers/staging/rtl8192e/rtl8192e/Kconfig"
50
51 endif