summaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
authorRussell King2007-04-21 16:55:06 +0200
committerRussell King2007-05-03 15:16:55 +0200
commita17dba8df9848c548912fbe9bf4b28c5a67c5413 (patch)
treeab699b209ec5a6b952de52c0238e01d21dc478fb /drivers/ata
parent[ARM] Set coherent DMA mask for Acorn expansion cards (diff)
downloadkernel-qcow2-linux-a17dba8df9848c548912fbe9bf4b28c5a67c5413.tar.gz
kernel-qcow2-linux-a17dba8df9848c548912fbe9bf4b28c5a67c5413.tar.xz
kernel-qcow2-linux-a17dba8df9848c548912fbe9bf4b28c5a67c5413.zip
[ARM] Add platform support for PATA on RiscPC
Add pata_platform device for RiscPC, thereby converting the primary IDE channel on the machine to PATA. Acked-by: Jeff Garzik <jeff@garzik.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/ata')
-rw-r--r--drivers/ata/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 7bdbe5a914d0..e0820e8dd1c7 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -545,7 +545,7 @@ config PATA_WINBOND_VLB
config PATA_PLATFORM
tristate "Generic platform device PATA support"
- depends on EMBEDDED
+ depends on EMBEDDED || ARCH_RPC
help
This option enables support for generic directly connected ATA
devices commonly found on embedded systems.