[PATCH v2 3/4] ARM: configs: stm32: Remove CRYPTO in STM32 defconfig
patrice.chotard at foss.st.com
patrice.chotard at foss.st.com
Fri Dec 20 04:55:05 PST 2024
From: Patrice Chotard <patrice.chotard at foss.st.com>
Running make savedefconfig highlights some useless flags.
Since 1c92d4a0edcf ("ARM: configs: stm32: Enable MMC_ARMMMCI and EXT3_FS support")
CRYPTO is selected by EXT3_FS, so CRYPTO can be removed in stm32_defconfig.
Signed-off-by: Patrice Chotard <patrice.chotard at foss.st.com>
---
arch/arm/configs/stm32_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig
index be7b63036730..d62a0c0b7ce5 100644
--- a/arch/arm/configs/stm32_defconfig
+++ b/arch/arm/configs/stm32_defconfig
@@ -75,4 +75,3 @@ CONFIG_PRINTK_TIME=y
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
CONFIG_MAGIC_SYSRQ=y
# CONFIG_SLUB_DEBUG is not set
-CONFIG_CRYPTO=y
--
2.25.1
More information about the linux-arm-kernel
mailing list