crypto: stm32 - Rename module to use generic crypto
The complete stm32 module is rename as crypto in order to use generic naming Signed-off-by: Lionel Debieve <lionel.debieve@st.com> Reviewed-by: Fabien Dessenne <fabien.dessenne@st.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:

committed by
Herbert Xu

parent
0373d08587
commit
c35af01d93
@@ -1,7 +1,7 @@
|
||||
config CRYPTO_DEV_STM32
|
||||
tristate "Support for STM32 crypto accelerators"
|
||||
config CRC_DEV_STM32
|
||||
tristate "Support for STM32 crc accelerators"
|
||||
depends on ARCH_STM32
|
||||
select CRYPTO_HASH
|
||||
help
|
||||
This enables support for the CRC32 hw accelerator which can be found
|
||||
on STMicroelectronis STM32 SOC.
|
||||
on STMicroelectronics STM32 SOC.
|
||||
|
@@ -1,2 +1 @@
|
||||
obj-$(CONFIG_CRYPTO_DEV_STM32) += stm32_cryp.o
|
||||
stm32_cryp-objs := stm32_crc32.o
|
||||
obj-$(CONFIG_CRC_DEV_STM32) += stm32_crc32.o
|
||||
|
Reference in New Issue
Block a user