]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
lib80211: hide Kconfig symbol
authorJohannes Berg <johannes.berg@intel.com>
Thu, 15 Nov 2012 23:06:20 +0000 (00:06 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 16 Nov 2012 19:29:09 +0000 (14:29 -0500)
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>
net/wireless/Kconfig

index fe4adb12b3ef494e407b9531a62624869158260a..16d08b39921071479456e2033c5e371d381175b7 100644 (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