Kconfig (8dd06ef34b6e2f41b29fbf5fc1663780f2524285) | Kconfig (bbf2cb1ea1e1428589d7f4d652bed15b265ce92d) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config CRYPTO_DEV_STM32_CRC 3 tristate "Support for STM32 crc accelerators" 4 depends on ARCH_STM32 5 select CRYPTO_HASH | 1# SPDX-License-Identifier: GPL-2.0-only 2config CRYPTO_DEV_STM32_CRC 3 tristate "Support for STM32 crc accelerators" 4 depends on ARCH_STM32 5 select CRYPTO_HASH |
6 select CRC32 |
|
6 help 7 This enables support for the CRC32 hw accelerator which can be found 8 on STMicroelectronics STM32 SOC. 9 10config CRYPTO_DEV_STM32_HASH 11 tristate "Support for STM32 hash accelerators" 12 depends on ARCH_STM32 13 depends on HAS_DMA --- 18 unchanged lines hidden --- | 7 help 8 This enables support for the CRC32 hw accelerator which can be found 9 on STMicroelectronics STM32 SOC. 10 11config CRYPTO_DEV_STM32_HASH 12 tristate "Support for STM32 hash accelerators" 13 depends on ARCH_STM32 14 depends on HAS_DMA --- 18 unchanged lines hidden --- |