Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers/ata: remove depends on CONFIG_EXPERIMENTAL

The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.

CC: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Kees Cook and committed by
Greg Kroah-Hartman
48b3de21 f756f28b

+12 -12
+12 -12
drivers/ata/Kconfig
··· 163 163 164 164 config SATA_SX4 165 165 tristate "Promise SATA SX4 support (Experimental)" 166 - depends on PCI && EXPERIMENTAL 166 + depends on PCI 167 167 help 168 168 This option enables support for Promise Serial ATA SX4. 169 169 ··· 390 390 391 391 config PATA_CS5535 392 392 tristate "CS5535 PATA support (Experimental)" 393 - depends on PCI && X86 && !X86_64 && EXPERIMENTAL 393 + depends on PCI && X86 && !X86_64 394 394 help 395 395 This option enables support for the NatSemi/AMD CS5535 396 396 companion chip used with the Geode processor family. ··· 408 408 409 409 config PATA_CYPRESS 410 410 tristate "Cypress CY82C693 PATA support (Very Experimental)" 411 - depends on PCI && EXPERIMENTAL 411 + depends on PCI 412 412 help 413 413 This option enables support for the Cypress/Contaq CY82C693 414 414 chipset found in some Alpha systems ··· 496 496 497 497 config PATA_IT8213 498 498 tristate "IT8213 PATA support (Experimental)" 499 - depends on PCI && EXPERIMENTAL 499 + depends on PCI 500 500 help 501 501 This option enables support for the ITE 821 PATA 502 502 controllers via the new ATA layer. ··· 589 589 590 590 config PATA_OPTIDMA 591 591 tristate "OPTI FireStar PATA support (Very Experimental)" 592 - depends on PCI && EXPERIMENTAL 592 + depends on PCI 593 593 help 594 594 This option enables DMA/PIO support for the later OPTi 595 595 controllers found on some old motherboards and in some ··· 616 616 617 617 config PATA_RADISYS 618 618 tristate "RADISYS 82600 PATA support (Experimental)" 619 - depends on PCI && EXPERIMENTAL 619 + depends on PCI 620 620 help 621 621 This option enables support for the RADISYS 82600 622 622 PATA controllers via the new ATA layer ··· 687 687 688 688 config PATA_TOSHIBA 689 689 tristate "Toshiba Piccolo support (Experimental)" 690 - depends on PCI && EXPERIMENTAL 690 + depends on PCI 691 691 help 692 692 Support for the Toshiba Piccolo controllers. Currently only the 693 693 primary channel is supported by this driver. ··· 738 738 739 739 config PATA_AT32 740 740 tristate "Atmel AVR32 PATA support (Experimental)" 741 - depends on AVR32 && PLATFORM_AT32AP && EXPERIMENTAL 741 + depends on AVR32 && PLATFORM_AT32AP 742 742 help 743 743 This option enables support for the IDE devices on the 744 744 Atmel AT32AP platform. ··· 755 755 756 756 config PATA_CMD640_PCI 757 757 tristate "CMD640 PCI PATA support (Experimental)" 758 - depends on PCI && EXPERIMENTAL 758 + depends on PCI 759 759 help 760 760 This option enables support for the CMD640 PCI IDE 761 761 interface chip. Only the primary channel is currently ··· 801 801 802 802 config PATA_OPTI 803 803 tristate "OPTI621/6215 PATA support (Very Experimental)" 804 - depends on PCI && EXPERIMENTAL 804 + depends on PCI 805 805 help 806 806 This option enables full PIO support for the early Opti ATA 807 807 controllers found on some old motherboards. ··· 881 881 882 882 config PATA_WINBOND_VLB 883 883 tristate "Winbond W83759A VLB PATA support (Experimental)" 884 - depends on ISA && EXPERIMENTAL 884 + depends on ISA 885 885 select PATA_LEGACY 886 886 help 887 887 Support for the Winbond W83759A controller on Vesa Local Bus ··· 909 909 910 910 config PATA_LEGACY 911 911 tristate "Legacy ISA PATA support (Experimental)" 912 - depends on (ISA || PCI) && EXPERIMENTAL 912 + depends on (ISA || PCI) 913 913 help 914 914 This option enables support for ISA/VLB/PCI bus legacy PATA 915 915 ports and allows them to be accessed via the new ATA layer.