diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2008-01-09 22:10:41 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2008-01-15 10:23:43 -0600 |
commit | 61f7162117d4767875825abf2f6ed1eeebbcceed (patch) | |
tree | 93ce729c0c499e45f7fb0adf805e6399bea9e404 /drivers/ata/Kconfig | |
parent | cf03613e9662c28372b8c83538fb402df37c53f5 (diff) | |
download | blackbird-op-linux-61f7162117d4767875825abf2f6ed1eeebbcceed.tar.gz blackbird-op-linux-61f7162117d4767875825abf2f6ed1eeebbcceed.zip |
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 config PATA_PLATFORM tristate "Generic platform device PATA support" - depends on EMBEDDED || ARCH_RPC + depends on EMBEDDED || ARCH_RPC || PPC help This option enables support for generic directly connected ATA devices commonly found on embedded systems. If unsure, say N. +config PATA_OF_PLATFORM + tristate "OpenFirmware platform device PATA support" + depends on PATA_PLATFORM && PPC_OF + help + This option enables support for generic directly connected ATA + devices commonly found on embedded systems with OpenFirmware + bindings. + + If unsure, say N. + config PATA_ICSIDE tristate "Acorn ICS PATA support" depends on ARM && ARCH_ACORN |