Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752396AbdCAKVb (ORCPT ); Wed, 1 Mar 2017 05:21:31 -0500 Received: from mail-wm0-f47.google.com ([74.125.82.47]:35658 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752334AbdCAKVW (ORCPT ); Wed, 1 Mar 2017 05:21:22 -0500 Subject: Re: [PATCH] ARM: oxnas: remove redundant select CPU_V6K To: Masahiro Yamada , linux-arm-kernel@lists.infradead.org References: <1488078421-3751-1-git-send-email-yamada.masahiro@socionext.com> Cc: linux-kernel@vger.kernel.org, Russell King , linux-oxnas@lists.tuxfamily.org From: Neil Armstrong Organization: Baylibre Message-ID: <2f82de69-5e7e-1138-9a54-18f45f754834@baylibre.com> Date: Wed, 1 Mar 2017 11:21:12 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <1488078421-3751-1-git-send-email-yamada.masahiro@socionext.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 761 Lines: 29 On 02/26/2017 04:07 AM, Masahiro Yamada wrote: > MACH_OX820 depends on ARCH_MULTI_V6, which already selects CPU_V6K. > > Signed-off-by: Masahiro Yamada > --- > > arch/arm/mach-oxnas/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/mach-oxnas/Kconfig b/arch/arm/mach-oxnas/Kconfig > index 8fa4557..e3610c5 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 > Acked-by: Neil Armstrong Applied in oxnas-for-next. Thanks, Neil