diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2007-09-20 09:58:48 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-10-12 14:55:38 -0400 |
commit | c645fd34256e8ef4986d3e8acd569890cc421e5d (patch) | |
tree | 5736257a7ecf53c1028da7e7f63328f76f125d93 /drivers/ata/Kconfig | |
parent | 539cc7c70c12fbdad4ee11f901cd7a0d7f52b186 (diff) |
libata: Update experimental tags to reflect reality better
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 2cd0e7476718..3a737bdce2ec 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -192,8 +192,8 @@ config PATA_AMD | |||
192 | If unsure, say N. | 192 | If unsure, say N. |
193 | 193 | ||
194 | config PATA_ARTOP | 194 | config PATA_ARTOP |
195 | tristate "ARTOP 6210/6260 PATA support (Experimental)" | 195 | tristate "ARTOP 6210/6260 PATA support" |
196 | depends on PCI && EXPERIMENTAL | 196 | depends on PCI |
197 | help | 197 | help |
198 | This option enables support for ARTOP PATA controllers. | 198 | This option enables support for ARTOP PATA controllers. |
199 | 199 | ||
@@ -209,8 +209,8 @@ config PATA_AT32 | |||
209 | If unsure, say N. | 209 | If unsure, say N. |
210 | 210 | ||
211 | config PATA_ATIIXP | 211 | config PATA_ATIIXP |
212 | tristate "ATI PATA support (Experimental)" | 212 | tristate "ATI PATA support" |
213 | depends on PCI && EXPERIMENTAL | 213 | depends on PCI |
214 | help | 214 | help |
215 | This option enables support for the ATI ATA interfaces | 215 | This option enables support for the ATI ATA interfaces |
216 | found on the many ATI chipsets. | 216 | found on the many ATI chipsets. |
@@ -228,8 +228,8 @@ config PATA_CMD640_PCI | |||
228 | If unsure, say N. | 228 | If unsure, say N. |
229 | 229 | ||
230 | config PATA_CMD64X | 230 | config PATA_CMD64X |
231 | tristate "CMD64x PATA support (Very Experimental)" | 231 | tristate "CMD64x PATA support" |
232 | depends on PCI&& EXPERIMENTAL | 232 | depends on PCI |
233 | help | 233 | help |
234 | This option enables support for the CMD64x series chips | 234 | This option enables support for the CMD64x series chips |
235 | except for the CMD640. | 235 | except for the CMD640. |
@@ -291,8 +291,8 @@ config ATA_GENERIC | |||
291 | If unsure, say N. | 291 | If unsure, say N. |
292 | 292 | ||
293 | config PATA_HPT366 | 293 | config PATA_HPT366 |
294 | tristate "HPT 366/368 PATA support (Experimental)" | 294 | tristate "HPT 366/368 PATA support" |
295 | depends on PCI && EXPERIMENTAL | 295 | depends on PCI |
296 | help | 296 | help |
297 | This option enables support for the HPT 366 and 368 | 297 | This option enables support for the HPT 366 and 368 |
298 | PATA controllers via the new ATA layer. | 298 | PATA controllers via the new ATA layer. |