]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: prima2: remove redundant select CPU_V7
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 26 Feb 2017 03:07:00 +0000 (12:07 +0900)
committerOlof Johansson <olof@lixom.net>
Mon, 19 Jun 2017 02:13:47 +0000 (19:13 -0700)
<linux@armlinux.org.uk>, Barry Song <baohua@kernel.org>,
linux-kernel@vger.kernel.org

ARCH_ATLAS7 resides in "if ARCH_SIRF ... end", and ARCH_SIRF depends
on ARCH_MULTI_V7, which selects CPU_V7.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-prima2/Kconfig

index 85e874a973370facfa5a2e84cd10894279833be2..7426211bddaf9bf08d497b6e4220d0ff7286d3ca 100644 (file)
@@ -27,7 +27,6 @@ config ARCH_ATLAS7
        bool "CSR SiRFSoC ATLAS7 ARM Cortex A7 Platform"
        default y
        select ARM_GIC
-       select CPU_V7
        select ATLAS7_TIMER
        select HAVE_ARM_SCU if SMP
        select HAVE_SMP