Skip to content

Commit

Permalink
linux-stm32: disable hmac/sha256 from kernel crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
embetrix committed Sep 13, 2024
1 parent 1e1c4dd commit bbd3b4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes-kernel/linux/linux-stm32/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ CONFIG_CRYPTO_AES_ARM_CE=y
CONFIG_CRYPTO_CHACHA20_NEON=y
CONFIG_CRYPTO_CRC32_ARM_CE=y
CONFIG_CRYPTO_DEV_STM32_CRC=y
CONFIG_CRYPTO_DEV_STM32_HASH=y
CONFIG_CRYPTO_DEV_STM32_CRYP=y
CONFIG_CRC_CCITT=y
CONFIG_DMA_CMA=y
Expand All @@ -364,3 +363,6 @@ CONFIG_PRINTK_TIME=y
CONFIG_DEBUG_FS=y
# CONFIG_RUNTIME_TESTING_MENU is not set
CONFIG_AUDIT=y
# CONFIG_CRYPTO_HMAC is not set
# CONFIG_CRYPTO_SHA256 is not set
# CONFIG_CRYPTO_DEV_STM32_HASH is not set

0 comments on commit bbd3b4f

Please sign in to comment.