forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/drivers/net/wireless/cisco/Kconfig
....@@ -1,7 +1,8 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config WLAN_VENDOR_CISCO
23 bool "Cisco devices"
34 default y
4
- ---help---
5
+ help
56 If you have a wireless card belonging to this class, say Y.
67
78 Note that the answer to this question doesn't directly affect the
....@@ -16,9 +17,10 @@
1617 depends on CFG80211 && ISA_DMA_API && (PCI || BROKEN)
1718 select WIRELESS_EXT
1819 select CRYPTO
20
+ select CRYPTO_SKCIPHER
1921 select WEXT_SPY
2022 select WEXT_PRIV
21
- ---help---
23
+ help
2224 This is the standard Linux driver to support Cisco/Aironet ISA and
2325 PCI 802.11 wireless cards.
2426 It supports the new 802.11b cards from Cisco (Cisco 34X, Cisco 35X
....@@ -39,7 +41,8 @@
3941 select WEXT_PRIV
4042 select CRYPTO
4143 select CRYPTO_AES
42
- ---help---
44
+ select CRYPTO_CTR
45
+ help
4346 This is the standard Linux driver to support Cisco/Aironet PCMCIA
4447 802.11 wireless cards. This driver is the same as the Aironet
4548 driver part of the Linux Pcmcia package.