diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-09-23 20:35:30 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-09-23 20:35:31 +0200 |
commit | 1ee41d92f1a05a87a1c69081006a21e6c319de82 (patch) | |
tree | 92d9576da18f2ac257f42e4f6d9edbd27e242c82 /arch/arm | |
parent | ARM: disallow PCI with MMU=n again (diff) | |
parent | ARM: shmobile: Drop selecting SOC_BUS (diff) | |
download | linux-1ee41d92f1a05a87a1c69081006a21e6c319de82.tar.xz linux-1ee41d92f1a05a87a1c69081006a21e6c319de82.zip |
Merge tag 'renesas-arm-soc-for-v6.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/soc
Renesas ARM SoC updates for v6.1
- Drop superfluous selects of SOC_BUS.
* tag 'renesas-arm-soc-for-v6.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:
ARM: shmobile: Drop selecting SOC_BUS
arm64: renesas: Drop selecting SOC_BUS
Link: https://lore.kernel.org/r/cover.1663588781.git.geert+renesas@glider.be
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 50909c4b95b2..37f862f13c8d 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -6,5 +6,4 @@ menuconfig ARCH_RENESAS select GPIOLIB select NO_IOPORT_MAP select PINCTRL - select SOC_BUS select ZONE_DMA if ARM_LPAE |