Skip to content

Commit c556c34

Browse files
Patrice Chotardarndb
authored andcommitted
ARM: configs: stm32: Clean STM32 defconfig
Running make savedefconfig highlights some useless flags. Since 54a48aa3d558 ("Compiler Attributes: remove CONFIG_ENABLE_MUST_CHECK") flag ENABLE_MUST_CHECK has been removed. Since 35260cf ("Kconfig.debug: fix SCHED_DEBUG dependency") SCHED_DEBUG depends on DEBUG_KERNEL and PROC_FS. As PROC_FS is not set, SCHED_DEBUG reference can be removed. Since 7801104 ("scsi: bsg: Move bsg_scsi_ops to drivers/scsi/") BLK_DEV_BSG depends on SCSI. As SCSI is not set, BLK_DEV_BSG reference can be removed. Signed-off-by: Patrice Chotard <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 8637f22 commit c556c34

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/arm/configs/stm32_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ CONFIG_BASE_SMALL=y
1212
# CONFIG_SIGNALFD is not set
1313
# CONFIG_EVENTFD is not set
1414
# CONFIG_AIO is not set
15-
# CONFIG_BLK_DEV_BSG is not set
1615
# CONFIG_MMU is not set
1716
CONFIG_ARCH_STM32=y
1817
CONFIG_CPU_V7M_NUM_IRQ=240
@@ -72,10 +71,8 @@ CONFIG_NLS=y
7271
CONFIG_CRC_ITU_T=y
7372
CONFIG_CRC7=y
7473
CONFIG_PRINTK_TIME=y
75-
# CONFIG_ENABLE_MUST_CHECK is not set
7674
# CONFIG_DEBUG_BUGVERBOSE is not set
7775
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
7876
CONFIG_MAGIC_SYSRQ=y
7977
# CONFIG_SLUB_DEBUG is not set
80-
# CONFIG_SCHED_DEBUG is not set
8178
CONFIG_CRYPTO=y

0 commit comments

Comments
 (0)