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

drivers/sbus/char: 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>

Kees Cook bffb0ed1 860514e0

+3 -4
+3 -4
drivers/sbus/char/Kconfig
··· 21 21 able to upgrade the OBP firmware, say Y here. 22 22 23 23 config TADPOLE_TS102_UCTRL 24 - tristate "Tadpole TS102 Microcontroller support (EXPERIMENTAL)" 25 - depends on EXPERIMENTAL 24 + tristate "Tadpole TS102 Microcontroller support" 26 25 help 27 26 Say Y here to directly support the TS102 Microcontroller interface 28 27 on the Tadpole Sparcbook 3. This device handles power-management ··· 29 30 monitors and mice. 30 31 31 32 config SUN_JSFLASH 32 - tristate "JavaStation OS Flash SIMM (EXPERIMENTAL)" 33 - depends on EXPERIMENTAL && SPARC32 33 + tristate "JavaStation OS Flash SIMM" 34 + depends on SPARC32 34 35 help 35 36 If you say Y here, you will be able to boot from your JavaStation's 36 37 Flash memory.