From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752217AbaCUVmu (ORCPT ); Fri, 21 Mar 2014 17:42:50 -0400 Received: from mail-ee0-f54.google.com ([74.125.83.54]:65004 "EHLO mail-ee0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750954AbaCUVmr (ORCPT ); Fri, 21 Mar 2014 17:42:47 -0400 Message-ID: <532CB252.6010702@gmail.com> Date: Fri, 21 Mar 2014 22:42:42 +0100 From: Sebastian Hesselbarth User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 To: Alexandre Belloni CC: Olof Johansson , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, =?ISO-8859-1?Q?Antoine_T=E9nart?= , Jimmy Xu , Jisheng Zhang Subject: Re: [PATCH 1/2] ARM: berlin: add MACH_BERLIN_BG2Q symbol References: <1395430757-8677-1-git-send-email-alexandre.belloni@free-electrons.com> In-Reply-To: <1395430757-8677-1-git-send-email-alexandre.belloni@free-electrons.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/21/2014 08:39 PM, Alexandre Belloni wrote: > Now that we start supporting the Marvell Berlin BG2Q, add a symbol allowing to > differentiate that SoC from the other SoCs of the Berlin family. > > Signed-off-by: Alexandre Belloni Applied to berlin/defconfig, Thanks! > --- > arch/arm/mach-berlin/Kconfig | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig > index 7a02d222c378..0ff6f5877076 100644 > --- a/arch/arm/mach-berlin/Kconfig > +++ b/arch/arm/mach-berlin/Kconfig > @@ -24,6 +24,13 @@ config MACH_BERLIN_BG2CD > select CPU_V7 > select HAVE_ARM_TWD if SMP > > +config MACH_BERLIN_BG2Q > + bool "Marvell Armada 1500 Pro (BG2-Q)" > + select CACHE_L2X0 > + select CPU_V7 > + select HAVE_ARM_TWD if SMP > + select HAVE_SMP > + > endmenu > > endif >