diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-05-03 04:55:52 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-03 09:16:56 -0400 |
commit | 73b6a2be8b29b2067aa3c0f1d6433b6148d88705 (patch) | |
tree | e5c9024f689885c1e002ba57fff6895a7f5a54d2 /drivers/ata/Kconfig | |
parent | a17dba8df9848c548912fbe9bf4b28c5a67c5413 (diff) |
[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 | |||
552 | 552 | ||
553 | If unsure, say N. | 553 | If unsure, say N. |
554 | 554 | ||
555 | config PATA_ICSIDE | ||
556 | tristate "Acorn ICS PATA support" | ||
557 | depends on ARM && ARCH_ACORN | ||
558 | help | ||
559 | On Acorn systems, say Y here if you wish to use the ICS PATA | ||
560 | interface card. This is not required for ICS partition support. | ||
561 | If you are unsure, say N to this. | ||
562 | |||
555 | config PATA_IXP4XX_CF | 563 | config PATA_IXP4XX_CF |
556 | tristate "IXP4XX Compact Flash support" | 564 | tristate "IXP4XX Compact Flash support" |
557 | depends on ARCH_IXP4XX | 565 | depends on ARCH_IXP4XX |