From: Masahiro Yamada Date: Sun, 26 Feb 2017 03:07:00 +0000 (+0900) Subject: ARM: prima2: remove redundant select CPU_V7 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4435f5dc5cf7b919c96ae0b283d3cca77d069682;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ARM: prima2: remove redundant select CPU_V7 , Barry Song , 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 Signed-off-by: Olof Johansson --- diff --git a/arch/arm/mach-prima2/Kconfig b/arch/arm/mach-prima2/Kconfig index 85e874a97337..7426211bddaf 100644 --- a/arch/arm/mach-prima2/Kconfig +++ b/arch/arm/mach-prima2/Kconfig @@ -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