2022-07-18 19:54:08

by Prabhakar Mahadev Lad

[permalink] [raw]
Subject: [PATCH] soc: renesas: Kconfig: Enable IRQC driver for RZ/G2L SoC

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 <[email protected]>
---
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(+)

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
--
2.25.1


2022-07-21 13:18:54

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH] soc: renesas: Kconfig: Enable IRQC driver for RZ/G2L SoC

On Mon, Jul 18, 2022 at 9:28 PM Lad Prabhakar
<[email protected]> 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 <[email protected]>

Reviewed-by: Geert Uytterhoeven <[email protected]>
i.e. will queue in renesas-devel for v5.21.

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

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