Commit 2ad69677 authored by Ben Dooks's avatar Ben Dooks Committed by Jeff Garzik
Browse files

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 <rmk@arm.linux.org.uk>
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent be77e43a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -663,7 +663,7 @@ config HAVE_PATA_PLATFORM


config PATA_PLATFORM
config PATA_PLATFORM
	tristate "Generic platform device PATA support"
	tristate "Generic platform device PATA support"
	depends on EMBEDDED || ARCH_RPC || PPC || HAVE_PATA_PLATFORM
	depends on EMBEDDED || PPC || HAVE_PATA_PLATFORM
	help
	help
	  This option enables support for generic directly connected ATA
	  This option enables support for generic directly connected ATA
	  devices commonly found on embedded systems.
	  devices commonly found on embedded systems.