Re: [PATCH 30/30] ARM: omap2: select ARM_AMBA for OMAP3_EMU

2011-10-03 Thread Tony Lindgren
* Santosh Shilimkar santosh.shilim...@ti.com [111002 21:58]:
 On Sunday 02 October 2011 08:16 PM, Arnd Bergmann wrote:
  OMAP3_EMU needs OC_ETM, which needs ARM_AMBA. Since the latter
  dependency is getting turned from a 'select' into a 'depends',
  omap has to select ARM_AMBA itself in order to have a correct
  dependency chain. Alternatively, we could change OMAP3_EMU
  to have a 'depends on OC_ETM' instead of selecting it.
  
  Signed-off-by: Arnd Bergmann a...@arndb.de
 Acked-by: Santosh Shilimkar santosh.shilim...@ti.com

Acked-by: Tony Lindgren t...@atomide.com
--
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


[PATCH 30/30] ARM: omap2: select ARM_AMBA for OMAP3_EMU

2011-10-02 Thread Arnd Bergmann
OMAP3_EMU needs OC_ETM, which needs ARM_AMBA. Since the latter
dependency is getting turned from a 'select' into a 'depends',
omap has to select ARM_AMBA itself in order to have a correct
dependency chain. Alternatively, we could change OMAP3_EMU
to have a 'depends on OC_ETM' instead of selecting it.

Signed-off-by: Arnd Bergmann a...@arndb.de
---
 arch/arm/mach-omap2/Kconfig |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index fdd45dd..12ae86e 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -386,6 +386,7 @@ config OMAP3_EMU
bool OMAP3 debugging peripherals
depends on ARCH_OMAP3
select OC_ETM
+   select ARM_AMBA
help
  Say Y here to enable debugging hardware of omap3
 
-- 
1.7.5.4

--
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 30/30] ARM: omap2: select ARM_AMBA for OMAP3_EMU

2011-10-02 Thread Santosh Shilimkar
On Sunday 02 October 2011 08:16 PM, Arnd Bergmann wrote:
 OMAP3_EMU needs OC_ETM, which needs ARM_AMBA. Since the latter
 dependency is getting turned from a 'select' into a 'depends',
 omap has to select ARM_AMBA itself in order to have a correct
 dependency chain. Alternatively, we could change OMAP3_EMU
 to have a 'depends on OC_ETM' instead of selecting it.
 
 Signed-off-by: Arnd Bergmann a...@arndb.de
Acked-by: Santosh Shilimkar santosh.shilim...@ti.com
--
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