diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-05-03 12:55:52 +0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-03 17:16:56 +0400 |
commit | 73b6a2be8b29b2067aa3c0f1d6433b6148d88705 (patch) | |
tree | e5c9024f689885c1e002ba57fff6895a7f5a54d2 /drivers/ata/Kconfig | |
parent | a17dba8df9848c548912fbe9bf4b28c5a67c5413 (diff) | |
download | linux-73b6a2be8b29b2067aa3c0f1d6433b6148d88705.tar.xz |
[ARM] Add support for ICSIDE interface on RiscPC
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index e0820e8dd1c7..77846dd0a4fa 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -552,6 +552,14 @@ config PATA_PLATFORM If unsure, say N. +config PATA_ICSIDE + tristate "Acorn ICS PATA support" + depends on ARM && ARCH_ACORN + help + On Acorn systems, say Y here if you wish to use the ICS PATA + interface card. This is not required for ICS partition support. + If you are unsure, say N to this. + config PATA_IXP4XX_CF tristate "IXP4XX Compact Flash support" depends on ARCH_IXP4XX |