Message ID | 20220718192824.7246-1-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 01fe1e812b5c39f5e4dceabffb0b230077da76f4 |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | soc: renesas: Kconfig: Enable IRQC driver for RZ/G2L SoC | expand |
On Mon, Jul 18, 2022 at 9:28 PM Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> wrote: > Select RENESAS_RZG2L_IRQC config option if ARCH_RZG2L is enabled > so that IRQC driver is enabled on RZ/G2L (and alike) SoC's. > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> i.e. will queue in renesas-devel for v5.21. 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
diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig index c50a6ce1b99d..390f52109cb7 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -44,6 +44,7 @@ config ARCH_RZG2L bool select PM select PM_GENERIC_DOMAINS + select RENESAS_RZG2L_IRQC config ARCH_RZN1 bool
Select RENESAS_RZG2L_IRQC config option if ARCH_RZG2L is enabled so that IRQC driver is enabled on RZ/G2L (and alike) SoC's. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> --- Note: This patch depends on [0] which is in next. [0] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/ commit/?h=next-20220718&id=3fed09559cd8be79568d368ce02bf7f2d56259b6 --- drivers/soc/renesas/Kconfig | 1 + 1 file changed, 1 insertion(+)