diff options
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 2478cca653de..ae19c9b30d15 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -184,7 +184,7 @@ config PATA_ACPI | |||
184 | 184 | ||
185 | config SATA_FSL | 185 | config SATA_FSL |
186 | tristate "Freescale 3.0Gbps SATA support" | 186 | tristate "Freescale 3.0Gbps SATA support" |
187 | depends on PPC_MPC837x | 187 | depends on FSL_SOC |
188 | help | 188 | help |
189 | This option enables support for Freescale 3.0Gbps SATA controller. | 189 | This option enables support for Freescale 3.0Gbps SATA controller. |
190 | It can be found on MPC837x and MPC8315. | 190 | It can be found on MPC837x and MPC8315. |
@@ -616,13 +616,23 @@ config PATA_WINBOND_VLB | |||
616 | 616 | ||
617 | config PATA_PLATFORM | 617 | config PATA_PLATFORM |
618 | tristate "Generic platform device PATA support" | 618 | tristate "Generic platform device PATA support" |
619 | depends on EMBEDDED || ARCH_RPC | 619 | depends on EMBEDDED || ARCH_RPC || PPC |
620 | help | 620 | help |
621 | This option enables support for generic directly connected ATA | 621 | This option enables support for generic directly connected ATA |
622 | devices commonly found on embedded systems. | 622 | devices commonly found on embedded systems. |
623 | 623 | ||
624 | If unsure, say N. | 624 | If unsure, say N. |
625 | 625 | ||
626 | config PATA_OF_PLATFORM | ||
627 | tristate "OpenFirmware platform device PATA support" | ||
628 | depends on PATA_PLATFORM && PPC_OF | ||
629 | help | ||
630 | This option enables support for generic directly connected ATA | ||
631 | devices commonly found on embedded systems with OpenFirmware | ||
632 | bindings. | ||
633 | |||
634 | If unsure, say N. | ||
635 | |||
626 | config PATA_ICSIDE | 636 | config PATA_ICSIDE |
627 | tristate "Acorn ICS PATA support" | 637 | tristate "Acorn ICS PATA support" |
628 | depends on ARM && ARCH_ACORN | 638 | depends on ARM && ARCH_ACORN |