Re: [PATCH 7/9] remoteproc: omap: depend on OMAP_MBOX_FWK

2013-02-14 Thread Ohad Ben-Cohen
On Fri, Feb 15, 2013 at 12:55 AM, Tony Lindgren wrote: > * Arnd Bergmann [130214 14:51]: >> Patch a62a6e98 "ARM: OMAP2+: Disable code that currently does not work >> with multiplaform" makes the OMAP_MBOX_FWK option depend on !MULTIPLATFORM, >> which means we cannot simply select that symbol

Re: [PATCH 7/9] remoteproc: omap: depend on OMAP_MBOX_FWK

2013-02-14 Thread Tony Lindgren
* Arnd Bergmann [130214 14:51]: > Patch a62a6e98 "ARM: OMAP2+: Disable code that currently does not work > with multiplaform" makes the OMAP_MBOX_FWK option depend on !MULTIPLATFORM, > which means we cannot simply select that symbol from OMAP_REMOTEPROC. > > Turning the 'select' into 'depends

[PATCH 7/9] remoteproc: omap: depend on OMAP_MBOX_FWK

2013-02-14 Thread Arnd Bergmann
Patch a62a6e98 "ARM: OMAP2+: Disable code that currently does not work with multiplaform" makes the OMAP_MBOX_FWK option depend on !MULTIPLATFORM, which means we cannot simply select that symbol from OMAP_REMOTEPROC. Turning the 'select' into 'depends on' ensures that all dependencies are correct

[PATCH 7/9] remoteproc: omap: depend on OMAP_MBOX_FWK

2013-02-14 Thread Arnd Bergmann
Patch a62a6e98 ARM: OMAP2+: Disable code that currently does not work with multiplaform makes the OMAP_MBOX_FWK option depend on !MULTIPLATFORM, which means we cannot simply select that symbol from OMAP_REMOTEPROC. Turning the 'select' into 'depends on' ensures that all dependencies are correct

Re: [PATCH 7/9] remoteproc: omap: depend on OMAP_MBOX_FWK

2013-02-14 Thread Tony Lindgren
* Arnd Bergmann a...@arndb.de [130214 14:51]: Patch a62a6e98 ARM: OMAP2+: Disable code that currently does not work with multiplaform makes the OMAP_MBOX_FWK option depend on !MULTIPLATFORM, which means we cannot simply select that symbol from OMAP_REMOTEPROC. Turning the 'select' into

Re: [PATCH 7/9] remoteproc: omap: depend on OMAP_MBOX_FWK

2013-02-14 Thread Ohad Ben-Cohen
On Fri, Feb 15, 2013 at 12:55 AM, Tony Lindgren t...@atomide.com wrote: * Arnd Bergmann a...@arndb.de [130214 14:51]: Patch a62a6e98 ARM: OMAP2+: Disable code that currently does not work with multiplaform makes the OMAP_MBOX_FWK option depend on !MULTIPLATFORM, which means we cannot simply