diff options
author | Alan Cox <alan@linux.intel.com> | 2009-06-24 13:29:44 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2009-09-01 19:47:20 -0400 |
commit | 6b406782ad0408f9cb480c2e1b543d194e8206d0 (patch) | |
tree | 4082136fd79b5300abfa9f26d3283b6a13640cb3 /drivers/ata/Kconfig | |
parent | 87c8b22be201cc4c139f98ef5e0471dd15c01239 (diff) |
[libata] Add pata_rdc driver for RDC ATA devices
From: Alan Cox <alan@linux.intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
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 8e64d3c81d53..ab2fa4eeb364 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -597,6 +597,16 @@ config PATA_RB532 | |||
597 | 597 | ||
598 | If unsure, say N. | 598 | If unsure, say N. |
599 | 599 | ||
600 | config PATA_RDC | ||
601 | tristate "RDC PATA support" | ||
602 | depends on PCI | ||
603 | help | ||
604 | This option enables basic support for the later RDC PATA controllers | ||
605 | controllers via the new ATA layer. For the RDC 1010, you need to | ||
606 | enable the IT821X driver instead. | ||
607 | |||
608 | If unsure, say N. | ||
609 | |||
600 | config PATA_RZ1000 | 610 | config PATA_RZ1000 |
601 | tristate "PC Tech RZ1000 PATA support" | 611 | tristate "PC Tech RZ1000 PATA support" |
602 | depends on PCI | 612 | depends on PCI |