diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2008-01-09 14:10:41 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2008-01-15 11:23:43 -0500 |
commit | 61f7162117d4767875825abf2f6ed1eeebbcceed (patch) | |
tree | 93ce729c0c499e45f7fb0adf805e6399bea9e404 /drivers/ata/Kconfig | |
parent | cf03613e9662c28372b8c83538fb402df37c53f5 (diff) |
libata: pata_of_platform: OF-Platform PATA device driver
This driver nicely wraps around pata_platform library functions,
and provides OF platform bus bindings to the PATA devices.
Also add || PPC to the PATA_PLATFORM's "depends on" Kconfig entry,
needed for PA Semi Electra.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 12 |
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 | ||
608 | config PATA_PLATFORM | 608 | config 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 | ||
617 | config 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 | |||
617 | config PATA_ICSIDE | 627 | config 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 |