From: Lad Prabhakar Date: Thu, 15 Sep 2022 23:38:52 +0000 (+0100) Subject: ARM: shmobile: Drop selecting SOC_BUS X-Git-Tag: v6.1-rc5~302^2~6^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2ce1e734282662c0b3117e4f26b831d30370bcb;p=platform%2Fkernel%2Flinux-starfive.git ARM: shmobile: Drop selecting SOC_BUS Don't automatically select the SOC_BUS config option as we already have automatically selected it as part of the SOC_RENESAS config option [0] as renesas-soc.c [1] uses the APIs provided by SOC_BUS config option. [0] drivers/soc/renesas/Kconfig [1] drivers/soc/renesas/renesas-soc.c Signed-off-by: Lad Prabhakar Link: https://lore.kernel.org/r/20220915233852.415407-1-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 50909c4..37f862f 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