Skip to content

Commit bbd3b4f

Browse files
committed
linux-stm32: disable hmac/sha256 from kernel crypto
1 parent 1e1c4dd commit bbd3b4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

recipes-kernel/linux/linux-stm32/defconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ CONFIG_CRYPTO_AES_ARM_CE=y
355355
CONFIG_CRYPTO_CHACHA20_NEON=y
356356
CONFIG_CRYPTO_CRC32_ARM_CE=y
357357
CONFIG_CRYPTO_DEV_STM32_CRC=y
358-
CONFIG_CRYPTO_DEV_STM32_HASH=y
359358
CONFIG_CRYPTO_DEV_STM32_CRYP=y
360359
CONFIG_CRC_CCITT=y
361360
CONFIG_DMA_CMA=y
@@ -364,3 +363,6 @@ CONFIG_PRINTK_TIME=y
364363
CONFIG_DEBUG_FS=y
365364
# CONFIG_RUNTIME_TESTING_MENU is not set
366365
CONFIG_AUDIT=y
366+
# CONFIG_CRYPTO_HMAC is not set
367+
# CONFIG_CRYPTO_SHA256 is not set
368+
# CONFIG_CRYPTO_DEV_STM32_HASH is not set

0 commit comments

Comments
 (0)