Commit 762150eb authored by Kees Cook's avatar Kees Cook

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: default avatarKees Cook <keescook@chromium.org>
Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 240335fd
...@@ -322,8 +322,7 @@ config BLK_DEV_GENERIC ...@@ -322,8 +322,7 @@ config BLK_DEV_GENERIC
which otherwise might not be supported. which otherwise might not be supported.
config BLK_DEV_OPTI621 config BLK_DEV_OPTI621
tristate "OPTi 82C621 chipset enhanced support (EXPERIMENTAL)" tristate "OPTi 82C621 chipset enhanced support"
depends on EXPERIMENTAL
select BLK_DEV_IDEPCI select BLK_DEV_IDEPCI
help help
This is a driver for the OPTi 82C621 EIDE controller. This is a driver for the OPTi 82C621 EIDE controller.
...@@ -417,7 +416,6 @@ config BLK_DEV_CY82C693 ...@@ -417,7 +416,6 @@ config BLK_DEV_CY82C693
config BLK_DEV_CS5520 config BLK_DEV_CS5520
tristate "Cyrix CS5510/20 MediaGX chipset support (VERY EXPERIMENTAL)" tristate "Cyrix CS5510/20 MediaGX chipset support (VERY EXPERIMENTAL)"
depends on EXPERIMENTAL
select BLK_DEV_IDEDMA_PCI select BLK_DEV_IDEDMA_PCI
help help
Include support for PIO tuning and virtual DMA on the Cyrix MediaGX Include support for PIO tuning and virtual DMA on the Cyrix MediaGX
...@@ -761,8 +759,8 @@ config BLK_DEV_GAYLE ...@@ -761,8 +759,8 @@ config BLK_DEV_GAYLE
use Gayle IDE interfaces on the Zorro expansion bus. use Gayle IDE interfaces on the Zorro expansion bus.
config BLK_DEV_BUDDHA config BLK_DEV_BUDDHA
tristate "Buddha/Catweasel/X-Surf IDE interface support (EXPERIMENTAL)" tristate "Buddha/Catweasel/X-Surf IDE interface support"
depends on ZORRO && EXPERIMENTAL depends on ZORRO
help help
This is the IDE driver for the IDE interfaces on the Buddha, Catweasel This is the IDE driver for the IDE interfaces on the Buddha, Catweasel
and X-Surf expansion boards. It supports up to two interfaces on the and X-Surf expansion boards. It supports up to two interfaces on the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment