aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig12
1 files changed, 11 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index ba63619ae5df..64b4964d57e7 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -607,13 +607,23 @@ config PATA_WINBOND_VLB
607 607
608config PATA_PLATFORM 608config PATA_PLATFORM
609 tristate "Generic platform device PATA support" 609 tristate "Generic platform device PATA support"
610 depends on EMBEDDED || ARCH_RPC 610 depends on EMBEDDED || ARCH_RPC || PPC
611 help 611 help
612 This option enables support for generic directly connected ATA 612 This option enables support for generic directly connected ATA
613 devices commonly found on embedded systems. 613 devices commonly found on embedded systems.
614 614
615 If unsure, say N. 615 If unsure, say N.
616 616
617config PATA_OF_PLATFORM
618 tristate "OpenFirmware platform device PATA support"
619 depends on PATA_PLATFORM && PPC_OF
620 help
621 This option enables support for generic directly connected ATA
622 devices commonly found on embedded systems with OpenFirmware
623 bindings.
624
625 If unsure, say N.
626
617config PATA_ICSIDE 627config PATA_ICSIDE
618 tristate "Acorn ICS PATA support" 628 tristate "Acorn ICS PATA support"
619 depends on ARM && ARCH_ACORN 629 depends on ARM && ARCH_ACORN