From: Robert Hancock Date: Fri, 13 Nov 2009 02:13:40 +0000 (-0600) Subject: libata: remove experimental tag on PATA drivers X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=097dac91837b35947fffb0e303bcf71e4e4a789f;p=openwrt%2Fstaging%2Fblogic.git 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 Signed-off-by: Jeff Garzik --- 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