[PATCH] arm64: renesas: Drop selecting GPIOLIB and PINCTRL

Prabhakar prabhakar.csengg at gmail.com
Thu Oct 27 04:24:59 PDT 2022


From: Lad Prabhakar <prabhakar.mahadev-lad.rj at bp.renesas.com>

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 <prabhakar.mahadev-lad.rj at bp.renesas.com>
---
 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




More information about the linux-arm-kernel mailing list