| # SPDX-License-Identifier: GPL-2.0 |
| tristate "Support for rtllib wireless devices" |
| If you have a wireless card that uses rtllib, say |
| Y. Currently the only card is the rtl8192e. |
| config RTLLIB_CRYPTO_CCMP |
| tristate "Support for rtllib CCMP crypto" |
| CCMP crypto driver for rtllib. |
| If you enabled RTLLIB, you want this. |
| config RTLLIB_CRYPTO_TKIP |
| tristate "Support for rtllib TKIP crypto" |
| select CRYPTO_MICHAEL_MIC |
| TKIP crypto driver for rtllib. |
| If you enabled RTLLIB, you want this. |
| tristate "Support for rtllib WEP crypto" |
| TKIP crypto driver for rtllib. |
| If you enabled RTLLIB, you want this. |
| source "drivers/staging/rtl8192e/rtl8192e/Kconfig" |