dect
/
linux-2.6
Archived
13
0
Fork 0

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: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Johannes Berg 2012-11-16 00:06:20 +01:00 committed by John W. Linville
parent 85240818e4
commit f368434306
1 changed files with 2 additions and 3 deletions

View File

@ -140,14 +140,13 @@ config CFG80211_WEXT
extensions with cfg80211-based drivers.
config LIB80211
tristate "Common routines for IEEE802.11 drivers"
tristate
default n
help
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.
config LIB80211_CRYPT_WEP
tristate