From: Takeshi Kihara Date: Thu, 15 Nov 2018 09:46:49 +0000 (+0100) Subject: arm64: renesas: Enable GPIOLIB to allow GPIO driver selection X-Git-Tag: v5.0-rc1~79^2~13^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9374eee32b666c92cf821a98eb3aeaa0bf4d5dd5;p=thirdparty%2Fkernel%2Flinux.git arm64: renesas: Enable GPIOLIB to allow GPIO driver selection The R-Car GPIO driver cannot be enabled when Renesas SoC's ARCH configs (ARCH_RENESAS, ARCH_R8A7795, ARCH_R8A7796 and ARCH_R8A77965) are enabled only. As GPIOs are a critical resource for proper operation on Renesas platforms, this patch selects GPIOLIB, just like is done for other SoC vendors, and on Renesas arm32 SoCs. Reported-by: Alexandru Gheorghe Signed-off-by: Takeshi Kihara [geert: Improve patch description] Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 51bc479334a43..2eb02734ae457 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -157,6 +157,7 @@ config ARCH_REALTEK config ARCH_RENESAS bool "Renesas SoC Platforms" + select GPIOLIB select PINCTRL select PM select PM_GENERIC_DOMAINS