| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config CRYPTO_DEV_STM32_CRC |
|---|
| 2 | 3 | tristate "Support for STM32 crc accelerators" |
|---|
| 3 | 4 | depends on ARCH_STM32 |
|---|
| 4 | 5 | select CRYPTO_HASH |
|---|
| 6 | + select CRC32 |
|---|
| 5 | 7 | help |
|---|
| 6 | | - This enables support for the CRC32 hw accelerator which can be found |
|---|
| 8 | + This enables support for the CRC32 hw accelerator which can be found |
|---|
| 7 | 9 | on STMicroelectronics STM32 SOC. |
|---|
| 8 | 10 | |
|---|
| 9 | 11 | config CRYPTO_DEV_STM32_HASH |
|---|
| .. | .. |
|---|
| 16 | 18 | select CRYPTO_SHA256 |
|---|
| 17 | 19 | select CRYPTO_ENGINE |
|---|
| 18 | 20 | help |
|---|
| 19 | | - This enables support for the HASH hw accelerator which can be found |
|---|
| 21 | + This enables support for the HASH hw accelerator which can be found |
|---|
| 20 | 22 | on STMicroelectronics STM32 SOC. |
|---|
| 21 | 23 | |
|---|
| 22 | 24 | config CRYPTO_DEV_STM32_CRYP |
|---|
| .. | .. |
|---|
| 24 | 26 | depends on ARCH_STM32 |
|---|
| 25 | 27 | select CRYPTO_HASH |
|---|
| 26 | 28 | select CRYPTO_ENGINE |
|---|
| 29 | + select CRYPTO_LIB_DES |
|---|
| 27 | 30 | help |
|---|
| 28 | | - This enables support for the CRYP (AES/DES/TDES) hw accelerator which |
|---|
| 31 | + This enables support for the CRYP (AES/DES/TDES) hw accelerator which |
|---|
| 29 | 32 | can be found on STMicroelectronics STM32 SOC. |
|---|