xref: /openbmc/linux/drivers/staging/rtl8192e/Kconfig (revision d37e0208)
1config RTLLIB
2	tristate "Support for rtllib wireless devices"
3	depends on WLAN && m
4	default n
5	---help---
6	  If you have a wireless card that uses rtllib, say
7	  Y. Currently the only card is the rtl8192e.
8
9	  If unsure, say N.
10
11config RTLLIB_CRYPTO
12	tristate "Support for rtllib crypto support"
13	depends on RTLLIB
14	default y
15	---help---
16	  CCMP crypto driver for rtllib.
17
18	  If you enabled RTLLIB, you want this.
19
20config RTLLIB_CRYPTO_CCMP
21	tristate "Support for rtllib CCMP crypto"
22	depends on RTLLIB && RTLLIB_CRYPTO
23	default y
24	---help---
25	  CCMP crypto driver for rtllib.
26
27	  If you enabled RTLLIB, you want this.
28
29config RTLLIB_CRYPTO_TKIP
30	tristate "Support for rtllib TKIP crypto"
31	depends on RTLLIB && RTLLIB_CRYPTO
32	default y
33	---help---
34	  TKIP crypto driver for rtllib.
35
36	  If you enabled RTLLIB, you want this.
37
38config RTLLIB_CRYPTO_WEP
39	tristate "Support for rtllib WEP crypto"
40	depends on RTLLIB && RTLLIB_CRYPTO
41	default y
42	---help---
43	  TKIP crypto driver for rtllib.
44
45	  If you enabled RTLLIB, you want this.
46
47config RTL8192E
48	tristate "RealTek RTL8192E Wireless LAN NIC driver"
49	depends on PCI && WLAN && RTLLIB
50	depends on m
51	select WIRELESS_EXT
52	select WEXT_PRIV
53	select CRYPTO
54	default N
55	---help---
56