Skip to content

Commit 003c03a

Browse files
bulwahnPaul Walmsley
authored andcommitted
riscv: configs: Clean up references to non-existing configs
- Drop 'CONFIG_I2C_COMPAT is not set' (removed in commit 7e72208 ("i2c: Remove I2C_COMPAT config symbol and related code")) - Drop 'CONFIG_SCHED_DEBUG is not set' (removed in commit b521730 ("sched/debug: Remove CONFIG_SCHED_DEBUG")) Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com> Link: https://patch.msgid.link/20260107092425.24737-1-lukas.bulwahn@redhat.com Signed-off-by: Paul Walmsley <pjw@kernel.org>
1 parent 938d79e commit 003c03a

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

arch/riscv/configs/nommu_k210_defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ CONFIG_DEVTMPFS_MOUNT=y
5555
# CONFIG_HW_RANDOM is not set
5656
# CONFIG_DEVMEM is not set
5757
CONFIG_I2C=y
58-
# CONFIG_I2C_COMPAT is not set
5958
CONFIG_I2C_CHARDEV=y
6059
# CONFIG_I2C_HELPER_AUTO is not set
6160
CONFIG_I2C_DESIGNWARE_CORE=y
@@ -89,7 +88,6 @@ CONFIG_PRINTK_TIME=y
8988
# CONFIG_FRAME_POINTER is not set
9089
# CONFIG_DEBUG_MISC is not set
9190
CONFIG_PANIC_ON_OOPS=y
92-
# CONFIG_SCHED_DEBUG is not set
9391
# CONFIG_RCU_TRACE is not set
9492
# CONFIG_FTRACE is not set
9593
# CONFIG_RUNTIME_TESTING_MENU is not set

arch/riscv/configs/nommu_k210_sdcard_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ CONFIG_PRINTK_TIME=y
8686
# CONFIG_FRAME_POINTER is not set
8787
# CONFIG_DEBUG_MISC is not set
8888
CONFIG_PANIC_ON_OOPS=y
89-
# CONFIG_SCHED_DEBUG is not set
9089
# CONFIG_RCU_TRACE is not set
9190
# CONFIG_FTRACE is not set
9291
# CONFIG_RUNTIME_TESTING_MENU is not set

arch/riscv/configs/nommu_virt_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ CONFIG_EXT2_FS=y
6666
# CONFIG_MISC_FILESYSTEMS is not set
6767
CONFIG_LSM="[]"
6868
CONFIG_PRINTK_TIME=y
69-
# CONFIG_SCHED_DEBUG is not set
7069
# CONFIG_RCU_TRACE is not set
7170
# CONFIG_FTRACE is not set
7271
# CONFIG_RUNTIME_TESTING_MENU is not set

0 commit comments

Comments
 (0)