From: Ben Dooks Date: Fri, 26 Sep 2008 17:12:52 +0000 (+0100) Subject: PATA: RPC now selects HAVE_PATA_PLATFORM for pata platform driver X-Git-Tag: v2.6.28-rc1~736^2~8 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=2ad69677b626fc311783b47af25dfecf7be2845b;p=linux-2.6-omap-h63xx.git PATA: RPC now selects HAVE_PATA_PLATFORM for pata platform driver 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 Signed-off-by: Ben Dooks Signed-off-by: Jeff Garzik --- diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 11c8c19f0fb..f17cd4b572f 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -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.