From: Lad Prabhakar Date: Thu, 27 Oct 2022 11:24:59 +0000 (+0100) Subject: arm64: renesas: Drop selecting GPIOLIB and PINCTRL X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d84ea59e20158ca7a1b6c1dfc3c0e2e652eb4b00;p=users%2Fjedix%2Flinux-maple.git arm64: renesas: Drop selecting GPIOLIB and PINCTRL Do not automatically select the GPIOLIB and PINCTRL config options as they are already automatically selected as part of the SOC_RENESAS config option in drivers/soc/renesas/Kconfig. Signed-off-by: Lad Prabhakar Link: https://lore.kernel.org/r/20221027112459.77413-1-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 76580b932e446..d1970adf80ab3 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.