diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-01-21 11:37:20 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2020-04-16 13:01:43 +0200 |
commit | 65fd41e6fa2ee0905b06379d1ef1ff52b3f27156 (patch) | |
tree | e670b8bd45bbfd26f918e1b2363abf83a03eb2a1 /.gitignore | |
parent | ba637aa019e038a518236bb56afcdb86ebfd269c (diff) |
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>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions