]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
PATA: RPC now selects HAVE_PATA_PLATFORM for pata platform driver
authorBen Dooks <ben-linux@fluff.org>
Fri, 26 Sep 2008 17:12:52 +0000 (18:12 +0100)
committerJeff Garzik <jgarzik@redhat.com>
Mon, 29 Sep 2008 04:25:43 +0000 (00:25 -0400)
The RPC machine type now selects HAVE_PATA_PLATFORM so we can remove
the special case in the PATA_PLATFORM configuration code.

Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/Kconfig

index 11c8c19f0fb7107acfd0c9189c70aeffc5dfba06..f17cd4b572f87324b2d261b491fc1f9f78d8d696 100644 (file)
@@ -663,7 +663,7 @@ config HAVE_PATA_PLATFORM
 
 config PATA_PLATFORM
        tristate "Generic platform device PATA support"
-       depends on EMBEDDED || ARCH_RPC || PPC || HAVE_PATA_PLATFORM
+       depends on EMBEDDED || PPC || HAVE_PATA_PLATFORM
        help
          This option enables support for generic directly connected ATA
          devices commonly found on embedded systems.