diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-11-14 16:04:43 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-11-14 16:04:44 +0100 |
commit | 566fb6711f186803c9b078f35fc1eb9169541ef0 (patch) | |
tree | e55041432f88dad1ac52715511381823e462ae3d /drivers/soc | |
parent | 6cb1253c6d9c22e5dc505843b5322ef64ed095fc (diff) | |
parent | d84ea59e20158ca7a1b6c1dfc3c0e2e652eb4b00 (diff) | |
download | linux-stable-566fb6711f186803c9b078f35fc1eb9169541ef0.tar.gz linux-stable-566fb6711f186803c9b078f35fc1eb9169541ef0.tar.bz2 linux-stable-566fb6711f186803c9b078f35fc1eb9169541ef0.zip |
Merge tag 'renesas-arm-soc-for-v6.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/soc
Renesas ARM SoC updates for v6.2
- Drop selecting GPIOLIB and PINCTRL, which are already automatically
selected as part of the SOC_RENESAS config option in
drivers/soc/renesas/Kconfig.
* tag 'renesas-arm-soc-for-v6.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:
arm64: renesas: Drop selecting GPIOLIB and PINCTRL
ARM: shmobile: Drop selecting GPIOLIB and PINCTRL
soc: renesas: Kconfig: Explicitly select GPIOLIB and PINCTRL config under SOC_RENESAS
Link: https://lore.kernel.org/r/cover.1667558746.git.geert+renesas@glider.be
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/soc')
-rw-r--r-- | drivers/soc/renesas/Kconfig | 2 |
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 |