Message ID | 8a76cfea356d60b15e1108e408ca09f3fff8c0f5.1744203111.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | Mainlined |
Commit | 900677d75984ae0b482854e3c3ac406a511b90ef |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | [PATCH/LOCAL] riscv: rzfive: defconfig: Refresh for v6.15-rc1 | expand |
On Wed, Apr 9, 2025 at 2:08 PM Geert Uytterhoeven <geert+renesas@glider.be> wrote: > > Refresh the defconfig for Renesas RZ/Five systems: > - Disable support for the Zbkb ISA extension for bit manipulation > instructions, as it is not supported by RZ/Five, > - Drop CONFIG_SCHED_DEBUG=n (removed in commit b52173065e0aad82 > ("sched/debug: Remove CONFIG_SCHED_DEBUG")). > > --- > Not intended for upstream merge. > To be applied to the topic/renesas-defconfig branch. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > arch/riscv/configs/rzfive_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Tested-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Cheers, Prabhakar > diff --git a/arch/riscv/configs/rzfive_defconfig b/arch/riscv/configs/rzfive_defconfig > index b5462ae3163521d6..e9998a22dee140cd 100644 > --- a/arch/riscv/configs/rzfive_defconfig > +++ b/arch/riscv/configs/rzfive_defconfig > @@ -37,6 +37,7 @@ CONFIG_NONPORTABLE=y > # CONFIG_RISCV_ISA_ZBA is not set > # CONFIG_RISCV_ISA_ZBB is not set > # CONFIG_RISCV_ISA_ZBC is not set > +# CONFIG_RISCV_ISA_ZBKB is not set > # CONFIG_RISCV_ISA_ZICBOM is not set > # CONFIG_RISCV_ISA_ZICBOZ is not set > # CONFIG_RISCV_ISA_VENDOR_EXT_THEAD is not set > @@ -212,7 +213,6 @@ CONFIG_DEBUG_MEMORY_INIT=y > CONFIG_SOFTLOCKUP_DETECTOR=y > CONFIG_WQ_WATCHDOG=y > CONFIG_WQ_CPU_INTENSIVE_REPORT=y > -# CONFIG_SCHED_DEBUG is not set > CONFIG_DEBUG_RT_MUTEXES=y > CONFIG_DEBUG_SPINLOCK=y > CONFIG_DEBUG_MUTEXES=y > -- > 2.43.0 > >
diff --git a/arch/riscv/configs/rzfive_defconfig b/arch/riscv/configs/rzfive_defconfig index b5462ae3163521d6..e9998a22dee140cd 100644 --- a/arch/riscv/configs/rzfive_defconfig +++ b/arch/riscv/configs/rzfive_defconfig @@ -37,6 +37,7 @@ CONFIG_NONPORTABLE=y # CONFIG_RISCV_ISA_ZBA is not set # CONFIG_RISCV_ISA_ZBB is not set # CONFIG_RISCV_ISA_ZBC is not set +# CONFIG_RISCV_ISA_ZBKB is not set # CONFIG_RISCV_ISA_ZICBOM is not set # CONFIG_RISCV_ISA_ZICBOZ is not set # CONFIG_RISCV_ISA_VENDOR_EXT_THEAD is not set @@ -212,7 +213,6 @@ CONFIG_DEBUG_MEMORY_INIT=y CONFIG_SOFTLOCKUP_DETECTOR=y CONFIG_WQ_WATCHDOG=y CONFIG_WQ_CPU_INTENSIVE_REPORT=y -# CONFIG_SCHED_DEBUG is not set CONFIG_DEBUG_RT_MUTEXES=y CONFIG_DEBUG_SPINLOCK=y CONFIG_DEBUG_MUTEXES=y
Refresh the defconfig for Renesas RZ/Five systems: - Disable support for the Zbkb ISA extension for bit manipulation instructions, as it is not supported by RZ/Five, - Drop CONFIG_SCHED_DEBUG=n (removed in commit b52173065e0aad82 ("sched/debug: Remove CONFIG_SCHED_DEBUG")). --- Not intended for upstream merge. To be applied to the topic/renesas-defconfig branch. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- arch/riscv/configs/rzfive_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)