diff options
author | John W. Linville <linville@tuxdriver.com> | 2008-12-03 13:55:38 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-12-05 09:32:10 -0500 |
commit | 04adf890667050b83a58abaf63610e53a604261b (patch) | |
tree | 8b44560049e2f45a8d521bbeb0d95e60be177df4 /drivers/net/wireless/hostap/Kconfig | |
parent | e061b165c7f4ec5e2e160d990b49011b5b6e5c6a (diff) |
hostap: select required crypto bits in Kconfig
This is fallout from moving the crypto stuff to the new lib80211
component.
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/hostap/Kconfig')
-rw-r--r-- | drivers/net/wireless/hostap/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/wireless/hostap/Kconfig b/drivers/net/wireless/hostap/Kconfig index 87bbd4db4bad..932d207bce23 100644 --- a/drivers/net/wireless/hostap/Kconfig +++ b/drivers/net/wireless/hostap/Kconfig | |||
@@ -2,6 +2,13 @@ config HOSTAP | |||
2 | tristate "IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)" | 2 | tristate "IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)" |
3 | depends on WLAN_80211 | 3 | depends on WLAN_80211 |
4 | select WIRELESS_EXT | 4 | select WIRELESS_EXT |
5 | select CRYPTO | ||
6 | select CRYPTO_ARC4 | ||
7 | select CRYPTO_ECB | ||
8 | select CRYPTO_AES | ||
9 | select CRYPTO_MICHAEL_MIC | ||
10 | select CRYPTO_ECB | ||
11 | select CRC32 | ||
5 | select LIB80211 | 12 | select LIB80211 |
6 | select LIB80211_CRYPT_WEP | 13 | select LIB80211_CRYPT_WEP |
7 | select LIB80211_CRYPT_TKIP | 14 | select LIB80211_CRYPT_TKIP |