Skip to content

Commit

Permalink
ARM: configs: stm32: Remove CRYPTO in STM32 defconfig
Browse files Browse the repository at this point in the history
Running make savedefconfig highlights some useless flags.

Since 1c92d4a ("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@foss.st.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20241220125506.3157268-4-patrice.chotard@foss.st.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Patrice Chotard authored and Arnd Bergmann committed Jan 15, 2025
1 parent c556c34 commit c1bfead
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/configs/stm32_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c1bfead

Please sign in to comment.