Linux 3.3-rc6
[linux/fpc-iii.git] / drivers / staging / rtl8192e / Kconfig
blobf87e211018579a1d43124adea963c01bbbd0e2bd
1 config RTLLIB
2         tristate "Support for rtllib wireless devices"
3         depends on WLAN && m
4         default n
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         default y
18         ---help---
19           CCMP crypto driver for rtllib.
21           If you enabled RTLLIB, you want this.
23 config RTLLIB_CRYPTO_TKIP
24         tristate "Support for rtllib TKIP crypto"
25         depends on RTLLIB
26         default y
27         ---help---
28           TKIP crypto driver for rtllib.
30           If you enabled RTLLIB, you want this.
32 config RTLLIB_CRYPTO_WEP
33         tristate "Support for rtllib WEP crypto"
34         depends on RTLLIB
35         default y
36         ---help---
37           TKIP crypto driver for rtllib.
39           If you enabled RTLLIB, you want this.
41 source "drivers/staging/rtl8192e/rtl8192e/Kconfig"
43 endif