* [PATCH] m68k: defconfig: Clean up references to non-existing configs
@ 2026-01-07 9:21 Lukas Bulwahn
2026-01-07 10:19 ` Geert Uytterhoeven
0 siblings, 1 reply; 3+ messages in thread
From: Lukas Bulwahn @ 2026-01-07 9:21 UTC (permalink / raw)
To: Geert Uytterhoeven, linux-m68k
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
- Drop 'CONFIG_I2C_COMPAT is not set' (removed in commit 7e722083fcc3
("i2c: Remove I2C_COMPAT config symbol and related code"))
- Drop 'CONFIG_SCHED_DEBUG is not set' (removed in commit b52173065e0a
("sched/debug: Remove CONFIG_SCHED_DEBUG"))
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
arch/m68k/configs/amcore_defconfig | 2 --
arch/m68k/configs/m5475evb_defconfig | 1 -
arch/m68k/configs/stmark2_defconfig | 1 -
3 files changed, 4 deletions(-)
diff --git a/arch/m68k/configs/amcore_defconfig b/arch/m68k/configs/amcore_defconfig
index 88832e9cd7cb..f310b5dacfd8 100644
--- a/arch/m68k/configs/amcore_defconfig
+++ b/arch/m68k/configs/amcore_defconfig
@@ -61,7 +61,6 @@ CONFIG_SERIAL_MCF_BAUDRATE=115200
CONFIG_SERIAL_MCF_CONSOLE=y
# CONFIG_HW_RANDOM is not set
CONFIG_I2C=y
-# CONFIG_I2C_COMPAT is not set
CONFIG_I2C_CHARDEV=y
# CONFIG_I2C_HELPER_AUTO is not set
CONFIG_I2C_IMX=y
@@ -83,7 +82,6 @@ CONFIG_ROMFS_BACKED_BY_BOTH=y
CONFIG_PRINTK_TIME=y
# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
CONFIG_PANIC_ON_OOPS=y
-# CONFIG_SCHED_DEBUG is not set
# CONFIG_DEBUG_BUGVERBOSE is not set
# CONFIG_CRYPTO_ECHAINIV is not set
# CONFIG_CRYPTO_HW is not set
diff --git a/arch/m68k/configs/m5475evb_defconfig b/arch/m68k/configs/m5475evb_defconfig
index 2473dc30228e..9be4dae84ebf 100644
--- a/arch/m68k/configs/m5475evb_defconfig
+++ b/arch/m68k/configs/m5475evb_defconfig
@@ -46,6 +46,5 @@ CONFIG_EXT2_FS=y
# CONFIG_PROC_PAGE_MONITOR is not set
CONFIG_ROMFS_FS=y
CONFIG_ROMFS_BACKED_BY_MTD=y
-# CONFIG_SCHED_DEBUG is not set
CONFIG_BOOTPARAM=y
CONFIG_BOOTPARAM_STRING="root=/dev/mtdblock0"
diff --git a/arch/m68k/configs/stmark2_defconfig b/arch/m68k/configs/stmark2_defconfig
index f9ecb1dcc060..515d9b208b10 100644
--- a/arch/m68k/configs/stmark2_defconfig
+++ b/arch/m68k/configs/stmark2_defconfig
@@ -90,4 +90,3 @@ CONFIG_PRINTK_TIME=y
# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
CONFIG_SLUB_DEBUG_ON=y
CONFIG_PANIC_ON_OOPS=y
-# CONFIG_SCHED_DEBUG is not set
--
2.52.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] m68k: defconfig: Clean up references to non-existing configs
2026-01-07 9:21 [PATCH] m68k: defconfig: Clean up references to non-existing configs Lukas Bulwahn
@ 2026-01-07 10:19 ` Geert Uytterhoeven
2026-01-07 11:30 ` Greg Ungerer
0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2026-01-07 10:19 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: linux-m68k, kernel-janitors, linux-kernel, Lukas Bulwahn,
Greg Ungerer
CC gerg (coldfire/m68knommu)
On Wed, 7 Jan 2026 at 10:21, Lukas Bulwahn <lbulwahn@redhat.com> wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> - Drop 'CONFIG_I2C_COMPAT is not set' (removed in commit 7e722083fcc3
> ("i2c: Remove I2C_COMPAT config symbol and related code"))
> - Drop 'CONFIG_SCHED_DEBUG is not set' (removed in commit b52173065e0a
> ("sched/debug: Remove CONFIG_SCHED_DEBUG"))
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
> arch/m68k/configs/amcore_defconfig | 2 --
> arch/m68k/configs/m5475evb_defconfig | 1 -
> arch/m68k/configs/stmark2_defconfig | 1 -
> 3 files changed, 4 deletions(-)
>
> diff --git a/arch/m68k/configs/amcore_defconfig b/arch/m68k/configs/amcore_defconfig
> index 88832e9cd7cb..f310b5dacfd8 100644
> --- a/arch/m68k/configs/amcore_defconfig
> +++ b/arch/m68k/configs/amcore_defconfig
> @@ -61,7 +61,6 @@ CONFIG_SERIAL_MCF_BAUDRATE=115200
> CONFIG_SERIAL_MCF_CONSOLE=y
> # CONFIG_HW_RANDOM is not set
> CONFIG_I2C=y
> -# CONFIG_I2C_COMPAT is not set
> CONFIG_I2C_CHARDEV=y
> # CONFIG_I2C_HELPER_AUTO is not set
> CONFIG_I2C_IMX=y
> @@ -83,7 +82,6 @@ CONFIG_ROMFS_BACKED_BY_BOTH=y
> CONFIG_PRINTK_TIME=y
> # CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
> CONFIG_PANIC_ON_OOPS=y
> -# CONFIG_SCHED_DEBUG is not set
> # CONFIG_DEBUG_BUGVERBOSE is not set
> # CONFIG_CRYPTO_ECHAINIV is not set
> # CONFIG_CRYPTO_HW is not set
> diff --git a/arch/m68k/configs/m5475evb_defconfig b/arch/m68k/configs/m5475evb_defconfig
> index 2473dc30228e..9be4dae84ebf 100644
> --- a/arch/m68k/configs/m5475evb_defconfig
> +++ b/arch/m68k/configs/m5475evb_defconfig
> @@ -46,6 +46,5 @@ CONFIG_EXT2_FS=y
> # CONFIG_PROC_PAGE_MONITOR is not set
> CONFIG_ROMFS_FS=y
> CONFIG_ROMFS_BACKED_BY_MTD=y
> -# CONFIG_SCHED_DEBUG is not set
> CONFIG_BOOTPARAM=y
> CONFIG_BOOTPARAM_STRING="root=/dev/mtdblock0"
> diff --git a/arch/m68k/configs/stmark2_defconfig b/arch/m68k/configs/stmark2_defconfig
> index f9ecb1dcc060..515d9b208b10 100644
> --- a/arch/m68k/configs/stmark2_defconfig
> +++ b/arch/m68k/configs/stmark2_defconfig
> @@ -90,4 +90,3 @@ CONFIG_PRINTK_TIME=y
> # CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
> CONFIG_SLUB_DEBUG_ON=y
> CONFIG_PANIC_ON_OOPS=y
> -# CONFIG_SCHED_DEBUG is not set
> --
> 2.52.0
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] m68k: defconfig: Clean up references to non-existing configs
2026-01-07 10:19 ` Geert Uytterhoeven
@ 2026-01-07 11:30 ` Greg Ungerer
0 siblings, 0 replies; 3+ messages in thread
From: Greg Ungerer @ 2026-01-07 11:30 UTC (permalink / raw)
To: Geert Uytterhoeven, Lukas Bulwahn
Cc: linux-m68k, kernel-janitors, linux-kernel, Lukas Bulwahn
On 7/1/26 20:19, Geert Uytterhoeven wrote:
> CC gerg (coldfire/m68knommu)
Thanks Geert :-)
> On Wed, 7 Jan 2026 at 10:21, Lukas Bulwahn <lbulwahn@redhat.com> wrote:
>> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>>
>> - Drop 'CONFIG_I2C_COMPAT is not set' (removed in commit 7e722083fcc3
>> ("i2c: Remove I2C_COMPAT config symbol and related code"))
>> - Drop 'CONFIG_SCHED_DEBUG is not set' (removed in commit b52173065e0a
>> ("sched/debug: Remove CONFIG_SCHED_DEBUG"))
>>
>> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>> ---
>> arch/m68k/configs/amcore_defconfig | 2 --
>> arch/m68k/configs/m5475evb_defconfig | 1 -
>> arch/m68k/configs/stmark2_defconfig | 1 -
>> 3 files changed, 4 deletions(-)
Looks good to me, I have applied to m68knommu git tree, for-next branch.
Thanks
Greg
>> diff --git a/arch/m68k/configs/amcore_defconfig b/arch/m68k/configs/amcore_defconfig
>> index 88832e9cd7cb..f310b5dacfd8 100644
>> --- a/arch/m68k/configs/amcore_defconfig
>> +++ b/arch/m68k/configs/amcore_defconfig
>> @@ -61,7 +61,6 @@ CONFIG_SERIAL_MCF_BAUDRATE=115200
>> CONFIG_SERIAL_MCF_CONSOLE=y
>> # CONFIG_HW_RANDOM is not set
>> CONFIG_I2C=y
>> -# CONFIG_I2C_COMPAT is not set
>> CONFIG_I2C_CHARDEV=y
>> # CONFIG_I2C_HELPER_AUTO is not set
>> CONFIG_I2C_IMX=y
>> @@ -83,7 +82,6 @@ CONFIG_ROMFS_BACKED_BY_BOTH=y
>> CONFIG_PRINTK_TIME=y
>> # CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
>> CONFIG_PANIC_ON_OOPS=y
>> -# CONFIG_SCHED_DEBUG is not set
>> # CONFIG_DEBUG_BUGVERBOSE is not set
>> # CONFIG_CRYPTO_ECHAINIV is not set
>> # CONFIG_CRYPTO_HW is not set
>> diff --git a/arch/m68k/configs/m5475evb_defconfig b/arch/m68k/configs/m5475evb_defconfig
>> index 2473dc30228e..9be4dae84ebf 100644
>> --- a/arch/m68k/configs/m5475evb_defconfig
>> +++ b/arch/m68k/configs/m5475evb_defconfig
>> @@ -46,6 +46,5 @@ CONFIG_EXT2_FS=y
>> # CONFIG_PROC_PAGE_MONITOR is not set
>> CONFIG_ROMFS_FS=y
>> CONFIG_ROMFS_BACKED_BY_MTD=y
>> -# CONFIG_SCHED_DEBUG is not set
>> CONFIG_BOOTPARAM=y
>> CONFIG_BOOTPARAM_STRING="root=/dev/mtdblock0"
>> diff --git a/arch/m68k/configs/stmark2_defconfig b/arch/m68k/configs/stmark2_defconfig
>> index f9ecb1dcc060..515d9b208b10 100644
>> --- a/arch/m68k/configs/stmark2_defconfig
>> +++ b/arch/m68k/configs/stmark2_defconfig
>> @@ -90,4 +90,3 @@ CONFIG_PRINTK_TIME=y
>> # CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
>> CONFIG_SLUB_DEBUG_ON=y
>> CONFIG_PANIC_ON_OOPS=y
>> -# CONFIG_SCHED_DEBUG is not set
>> --
>> 2.52.0
>
> Gr{oetje,eeting}s,
>
> Geert
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-01-07 11:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-07 9:21 [PATCH] m68k: defconfig: Clean up references to non-existing configs Lukas Bulwahn
2026-01-07 10:19 ` Geert Uytterhoeven
2026-01-07 11:30 ` Greg Ungerer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox