[PATCH] ARM: shmobile: Drop selecting GPIOLIB and PINCTRL
Prabhakar
prabhakar.csengg at gmail.com
Thu Oct 27 04:23:00 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/arm/mach-shmobile/Kconfig | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig
index 37f862f13c8d..8d64cc7edccd 100644
--- a/arch/arm/mach-shmobile/Kconfig
+++ b/arch/arm/mach-shmobile/Kconfig
@@ -3,7 +3,5 @@ menuconfig ARCH_RENESAS
bool "Renesas ARM SoCs"
depends on ARCH_MULTI_V7
select ARM_GIC
- select GPIOLIB
select NO_IOPORT_MAP
- select PINCTRL
select ZONE_DMA if ARM_LPAE
--
2.17.1
More information about the linux-arm-kernel
mailing list