From: Masahiro Yamada Date: Sun, 26 Feb 2017 03:07:01 +0000 (+0900) Subject: ARM: oxnas: remove redundant select CPU_V6K X-Git-Tag: v4.12-rc1~58^2~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b44327d198b4f1bbebaf83f714cde450471de644;p=thirdparty%2Fkernel%2Flinux.git ARM: oxnas: remove redundant select CPU_V6K MACH_OX820 depends on ARCH_MULTI_V6, which already selects CPU_V6K. Signed-off-by: Masahiro Yamada Acked-by: Neil Armstrong --- diff --git a/arch/arm/mach-oxnas/Kconfig b/arch/arm/mach-oxnas/Kconfig index 8fa4557e27a97..e3610c5b309bd 100644 --- a/arch/arm/mach-oxnas/Kconfig +++ b/arch/arm/mach-oxnas/Kconfig @@ -28,7 +28,6 @@ config MACH_OX820 depends on ARCH_MULTI_V6 select ARM_GIC select DMA_CACHE_RWFO if SMP - select CPU_V6K select HAVE_SMP select HAVE_ARM_SCU if SMP select HAVE_ARM_TWD if SMP