From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Dooks Subject: [patch 2/2] ARM/RPC: Use HAVE_PATA_PLATFORM to select pata platform driver Date: Tue, 15 Apr 2008 15:43:27 +0100 Message-ID: <20080415144512.009318607@fluff.org.uk> References: <20080415144325.363175912@fluff.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline; filename=libata-rpc-use-have-kconfig.patch List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.arm.linux.org.uk Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org+linux-arm-kernel=m.gmane.org@lists.arm.linux.org.uk To: Linux IDE List Cc: Ben Dooks , Linux ARM Kernel , Russell King List-Id: linux-ide@vger.kernel.org Use HAVE_PATA_PLATFORM for ARCH_RPC Cc: Linux ARM Kernel Cc: Russell King Signed-off-by: Ben Dooks 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@fluff.org, http://www.fluff.org/) 'a smiley only costs 4 bytes' ------------------------------------------------------------------- List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel FAQ: http://www.arm.linux.org.uk/mailinglists/faq.php Etiquette: http://www.arm.linux.org.uk/mailinglists/etiquette.php