diff options
-rw-r--r-- | net/wireless/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig index fe4adb12b3ef..16d08b399210 100644 --- a/net/wireless/Kconfig +++ b/net/wireless/Kconfig | |||
@@ -140,14 +140,13 @@ config CFG80211_WEXT | |||
140 | extensions with cfg80211-based drivers. | 140 | extensions with cfg80211-based drivers. |
141 | 141 | ||
142 | config LIB80211 | 142 | config LIB80211 |
143 | tristate "Common routines for IEEE802.11 drivers" | 143 | tristate |
144 | default n | 144 | default n |
145 | help | 145 | help |
146 | This options enables a library of common routines used | 146 | This options enables a library of common routines used |
147 | by IEEE802.11 wireless LAN drivers. | 147 | by IEEE802.11 wireless LAN drivers. |
148 | 148 | ||
149 | Drivers should select this themselves if needed. Say Y if | 149 | Drivers should select this themselves if needed. |
150 | you want this built into your kernel. | ||
151 | 150 | ||
152 | config LIB80211_CRYPT_WEP | 151 | config LIB80211_CRYPT_WEP |
153 | tristate | 152 | tristate |