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

[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

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