Skip to content

Commit 771d394

Browse files
keesgregkh
authored andcommitted
drivers/video/omap: 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: Tomi Valkeinen <[email protected]> CC: Florian Tobias Schandinat <[email protected]> Signed-off-by: Kees Cook <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 40a817f commit 771d394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/video/omap/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
config FB_OMAP
2-
tristate "OMAP frame buffer support (EXPERIMENTAL)"
2+
tristate "OMAP frame buffer support"
33
depends on FB
44
depends on ARCH_OMAP1
55
select FB_CFB_FILLRECT

0 commit comments

Comments
 (0)