[PATCH] libata: prepare for removal of experimental tag on PATA drivers

From: Bartlomiej Zolnierkiewicz
Date: Sat Nov 14 2009 - 09:38:30 EST


Push experimental tags to host drivers that still need it so we can
remove the "global" experimental tag for PATA drivers.

I hear that some issues are being worked on but the patch reflects
the current situation and we can trivially update status of affected
host drivers after new fixes are merged.

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx>
---
drivers/ata/Kconfig | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

Index: b/drivers/ata/Kconfig
===================================================================
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -230,8 +230,8 @@ config PATA_ACPI
otherwise unsupported hardware.

config PATA_ALI
- tristate "ALi PATA support"
- depends on PCI
+ tristate "ALi PATA support (Experimental)"
+ depends on PCI && EXPERIMENTAL
help
This option enables support for the ALi ATA interfaces
found on the many ALi chipsets.
@@ -293,8 +293,8 @@ config PATA_CMD640_PCI
If unsure, say N.

config PATA_CMD64X
- tristate "CMD64x PATA support"
- depends on PCI
+ tristate "CMD64x PATA support (Experimental)"
+ depends on PCI && EXPERIMENTAL
help
This option enables support for the CMD64x series chips
except for the CMD640.
@@ -574,8 +574,8 @@ config PATA_PCMCIA
If unsure, say N.

config PATA_PDC_OLD
- tristate "Older Promise PATA controller support"
- depends on PCI
+ tristate "Older Promise PATA controller support (Experimental)"
+ depends on PCI && EXPERIMENTAL
help
This option enables support for the Promise 20246, 20262, 20263,
20265 and 20267 adapters.
@@ -660,8 +660,8 @@ config PATA_SIL680
If unsure, say N.

config PATA_SIS
- tristate "SiS PATA support"
- depends on PCI
+ tristate "SiS PATA support (Experimental)"
+ depends on PCI && EXPERIMENTAL
help
This option enables support for SiS PATA controllers

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/