diff options
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 365c306c7cf8..45dbdc14915f 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -550,13 +550,21 @@ config PATA_WINBOND_VLB | |||
550 | 550 | ||
551 | config PATA_PLATFORM | 551 | config PATA_PLATFORM |
552 | tristate "Generic platform device PATA support" | 552 | tristate "Generic platform device PATA support" |
553 | depends on EMBEDDED | 553 | depends on EMBEDDED || ARCH_RPC |
554 | help | 554 | help |
555 | This option enables support for generic directly connected ATA | 555 | This option enables support for generic directly connected ATA |
556 | devices commonly found on embedded systems. | 556 | devices commonly found on embedded systems. |
557 | 557 | ||
558 | If unsure, say N. | 558 | If unsure, say N. |
559 | 559 | ||
560 | config PATA_ICSIDE | ||
561 | tristate "Acorn ICS PATA support" | ||
562 | depends on ARM && ARCH_ACORN | ||
563 | help | ||
564 | On Acorn systems, say Y here if you wish to use the ICS PATA | ||
565 | interface card. This is not required for ICS partition support. | ||
566 | If you are unsure, say N to this. | ||
567 | |||
560 | config PATA_IXP4XX_CF | 568 | config PATA_IXP4XX_CF |
561 | tristate "IXP4XX Compact Flash support" | 569 | tristate "IXP4XX Compact Flash support" |
562 | depends on ARCH_IXP4XX | 570 | depends on ARCH_IXP4XX |