MIPS: Netlogic: Use chip_data for irq_chip methods
[linux-2.6/btrfs-unstable.git] / drivers / staging / rtl8192e / Kconfig
blob4602a47cdb4ab0b1a53741a6d7f946899813b4a4
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         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