xref: /openbmc/linux/drivers/crypto/stm32/Kconfig (revision 8a1012d3)
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.
88a1012d3Slionel.debieve@st.com
98a1012d3Slionel.debieve@st.comconfig HASH_DEV_STM32
108a1012d3Slionel.debieve@st.com	tristate "Support for STM32 hash accelerators"
118a1012d3Slionel.debieve@st.com	depends on ARCH_STM32
128a1012d3Slionel.debieve@st.com	depends on HAS_DMA
138a1012d3Slionel.debieve@st.com	select CRYPTO_HASH
148a1012d3Slionel.debieve@st.com	select CRYPTO_MD5
158a1012d3Slionel.debieve@st.com	select CRYPTO_SHA1
168a1012d3Slionel.debieve@st.com	select CRYPTO_SHA256
178a1012d3Slionel.debieve@st.com	select CRYPTO_ENGINE
188a1012d3Slionel.debieve@st.com	help
198a1012d3Slionel.debieve@st.com          This enables support for the HASH hw accelerator which can be found
208a1012d3Slionel.debieve@st.com	  on STMicroelectronics STM32 SOC.
21