diff options
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 7bdbe5a914d0..1410907d1ed2 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -209,6 +209,16 @@ config PATA_ATIIXP | |||
209 | 209 | ||
210 | If unsure, say N. | 210 | If unsure, say N. |
211 | 211 | ||
212 | config PATA_CMD640_PCI | ||
213 | tristate "CMD640 PCI PATA support (Very Experimental)" | ||
214 | depends on PCI && EXPERIMENTAL | ||
215 | help | ||
216 | This option enables support for the CMD640 PCI IDE | ||
217 | interface chip. Only the primary channel is currently | ||
218 | supported. | ||
219 | |||
220 | If unsure, say N. | ||
221 | |||
212 | config PATA_CMD64X | 222 | config PATA_CMD64X |
213 | tristate "CMD64x PATA support (Very Experimental)" | 223 | tristate "CMD64x PATA support (Very Experimental)" |
214 | depends on PCI&& EXPERIMENTAL | 224 | depends on PCI&& EXPERIMENTAL |