diff options
author | Alessandro Zummo <a.zummo@towertech.it> | 2006-11-14 18:43:21 (GMT) |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-12-02 03:42:51 (GMT) |
commit | 0df0d0a0ea9ffcee4e56f96cd9d9e32b0644eb21 (patch) | |
tree | 8703426cd2737b74cf7f4b0ac104ea935cb26ccb /drivers/ata/Kconfig | |
parent | 4adccf6f447dfa7af6f3af7e12f87829a6fac8dd (diff) | |
download | linux-0df0d0a0ea9ffcee4e56f96cd9d9e32b0644eb21.tar.xz |
[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/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 98d0f01..984ab28 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 |