On Tue, Dec 04, 2007 at 11:37:51PM +0300, Anton Vorontsov wrote:
On Tue, Dec 04, 2007 at 02:01:21PM -0600, Olof Johansson wrote:
quoted
On Tue, Dec 04, 2007 at 10:49:21PM +0300, Anton Vorontsov wrote:
quoted
tristate "Generic platform device PATA support"
- depends on EMBEDDED || ARCH_RPC
+ depends on EMBEDDED || ARCH_PPC
It needs to be || PPC, not || ARCH_PPC.
D'oh.
- - - -
From: Anton Vorontsov <redacted>
Subject: [PATCH v2.2] [libata] pata_of_platform: OF-Platform PATA device driver
This driver nicely wraps around pata_platform library functions,
and provides OF platform bus bindings to the PATA devices.
In addition fix ARCH_RPC typo in the PATA_PLATFORM Kconfig entry,
spotted by Olof Johansson.
Signed-off-by: Anton Vorontsov <redacted>
Reviewed-by: Olof Johansson <redacted>