From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932517Ab3BSKZ5 (ORCPT ); Tue, 19 Feb 2013 05:25:57 -0500 Received: from bear.ext.ti.com ([192.94.94.41]:54595 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932246Ab3BSKZz (ORCPT ); Tue, 19 Feb 2013 05:25:55 -0500 Message-ID: <5123537B.8050709@ti.com> Date: Tue, 19 Feb 2013 15:57:07 +0530 From: Santosh Shilimkar User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Afzal Mohammed CC: , , , , , Russell King , Tony Lindgren , Marc Zyngier , Nicolas Pitre , Will Deacon , Linus Walleij , Rob Herring , Grant Likely , Rob Landley , Sekhar Nori , Syed Mohammed Khasim Subject: Re: [PATCH, RFC 5/8] ARM: OMAP2+: am43: Kconfig References: <5951ba90110b97fb494743e1aedf26aaa92b97a9.1361186097.git.afzal@ti.com> In-Reply-To: <5951ba90110b97fb494743e1aedf26aaa92b97a9.1361186097.git.afzal@ti.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 Monday 18 February 2013 05:08 PM, Afzal Mohammed wrote: > Add Kconfig option for AM43 family of SoC's, these are ARM Cortex A9 > based (SMP configuration with 1 core). > > Signed-off-by: Afzal Mohammed > --- > arch/arm/mach-omap2/Kconfig | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig > index 49ac3df..683fbaa 100644 > --- a/arch/arm/mach-omap2/Kconfig > +++ b/arch/arm/mach-omap2/Kconfig > @@ -141,6 +141,17 @@ config SOC_AM33XX > select MULTI_IRQ_HANDLER > select COMMON_CLK > > +config SOC_AM43 > + bool "TI AM43" > + depends on ARCH_OMAP2PLUS > + default y > + select CPU_V7 > + select HAVE_SMP You don't need this > + select LOCAL_TIMERS if SMP This one as well > + select MULTI_IRQ_HANDLER And this one too I guess. Rest is fine. regards, Santosh