diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-04-21 10:55:06 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-03 09:16:55 -0400 |
commit | a17dba8df9848c548912fbe9bf4b28c5a67c5413 (patch) | |
tree | ab699b209ec5a6b952de52c0238e01d21dc478fb /drivers/ata | |
parent | 69f4f331a0f78470f0bc42ba8db8d6cdd9cae4a9 (diff) |
[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/Kconfig | 2 |
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 | |||
545 | 545 | ||
546 | config PATA_PLATFORM | 546 | config PATA_PLATFORM |
547 | tristate "Generic platform device PATA support" | 547 | tristate "Generic platform device PATA support" |
548 | depends on EMBEDDED | 548 | depends on EMBEDDED || ARCH_RPC |
549 | help | 549 | help |
550 | This option enables support for generic directly connected ATA | 550 | This option enables support for generic directly connected ATA |
551 | devices commonly found on embedded systems. | 551 | devices commonly found on embedded systems. |