diff options
author | Viresh Kumar <viresh.kumar@st.com> | 2011-02-22 15:46:07 +0530 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2011-03-14 02:52:46 -0400 |
commit | a480167b23ef9b35ec0299bb3e1b11b4ed6b3508 (patch) | |
tree | a445375d94ce680339b88365e0b2d1c3945492d9 /drivers/ata/Kconfig | |
parent | 64b97594251bb909d74d64012a2b9e5cc32bb11d (diff) | |
download | linux-3.10-a480167b23ef9b35ec0299bb3e1b11b4ed6b3508.tar.gz linux-3.10-a480167b23ef9b35ec0299bb3e1b11b4ed6b3508.tar.bz2 linux-3.10-a480167b23ef9b35ec0299bb3e1b11b4ed6b3508.zip |
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 8a1fc396f05..75afa75a515 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -311,6 +311,12 @@ config PATA_AMD If unsure, say N. +config PATA_ARASAN_CF + tristate "ARASAN CompactFlash PATA Controller Support" + select DMA_ENGINE + help + Say Y here to support the ARASAN CompactFlash PATA controller + config PATA_ARTOP tristate "ARTOP 6210/6260 PATA support" depends on PCI |