Skip to content

Commit

Permalink
drivers/video/omap: remove depends on CONFIG_EXPERIMENTAL
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
kees authored and gregkh committed Jan 21, 2013
1 parent 40a817f commit 771d394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/omap/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FB_OMAP
tristate "OMAP frame buffer support (EXPERIMENTAL)"
tristate "OMAP frame buffer support"
depends on FB
depends on ARCH_OMAP1
select FB_CFB_FILLRECT
Expand Down

0 comments on commit 771d394

Please sign in to comment.