Message ID | 2a3a9d595579b7cea416c12bf9abcfa2227243bb.1694768174.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | Mainlined |
Commit | 61ad21ec519774182d23dd83d6cb44d7b80b7421 |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | soc: renesas: Kconfig: Remove blank line before ARCH_R9A07G043 help text | expand |
Hi Geert, Thank you for fixing it. On Fri, Sep 15, 2023 at 10:06 AM Geert Uytterhoeven <geert+renesas@glider.be> wrote: > > There should not be a blank line before the "help" keyword in the > ARCH_R9A07G043 configuration section. > > Fixes: c6a906cce61a8015 ("soc: renesas: Kconfig: For ARCH_R9A07G043 select the required configs if dependencies are met") > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > To be queued in renesas-devel for v6.7. > > drivers/soc/renesas/Kconfig | 1 - > 1 file changed, 1 deletion(-) > Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Cheers, Prabhakar > diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig > index bb1bb004b6a44b01..dd3f074d7b09b9bb 100644 > --- a/drivers/soc/renesas/Kconfig > +++ b/drivers/soc/renesas/Kconfig > @@ -343,7 +343,6 @@ config ARCH_R9A07G043 > select DMA_GLOBAL_POOL > select ERRATA_ANDES if RISCV_SBI > select ERRATA_ANDES_CMO if ERRATA_ANDES > - > help > This enables support for the Renesas RZ/Five SoC. > > -- > 2.34.1 >
diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig index bb1bb004b6a44b01..dd3f074d7b09b9bb 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -343,7 +343,6 @@ config ARCH_R9A07G043 select DMA_GLOBAL_POOL select ERRATA_ANDES if RISCV_SBI select ERRATA_ANDES_CMO if ERRATA_ANDES - help This enables support for the Renesas RZ/Five SoC.
There should not be a blank line before the "help" keyword in the ARCH_R9A07G043 configuration section. Fixes: c6a906cce61a8015 ("soc: renesas: Kconfig: For ARCH_R9A07G043 select the required configs if dependencies are met") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- To be queued in renesas-devel for v6.7. drivers/soc/renesas/Kconfig | 1 - 1 file changed, 1 deletion(-)