arm64: renesas: Drop selecting SOC_BUS
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Thu, 15 Sep 2022 23:36:40 +0000 (00:36 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Sun, 18 Sep 2022 12:51:10 +0000 (14:51 +0200)
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 <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://lore.kernel.org/r/20220915233640.415305-1-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/Kconfig.platforms

index 74e9e9d..06d1c25 100644 (file)
@@ -243,7 +243,6 @@ config ARCH_RENESAS
        bool "Renesas SoC Platforms"
        select GPIOLIB
        select PINCTRL
-       select SOC_BUS
        help
          This enables support for the ARMv8 based Renesas SoCs.