diff options
author | David Daney <ddaney@caviumnetworks.com> | 2009-01-15 17:45:32 -0800 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2009-01-16 10:23:39 -0500 |
commit | 3c929c6f5aa7501790586a38dd8faca8fed9a158 (patch) | |
tree | 772ff335f9a9da2d10a40cff5a4070e080d181dc /drivers/ata/Kconfig | |
parent | 3ada9c126499dd4700dcdbd5b9fe8110ad17f578 (diff) | |
download | linux-3.10-3c929c6f5aa7501790586a38dd8faca8fed9a158.tar.gz linux-3.10-3c929c6f5aa7501790586a38dd8faca8fed9a158.tar.bz2 linux-3.10-3c929c6f5aa7501790586a38dd8faca8fed9a158.zip |
libata: New driver for OCTEON SOC Compact Flash interface (v7).
Cavium OCTEON processor support was recently merged, so now we have
this CF driver for your consideration.
Most OCTEON variants have *no* DMA or interrupt support on the CF
interface so for these, only PIO is supported. Although if DMA is
available, we do take advantage of it.
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 1a7be96d627..503a908afc8 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -698,6 +698,15 @@ config PATA_IXP4XX_CF If unsure, say N. +config PATA_OCTEON_CF + tristate "OCTEON Boot Bus Compact Flash support" + depends on CPU_CAVIUM_OCTEON + help + This option enables a polled compact flash driver for use with + compact flash cards attached to the OCTEON boot bus. + + If unsure, say N. + config PATA_SCC tristate "Toshiba's Cell Reference Set IDE support" depends on PCI && PPC_CELLEB |