Use HAVE_PATA_PLATFORM for ARCH_RPC Cc: Linux ARM Kernel <linux-arm-kernel@xxxxxxxxxxxxxxxxxxxxxx> Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> Signed-off-by: Ben Dooks <ben-linux@xxxxxxxxx> PATCH FOLLOWS KernelVersion: 2.6.24-git12 Index: linux-2.6.25-rc9-ata1/arch/arm/Kconfig =================================================================== --- linux-2.6.25-rc9-ata1.orig/arch/arm/Kconfig 2008-04-15 12:10:02.000000000 +0100 +++ linux-2.6.25-rc9-ata1/arch/arm/Kconfig 2008-04-15 15:27:53.000000000 +0100 @@ -411,6 +411,7 @@ config ARCH_RPC select FIQ select TIMER_ACORN select ARCH_MAY_HAVE_PC_FDC + select HAVE_PATA_PLATFORM select ISA_DMA_API select NO_IOPORT select HAVE_IDE Index: linux-2.6.25-rc9-ata1/drivers/ata/Kconfig =================================================================== --- linux-2.6.25-rc9-ata1.orig/drivers/ata/Kconfig 2008-04-15 15:27:48.000000000 +0100 +++ linux-2.6.25-rc9-ata1/drivers/ata/Kconfig 2008-04-15 15:27:53.000000000 +0100 @@ -634,7 +634,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. -- Ben (ben@xxxxxxxxx, http://www.fluff.org/) 'a smiley only costs 4 bytes' -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html