aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 7bdbe5a914d0..77846dd0a4fa 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -545,13 +545,21 @@ config PATA_WINBOND_VLB
545 545
546config PATA_PLATFORM 546config PATA_PLATFORM
547 tristate "Generic platform device PATA support" 547 tristate "Generic platform device PATA support"
548 depends on EMBEDDED 548 depends on EMBEDDED || ARCH_RPC
549 help 549 help
550 This option enables support for generic directly connected ATA 550 This option enables support for generic directly connected ATA
551 devices commonly found on embedded systems. 551 devices commonly found on embedded systems.
552 552
553 If unsure, say N. 553 If unsure, say N.
554 554
555config 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
555config PATA_IXP4XX_CF 563config 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