OSDN Git Service

ARM: realview: Drop unneeded select of multi-platform features
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 21 Jan 2020 10:37:20 +0000 (11:37 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 16 Apr 2020 11:01:43 +0000 (13:01 +0200)
commit65fd41e6fa2ee0905b06379d1ef1ff52b3f27156
treee670b8bd45bbfd26f918e1b2363abf83a03eb2a1
parentba637aa019e038a518236bb56afcdb86ebfd269c
ARM: realview: Drop unneeded select of multi-platform features

Support for ARM Ltd. RealView systems depends on ARCH_MULTIPLATFORM,
which selects USE_OF.
Support for ARMv6 and ARMv7 variants depends on ARCH_MULTI_V6 or
ARCH_MULTI_V7, which both select ARCH_MULTI_V6_V7 and thus
MIGHT_HAVE_CACHE_L2X0.
Support for ARMv7 variants depends on ARCH_MULTI_V7, which selects
HAVE_SMP.
Hence there is no need for the affected RealView-specific symbols to
select any of them.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-realview/Kconfig