Commit f3684343 authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville

lib80211: hide Kconfig symbol

There's no need to ask the user about lib80211
since it will be selected by drivers requiring
it, hide it from Kconfig.
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 85240818
...@@ -140,14 +140,13 @@ config CFG80211_WEXT ...@@ -140,14 +140,13 @@ config CFG80211_WEXT
extensions with cfg80211-based drivers. extensions with cfg80211-based drivers.
config LIB80211 config LIB80211
tristate "Common routines for IEEE802.11 drivers" tristate
default n default n
help help
This options enables a library of common routines used This options enables a library of common routines used
by IEEE802.11 wireless LAN drivers. by IEEE802.11 wireless LAN drivers.
Drivers should select this themselves if needed. Say Y if Drivers should select this themselves if needed.
you want this built into your kernel.
config LIB80211_CRYPT_WEP config LIB80211_CRYPT_WEP
tristate tristate
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment