hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/crypto/stm32/Kconfig
....@@ -1,9 +1,11 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config CRYPTO_DEV_STM32_CRC
23 tristate "Support for STM32 crc accelerators"
34 depends on ARCH_STM32
45 select CRYPTO_HASH
6
+ select CRC32
57 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
79 on STMicroelectronics STM32 SOC.
810
911 config CRYPTO_DEV_STM32_HASH
....@@ -16,7 +18,7 @@
1618 select CRYPTO_SHA256
1719 select CRYPTO_ENGINE
1820 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
2022 on STMicroelectronics STM32 SOC.
2123
2224 config CRYPTO_DEV_STM32_CRYP
....@@ -24,6 +26,7 @@
2426 depends on ARCH_STM32
2527 select CRYPTO_HASH
2628 select CRYPTO_ENGINE
29
+ select CRYPTO_LIB_DES
2730 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
2932 can be found on STMicroelectronics STM32 SOC.