summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorAlessandro Zummo2006-11-14 19:43:21 +0100
committerJeff Garzik2006-12-02 04:42:51 +0100
commit0df0d0a0ea9ffcee4e56f96cd9d9e32b0644eb21 (patch)
tree8703426cd2737b74cf7f4b0ac104ea935cb26ccb /drivers/ata/Kconfig
parent[PATCH] sata_sis: slave support on SiS965 (diff)
downloadkernel-qcow2-linux-0df0d0a0ea9ffcee4e56f96cd9d9e32b0644eb21.tar.gz
kernel-qcow2-linux-0df0d0a0ea9ffcee4e56f96cd9d9e32b0644eb21.tar.xz
kernel-qcow2-linux-0df0d0a0ea9ffcee4e56f96cd9d9e32b0644eb21.zip
[libata] ARM: add ixp4xx PATA driver
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 98d0f01c90eb..984ab284382a 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -508,6 +508,16 @@ config PATA_PLATFORM
If unsure, say N.
+config PATA_IXP4XX_CF
+ tristate "IXP4XX Compact Flash support"
+ depends on ARCH_IXP4XX
+ help
+ This option enables support for a Compact Flash connected on
+ the ixp4xx expansion bus. This driver had been written for
+ Loft/Avila boards in mind but can work with others.
+
+ If unsure, say N.
+
endif
endmenu