Skip to content

Commit 55ec4c3

Browse files
keesgregkh
authored andcommitted
drivers/video/console: 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: Florian Tobias Schandinat <[email protected]> CC: Mathieu Poirier <[email protected]> CC: Jiri Kosina <[email protected]> CC: Paul Bolle <[email protected]> CC: Arnd Bergmann <[email protected]> Signed-off-by: Kees Cook <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent d1d3422 commit 55ec4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/video/console/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ config VGACON_SOFT_SCROLLBACK_SIZE
4646

4747
config MDA_CONSOLE
4848
depends on !M68K && !PARISC && ISA
49-
tristate "MDA text console (dual-headed) (EXPERIMENTAL)"
49+
tristate "MDA text console (dual-headed)"
5050
---help---
5151
Say Y here if you have an old MDA or monochrome Hercules graphics
5252
adapter in your system acting as a second head ( = video card). You

0 commit comments

Comments
 (0)