aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRobert Hancock <hancockrwd@gmail.com>2009-11-12 20:13:40 -0600
committerJeff Garzik <jgarzik@redhat.com>2009-12-03 02:46:34 -0500
commit097dac91837b35947fffb0e303bcf71e4e4a789f (patch)
tree1f2cc40689a2624cd39d86de55649cff36683311 /drivers
parentsata_mv: Clean up hard coded array size calculation. (diff)
downloadlinux-dev-097dac91837b35947fffb0e303bcf71e4e4a789f.tar.xz
linux-dev-097dac91837b35947fffb0e303bcf71e4e4a789f.zip
libata: remove experimental tag on PATA drivers
Remove the experimental tag on Parallel ATA drivers. Though some of the individual PATA drivers are still marked as experimental, as a group they can hardly be considered to be, given they've been used in various distros for some time. Signed-off-by: Robert Hancock <hancockrwd@gmail.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ata/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index f2df6e2a224c..33133c6851c5 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -3,7 +3,7 @@
#
menuconfig ATA
- tristate "Serial ATA (prod) and Parallel ATA (experimental) drivers"
+ tristate "Serial ATA and Parallel ATA drivers"
depends on HAS_IOMEM
depends on BLOCK
depends on !(M32R || M68K) || BROKEN