diff options
author | Viresh Kumar <viresh.kumar@st.com> | 2011-02-22 05:16:07 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2011-03-14 02:52:46 -0400 |
commit | a480167b23ef9b35ec0299bb3e1b11b4ed6b3508 (patch) | |
tree | a445375d94ce680339b88365e0b2d1c3945492d9 /drivers/ata/Kconfig | |
parent | 64b97594251bb909d74d64012a2b9e5cc32bb11d (diff) |
pata_arasan_cf: Adding support for arasan compact flash host controller
The Arasan CompactFlash Device Controller has three basic modes of
operation: PC card ATA using I/O mode, PC card ATA using memory mode, PC card
ATA using true IDE modes.
Currently driver supports only True IDE mode.
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 8a1fc396f055..75afa75a515e 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -311,6 +311,12 @@ config PATA_AMD | |||
311 | 311 | ||
312 | If unsure, say N. | 312 | If unsure, say N. |
313 | 313 | ||
314 | config PATA_ARASAN_CF | ||
315 | tristate "ARASAN CompactFlash PATA Controller Support" | ||
316 | select DMA_ENGINE | ||
317 | help | ||
318 | Say Y here to support the ARASAN CompactFlash PATA controller | ||
319 | |||
314 | config PATA_ARTOP | 320 | config PATA_ARTOP |
315 | tristate "ARTOP 6210/6260 PATA support" | 321 | tristate "ARTOP 6210/6260 PATA support" |
316 | depends on PCI | 322 | depends on PCI |