diff options
author | John(Jung-Ik) Lee <jilee@google.com> | 2009-09-15 00:32:33 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2009-09-17 16:47:06 -0400 |
commit | d15d6e6cc340566d53d953ffdec2c9e96816fa52 (patch) | |
tree | 8b2052455ef7daca721e55c793216e5f54f6d08d /drivers/ata/Kconfig | |
parent | 90950a2504b66d626a73f55ca949a2e79ff4b7c4 (diff) |
libata: Add pata_atp867x driver for Artop/Acard ATP867X controllers
This is a new pata driver for ARTOP 867X 64bit 4-channel UDMA133 ATA ctrls.
Based on the Atp867 data sheet rev 1.2, Acard, and in part on early ide codes
from Eric Uhrhane <ericu@google.com>.
Signed-off-by: John(Jung-Ik) Lee <jilee@google.com>
Reviewed-by: Grant Grundler <grundler@google.com>
Reviewed-by: Gwendal Gringo <gwendal@google.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index ab2fa4eeb364..f2df6e2a224c 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -255,6 +255,15 @@ config PATA_ARTOP | |||
255 | 255 | ||
256 | If unsure, say N. | 256 | If unsure, say N. |
257 | 257 | ||
258 | config PATA_ATP867X | ||
259 | tristate "ARTOP/Acard ATP867X PATA support" | ||
260 | depends on PCI | ||
261 | help | ||
262 | This option enables support for ARTOP/Acard ATP867X PATA | ||
263 | controllers. | ||
264 | |||
265 | If unsure, say N. | ||
266 | |||
258 | config PATA_AT32 | 267 | config PATA_AT32 |
259 | tristate "Atmel AVR32 PATA support (Experimental)" | 268 | tristate "Atmel AVR32 PATA support (Experimental)" |
260 | depends on AVR32 && PLATFORM_AT32AP && EXPERIMENTAL | 269 | depends on AVR32 && PLATFORM_AT32AP && EXPERIMENTAL |