.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | config RTLLIB |
---|
2 | 3 | tristate "Support for rtllib wireless devices" |
---|
3 | 4 | depends on WLAN && m |
---|
4 | | - default n |
---|
5 | 5 | select LIB80211 |
---|
6 | | - ---help--- |
---|
| 6 | + help |
---|
7 | 7 | If you have a wireless card that uses rtllib, say |
---|
8 | 8 | Y. Currently the only card is the rtl8192e. |
---|
9 | 9 | |
---|
.. | .. |
---|
14 | 14 | config RTLLIB_CRYPTO_CCMP |
---|
15 | 15 | tristate "Support for rtllib CCMP crypto" |
---|
16 | 16 | depends on RTLLIB |
---|
| 17 | + select CRYPTO |
---|
17 | 18 | select CRYPTO_AES |
---|
| 19 | + select CRYPTO_CCM |
---|
18 | 20 | default y |
---|
19 | | - ---help--- |
---|
| 21 | + help |
---|
20 | 22 | CCMP crypto driver for rtllib. |
---|
21 | 23 | |
---|
22 | 24 | If you enabled RTLLIB, you want this. |
---|
.. | .. |
---|
24 | 26 | config RTLLIB_CRYPTO_TKIP |
---|
25 | 27 | tristate "Support for rtllib TKIP crypto" |
---|
26 | 28 | depends on RTLLIB |
---|
27 | | - select CRYPTO_ARC4 |
---|
| 29 | + select CRYPTO |
---|
| 30 | + select CRYPTO_LIB_ARC4 |
---|
28 | 31 | select CRYPTO_MICHAEL_MIC |
---|
29 | 32 | default y |
---|
30 | | - ---help--- |
---|
| 33 | + help |
---|
31 | 34 | TKIP crypto driver for rtllib. |
---|
32 | 35 | |
---|
33 | 36 | If you enabled RTLLIB, you want this. |
---|
34 | 37 | |
---|
35 | 38 | config RTLLIB_CRYPTO_WEP |
---|
36 | 39 | tristate "Support for rtllib WEP crypto" |
---|
37 | | - select CRYPTO_ARC4 |
---|
| 40 | + select CRYPTO_LIB_ARC4 |
---|
38 | 41 | depends on RTLLIB |
---|
39 | 42 | default y |
---|
40 | | - ---help--- |
---|
| 43 | + help |
---|
41 | 44 | TKIP crypto driver for rtllib. |
---|
42 | 45 | |
---|
43 | 46 | If you enabled RTLLIB, you want this. |
---|