Re: [PATCH v2 2/4] [libata] pata_of_platform: OF-Platform PATA device driver
From: Olof Johansson <hidden>
Date: 2007-12-14 16:27:35
Also in:
linux-ide
From: Olof Johansson <hidden>
Date: 2007-12-14 16:27:35
Also in:
linux-ide
On Fri, Dec 14, 2007 at 10:09:28AM -0600, Scott Wood wrote:
On Fri, Dec 14, 2007 at 02:23:13AM -0600, Olof Johansson wrote:quoted
On Wed, Dec 05, 2007 at 12:39:12PM -0600, Scott Wood wrote:quoted
Why is it dependent on anything other than platform bus support and ATA?There's no way to specify dependency on platform bus as a config option, that's likely what EMBEDDED was meant to do. Some platforms have platform bus in spite of being !EMBEDDED, arch/arm/configs/rpc_defconfig seems to be among those. PPC too.If platform bus can't be configged out, then the only dependency should be the implicit one on ATA (is there anything else whose absence will stop the code from building, or working if the appropriate platform device is passed in?).
Sure, sounds good to me. -Olof