@@ -123,17 +123,30 @@ config LIB80211
This options enables a library of common routines used
by IEEE802.11 wireless LAN drivers.
- Drivers should select this themselves if needed. Say Y if
- you want this built into your kernel.
+ Drivers should select this themselves if needed, but for
+ out-of-tree drivers manually selecting it might be required.
+ Say Y if you want this built into your kernel.
config LIB80211_CRYPT_WEP
- tristate
+ tristate "lib80211 WEP support module"
+ depends on LIB80211
+ default m
+ help
+ This adds WEP support to lib80211.
config LIB80211_CRYPT_CCMP
- tristate
+ tristate "lib80211 CCMP support module"
+ depends on LIB80211
+ default m
+ help
+ This adds CCMP support to lib80211.
config LIB80211_CRYPT_TKIP
- tristate
+ tristate "lib80211 TKIP support module"
+ depends on LIB80211
+ default m
+ help
+ This adds TKIP support to lib80211.
config LIB80211_DEBUG
bool "lib80211 debugging messages"