2022-10-27 11:44:08

by Lad, Prabhakar

[permalink] [raw]
Subject: [PATCH] arm64: renesas: Drop selecting GPIOLIB and PINCTRL

From: Lad Prabhakar <[email protected]>

Don't automatically select the GPIOLIB and PINCTRL config options as we
already have automatically selected it as part of the SOC_RENESAS config
option [0].

[0] drivers/soc/renesas/Kconfig

Signed-off-by: Lad Prabhakar <[email protected]>
---
arch/arm64/Kconfig.platforms | 2 --
1 file changed, 2 deletions(-)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 76580b932e44..d1970adf80ab 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -252,8 +252,6 @@ config ARCH_REALTEK

config ARCH_RENESAS
bool "Renesas SoC Platforms"
- select GPIOLIB
- select PINCTRL
help
This enables support for the ARMv8 based Renesas SoCs.

--
2.17.1



2022-10-28 08:11:25

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH] arm64: renesas: Drop selecting GPIOLIB and PINCTRL

On Thu, Oct 27, 2022 at 1:25 PM Prabhakar <[email protected]> wrote:
> From: Lad Prabhakar <[email protected]>
>
> Don't automatically select the GPIOLIB and PINCTRL config options as we
> already have automatically selected it as part of the SOC_RENESAS config
> option [0].
>
> [0] drivers/soc/renesas/Kconfig
>
> Signed-off-by: Lad Prabhakar <[email protected]>

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

Note to self: beware dependencies, as commit b3acbca3c80e6124 ("soc:
renesas: Kconfig: Explicitly select GPIOLIB and PINCTRL config under
SOC_RENESAS") is queued in a different branch.

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