blob: c1b1bc757f2d52a105180be4f141b4035ed68310 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/net/wireless/Kconfig
2+++ b/net/wireless/Kconfig
3@@ -188,7 +188,7 @@ config CFG80211_WEXT_EXPORT
4 endif # CFG80211
5
6 config LIB80211
7- tristate
8+ tristate "lib80211"
9 depends on m
10 default n
11 help
12@@ -198,19 +198,19 @@ config LIB80211
13 Drivers should select this themselves if needed.
14
15 config LIB80211_CRYPT_WEP
16- tristate
17+ tristate "lib80211 WEP support"
18 depends on m
19 select BPAUTO_CRYPTO_LIB_ARC4
20
21 config LIB80211_CRYPT_CCMP
22- tristate
23+ tristate "lib80211 CCMP support"
24 depends on m
25 depends on CRYPTO
26 depends on CRYPTO_AES
27 depends on CRYPTO_CCM
28
29 config LIB80211_CRYPT_TKIP
30- tristate
31+ tristate "lib80211 TKIP support"
32 depends on m
33 select BPAUTO_CRYPTO_LIB_ARC4
34