ARM: configs: stm32: Clean STM32 defconfig
authorPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 20 Dec 2024 12:55:04 +0000 (13:55 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 15 Jan 2025 14:00:18 +0000 (15:00 +0100)
commitc556c3444acdc62087ed4d9637196f5c6061d7eb
tree81dfe3d7da5b9e48a346d9da4552a389ef2e0188
parent8637f225c5e513433c5f926aca14cb95e59f5386
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 35260cf54522 ("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 78011042684d ("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 <patrice.chotard@foss.st.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20241220125506.3157268-3-patrice.chotard@foss.st.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/configs/stm32_defconfig