aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee80211/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/ieee80211/Kconfig')
-rw-r--r--net/ieee80211/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ieee80211/Kconfig b/net/ieee80211/Kconfig
index 6ef766ef9618..1438adedbc83 100644
--- a/net/ieee80211/Kconfig
+++ b/net/ieee80211/Kconfig
@@ -56,7 +56,8 @@ config IEEE80211_CRYPT_CCMP
56 56
57config IEEE80211_CRYPT_TKIP 57config IEEE80211_CRYPT_TKIP
58 tristate "IEEE 802.11i TKIP encryption" 58 tristate "IEEE 802.11i TKIP encryption"
59 depends on IEEE80211 && NET_RADIO 59 depends on IEEE80211
60 select WIRELESS_EXT
60 select CRYPTO 61 select CRYPTO
61 select CRYPTO_MICHAEL_MIC 62 select CRYPTO_MICHAEL_MIC
62 select CRYPTO_ECB 63 select CRYPTO_ECB