aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/ieee80211/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ieee80211/Kconfig b/net/ieee80211/Kconfig
index 23b23f72a9a4..961c711eda97 100644
--- a/net/ieee80211/Kconfig
+++ b/net/ieee80211/Kconfig
@@ -44,6 +44,7 @@ config IEEE80211_CRYPT_WEP
44config IEEE80211_CRYPT_CCMP 44config IEEE80211_CRYPT_CCMP
45 tristate "IEEE 802.11i CCMP support" 45 tristate "IEEE 802.11i CCMP support"
46 depends on IEEE80211 46 depends on IEEE80211
47 select CRYPTO
47 select CRYPTO_AES 48 select CRYPTO_AES
48 ---help--- 49 ---help---
49 Include software based cipher suites in support of IEEE 802.11i 50 Include software based cipher suites in support of IEEE 802.11i
@@ -56,6 +57,7 @@ config IEEE80211_CRYPT_CCMP
56config IEEE80211_CRYPT_TKIP 57config IEEE80211_CRYPT_TKIP
57 tristate "IEEE 802.11i TKIP encryption" 58 tristate "IEEE 802.11i TKIP encryption"
58 depends on IEEE80211 59 depends on IEEE80211
60 select CRYPTO
59 select CRYPTO_MICHAEL_MIC 61 select CRYPTO_MICHAEL_MIC
60 ---help--- 62 ---help---
61 Include software based cipher suites in support of IEEE 802.11i 63 Include software based cipher suites in support of IEEE 802.11i