staging: rtl8192e: kconfig: use help over --help--
use help over --help-- for new help text Signed-off-by: Anushka Shukla <anushkacharu9@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e9e2d2e34f
commit
4c1c9871fb
|
@ -3,7 +3,7 @@ config RTLLIB
|
||||||
depends on WLAN && m
|
depends on WLAN && m
|
||||||
default n
|
default n
|
||||||
select LIB80211
|
select LIB80211
|
||||||
---help---
|
help
|
||||||
If you have a wireless card that uses rtllib, say
|
If you have a wireless card that uses rtllib, say
|
||||||
Y. Currently the only card is the rtl8192e.
|
Y. Currently the only card is the rtl8192e.
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ config RTLLIB_CRYPTO_CCMP
|
||||||
depends on RTLLIB
|
depends on RTLLIB
|
||||||
select CRYPTO_AES
|
select CRYPTO_AES
|
||||||
default y
|
default y
|
||||||
---help---
|
help
|
||||||
CCMP crypto driver for rtllib.
|
CCMP crypto driver for rtllib.
|
||||||
|
|
||||||
If you enabled RTLLIB, you want this.
|
If you enabled RTLLIB, you want this.
|
||||||
|
@ -27,7 +27,7 @@ config RTLLIB_CRYPTO_TKIP
|
||||||
select CRYPTO_ARC4
|
select CRYPTO_ARC4
|
||||||
select CRYPTO_MICHAEL_MIC
|
select CRYPTO_MICHAEL_MIC
|
||||||
default y
|
default y
|
||||||
---help---
|
help
|
||||||
TKIP crypto driver for rtllib.
|
TKIP crypto driver for rtllib.
|
||||||
|
|
||||||
If you enabled RTLLIB, you want this.
|
If you enabled RTLLIB, you want this.
|
||||||
|
@ -37,7 +37,7 @@ config RTLLIB_CRYPTO_WEP
|
||||||
select CRYPTO_ARC4
|
select CRYPTO_ARC4
|
||||||
depends on RTLLIB
|
depends on RTLLIB
|
||||||
default y
|
default y
|
||||||
---help---
|
help
|
||||||
TKIP crypto driver for rtllib.
|
TKIP crypto driver for rtllib.
|
||||||
|
|
||||||
If you enabled RTLLIB, you want this.
|
If you enabled RTLLIB, you want this.
|
||||||
|
|
Loading…
Reference in New Issue