Use the new HAVE_PATA_PLATFORM to select PATA_PLATFORM driver. CC: linuxppc-dev@xxxxxxxxxx Signed-off-by: Ben Dooks <ben-linux@xxxxxxxxx> Index: linux-2.6.24-git12-pata2/arch/ppc/Kconfig =================================================================== --- linux-2.6.24-git12-pata2.orig/arch/ppc/Kconfig +++ linux-2.6.24-git12-pata2/arch/ppc/Kconfig @@ -41,6 +41,7 @@ config GENERIC_CALIBRATE_DELAY config PPC bool + select HAVE_PATA_PLATFORM default y config PPC32 Index: linux-2.6.24-git12-pata2/drivers/ata/Kconfig =================================================================== --- linux-2.6.24-git12-pata2.orig/drivers/ata/Kconfig +++ linux-2.6.24-git12-pata2/drivers/ata/Kconfig @@ -624,7 +624,7 @@ config HAVE_PATA_PLATFORM config PATA_PLATFORM tristate "Generic platform device PATA support" - depends on EMBEDDED || PPC || HAVE_PATA_PLATFORM + depends on EMBEDDED || 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