aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-11-14 15:55:42 +0100
committerArnd Bergmann <arnd@arndb.de>2022-11-14 15:55:43 +0100
commit4c1c97fc70e44aa39cd409e952eba3ed35c429fd (patch)
treef943224969a8bd895d93e2d55d8eff574c87fe4b
parentMerge tag 'memory-controller-drv-6.2' of https://git.kernel.org/pub/scm/linux... (diff)
parentsoc: renesas: Kconfig: Explicitly select GPIOLIB and PINCTRL config under SOC... (diff)
downloadlinux-4c1c97fc70e44aa39cd409e952eba3ed35c429fd.tar.gz
linux-4c1c97fc70e44aa39cd409e952eba3ed35c429fd.zip
Merge tag 'renesas-drivers-for-v6.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/drivers
Renesas driver updates for v6.2 - Let SOC_RENESAS select GPIOLIB and PINCTRL, so this does not have to be handled in two (soon three: arm/arm64/riscv), places. * tag 'renesas-drivers-for-v6.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel: soc: renesas: Kconfig: Explicitly select GPIOLIB and PINCTRL config under SOC_RENESAS Link: https://lore.kernel.org/r/cover.1667558747.git.geert+renesas@glider.be Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r--drivers/soc/renesas/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig
index f95a1337450d..660498252ec5 100644
--- a/drivers/soc/renesas/Kconfig
+++ b/drivers/soc/renesas/Kconfig
@@ -2,6 +2,8 @@
menuconfig SOC_RENESAS
bool "Renesas SoC driver support" if COMPILE_TEST && !ARCH_RENESAS
default y if ARCH_RENESAS
+ select GPIOLIB
+ select PINCTRL
select SOC_BUS
if SOC_RENESAS