Re: [PATCH, RFC 5/8] ARM: OMAP2+: am43: Kconfig

2013-02-19 Thread Santosh Shilimkar

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 af...@ti.com
---
  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
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH, RFC 5/8] ARM: OMAP2+: am43: Kconfig

2013-02-19 Thread Felipe Balbi
On Tue, Feb 19, 2013 at 03:57:07PM +0530, Santosh Shilimkar wrote:
 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 af...@ti.com
 ---
   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

actually, this is needed for CONFIG_SMP_ON_UP

-- 
balbi


signature.asc
Description: Digital signature


Re: [PATCH, RFC 5/8] ARM: OMAP2+: am43: Kconfig

2013-02-19 Thread Santosh Shilimkar

On Tuesday 19 February 2013 04:26 PM, Felipe Balbi wrote:

On Tue, Feb 19, 2013 at 03:57:07PM +0530, Santosh Shilimkar wrote:

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 af...@ti.com
---
  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


actually, this is needed for CONFIG_SMP_ON_UP


Ahh.. I missed that. Thanks Felipe for pointing it
out.

Regards,
Santosh
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html