1c35af01dSlionel.debieve@st.comconfig CRC_DEV_STM32 2c35af01dSlionel.debieve@st.com tristate "Support for STM32 crc accelerators" 3b51dbe90SFabien DESSENNE depends on ARCH_STM32 4b51dbe90SFabien DESSENNE select CRYPTO_HASH 5b51dbe90SFabien DESSENNE help 6b51dbe90SFabien DESSENNE This enables support for the CRC32 hw accelerator which can be found 7c35af01dSlionel.debieve@st.com on STMicroelectronics STM32 SOC. 8*8a1012d3Slionel.debieve@st.com 9*8a1012d3Slionel.debieve@st.comconfig HASH_DEV_STM32 10*8a1012d3Slionel.debieve@st.com tristate "Support for STM32 hash accelerators" 11*8a1012d3Slionel.debieve@st.com depends on ARCH_STM32 12*8a1012d3Slionel.debieve@st.com depends on HAS_DMA 13*8a1012d3Slionel.debieve@st.com select CRYPTO_HASH 14*8a1012d3Slionel.debieve@st.com select CRYPTO_MD5 15*8a1012d3Slionel.debieve@st.com select CRYPTO_SHA1 16*8a1012d3Slionel.debieve@st.com select CRYPTO_SHA256 17*8a1012d3Slionel.debieve@st.com select CRYPTO_ENGINE 18*8a1012d3Slionel.debieve@st.com help 19*8a1012d3Slionel.debieve@st.com This enables support for the HASH hw accelerator which can be found 20*8a1012d3Slionel.debieve@st.com on STMicroelectronics STM32 SOC. 21