diff options
| author | Kees Cook <keescook@chromium.org> | 2012-10-02 14:17:10 -0400 |
|---|---|---|
| committer | Kees Cook <keescook@chromium.org> | 2013-01-11 14:38:05 -0500 |
| commit | 762150eb5dcd3fd6f1e09516add2e927df243b87 (patch) | |
| tree | 3e5628e86ab8d21cb4b4e7ca40d66d71f8030cf9 /drivers/ide | |
| parent | 240335fd04b361817cdffde1ba1e2ae1d263cb43 (diff) | |
drivers/ide: 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: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/ide')
| -rw-r--r-- | drivers/ide/Kconfig | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 5a26584934ca..3c4417a1d438 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig | |||
| @@ -322,8 +322,7 @@ config BLK_DEV_GENERIC | |||
| 322 | which otherwise might not be supported. | 322 | which otherwise might not be supported. |
| 323 | 323 | ||
| 324 | config BLK_DEV_OPTI621 | 324 | config BLK_DEV_OPTI621 |
| 325 | tristate "OPTi 82C621 chipset enhanced support (EXPERIMENTAL)" | 325 | tristate "OPTi 82C621 chipset enhanced support" |
| 326 | depends on EXPERIMENTAL | ||
| 327 | select BLK_DEV_IDEPCI | 326 | select BLK_DEV_IDEPCI |
| 328 | help | 327 | help |
| 329 | This is a driver for the OPTi 82C621 EIDE controller. | 328 | This is a driver for the OPTi 82C621 EIDE controller. |
| @@ -417,7 +416,6 @@ config BLK_DEV_CY82C693 | |||
| 417 | 416 | ||
| 418 | config BLK_DEV_CS5520 | 417 | config BLK_DEV_CS5520 |
| 419 | tristate "Cyrix CS5510/20 MediaGX chipset support (VERY EXPERIMENTAL)" | 418 | tristate "Cyrix CS5510/20 MediaGX chipset support (VERY EXPERIMENTAL)" |
| 420 | depends on EXPERIMENTAL | ||
| 421 | select BLK_DEV_IDEDMA_PCI | 419 | select BLK_DEV_IDEDMA_PCI |
| 422 | help | 420 | help |
| 423 | Include support for PIO tuning and virtual DMA on the Cyrix MediaGX | 421 | Include support for PIO tuning and virtual DMA on the Cyrix MediaGX |
| @@ -761,8 +759,8 @@ config BLK_DEV_GAYLE | |||
| 761 | use Gayle IDE interfaces on the Zorro expansion bus. | 759 | use Gayle IDE interfaces on the Zorro expansion bus. |
| 762 | 760 | ||
| 763 | config BLK_DEV_BUDDHA | 761 | config BLK_DEV_BUDDHA |
| 764 | tristate "Buddha/Catweasel/X-Surf IDE interface support (EXPERIMENTAL)" | 762 | tristate "Buddha/Catweasel/X-Surf IDE interface support" |
| 765 | depends on ZORRO && EXPERIMENTAL | 763 | depends on ZORRO |
| 766 | help | 764 | help |
| 767 | This is the IDE driver for the IDE interfaces on the Buddha, Catweasel | 765 | This is the IDE driver for the IDE interfaces on the Buddha, Catweasel |
| 768 | and X-Surf expansion boards. It supports up to two interfaces on the | 766 | and X-Surf expansion boards. It supports up to two interfaces on the |
