Skip to content

Commit

Permalink
lib80211: hide Kconfig symbol
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Johannes Berg authored and John W. Linville committed Nov 16, 2012
1 parent 8524081 commit f368434
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions net/wireless/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f368434

Please sign in to comment.