]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/staging/rtl8192e/Kconfig
staging: rtl8192e: Rename dm_ctrl_initgain_byrssi_by_fwfalse_alarm
[mirror_ubuntu-artful-kernel.git] / drivers / staging / rtl8192e / Kconfig
CommitLineData
d37e0208
SM
1config RTLLIB
2 tristate "Support for rtllib wireless devices"
3 depends on WLAN && m
4 default n
3b148be0 5 select LIB80211
d37e0208
SM
6 ---help---
7 If you have a wireless card that uses rtllib, say
8 Y. Currently the only card is the rtl8192e.
9
10 If unsure, say N.
11
3d461c91
SM
12if RTLLIB
13
d37e0208
SM
14config RTLLIB_CRYPTO_CCMP
15 tristate "Support for rtllib CCMP crypto"
3b148be0 16 depends on RTLLIB
e0e3dadd 17 select CRYPTO_AES
d37e0208
SM
18 default y
19 ---help---
20 CCMP crypto driver for rtllib.
21
22 If you enabled RTLLIB, you want this.
23
24config RTLLIB_CRYPTO_TKIP
25 tristate "Support for rtllib TKIP crypto"
3b148be0 26 depends on RTLLIB
e0e3dadd
LF
27 select CRYPTO_ARC4
28 select CRYPTO_MICHAEL_MIC
d37e0208
SM
29 default y
30 ---help---
31 TKIP crypto driver for rtllib.
32
33 If you enabled RTLLIB, you want this.
34
35config RTLLIB_CRYPTO_WEP
36 tristate "Support for rtllib WEP crypto"
e0e3dadd 37 select CRYPTO_ARC4
3b148be0 38 depends on RTLLIB
d37e0208
SM
39 default y
40 ---help---
41 TKIP crypto driver for rtllib.
42
43 If you enabled RTLLIB, you want this.
44
3d461c91
SM
45source "drivers/staging/rtl8192e/rtl8192e/Kconfig"
46
47endif