blob: 4602a47cdb4ab0b1a53741a6d7f946899813b4a4 [file] [log] [blame]
Sean MacLennand37e0202011-11-28 20:21:27 -05001config RTLLIB
2 tristate "Support for rtllib wireless devices"
3 depends on WLAN && m
4 default n
Sean MacLennan3b148be2011-12-19 23:23:08 -05005 select LIB80211
Sean MacLennand37e0202011-11-28 20:21:27 -05006 ---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
Sean MacLennan3d461c92011-11-28 20:22:26 -050012if RTLLIB
13
Sean MacLennand37e0202011-11-28 20:21:27 -050014config RTLLIB_CRYPTO_CCMP
15 tristate "Support for rtllib CCMP crypto"
Sean MacLennan3b148be2011-12-19 23:23:08 -050016 depends on RTLLIB
Larry Fingere0e3dad2012-04-16 16:06:18 -050017 select CRYPTO_AES
Sean MacLennand37e0202011-11-28 20:21:27 -050018 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"
Sean MacLennan3b148be2011-12-19 23:23:08 -050026 depends on RTLLIB
Larry Fingere0e3dad2012-04-16 16:06:18 -050027 select CRYPTO_ARC4
28 select CRYPTO_MICHAEL_MIC
Sean MacLennand37e0202011-11-28 20:21:27 -050029 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"
Larry Fingere0e3dad2012-04-16 16:06:18 -050037 select CRYPTO_ARC4
Sean MacLennan3b148be2011-12-19 23:23:08 -050038 depends on RTLLIB
Sean MacLennand37e0202011-11-28 20:21:27 -050039 default y
40 ---help---
41 TKIP crypto driver for rtllib.
42
43 If you enabled RTLLIB, you want this.
44
Sean MacLennan3d461c92011-11-28 20:22:26 -050045source "drivers/staging/rtl8192e/rtl8192e/Kconfig"
46
47endif