]> Pileus Git - ~andy/linux/blob - drivers/staging/rtl8192e/Kconfig
Merge git://git.infradead.org/users/willy/linux-nvme
[~andy/linux] / drivers / staging / rtl8192e / Kconfig
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.
9
10           If unsure, say N.
11
12 if RTLLIB
13
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.
20
21           If you enabled RTLLIB, you want this.
22
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.
29
30           If you enabled RTLLIB, you want this.
31
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.
38
39           If you enabled RTLLIB, you want this.
40
41 source "drivers/staging/rtl8192e/rtl8192e/Kconfig"
42
43 endif