Re: [PATCH] defconfig: cleanup orphaned CONFIG_SCHED_DEBUG
Paul Walmsley <[email protected]>
| Newsgroups | gmane.linux.ports.mips,gmane.linux.kernel.arc,gmane.linux.ports.arm.kernel,gmane.linux.ports.arm.msm,gmane.comp.hardware.openbmc,gmane.linux.ports.hexagon,gmane.linux.ports.parisc,gmane.linux.ports.ppc64.devel,gmane.linux.ports.riscv,gmane.linux.ports.sh.devel,gmane.linux.ports.sparc,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 28 Aug 2025, Trevor Woerner wrote:
> In commit b52173065e0a ("sched/debug: Remove CONFIG_SCHED_DEBUG") this
> Kconfig option was removed since CONFIG_SCHED_DEBUG was made unconditional
> by patches preceding it.
>
> Signed-off-by: Trevor Woerner <[email protected]>
> ---
[ ... ]
> arch/riscv/configs/nommu_k210_defconfig | 1 -
> arch/riscv/configs/nommu_k210_sdcard_defconfig | 1 -
> arch/riscv/configs/nommu_virt_defconfig | 1 -
[ ... ]
Acked-by: Paul Walmsley <[email protected]> # for arch/riscv
- Paul