Skip to content

Commit

Permalink
OMAP: DSS2: Remove "EXPERIMENTAL" from Kconfig
Browse files Browse the repository at this point in the history
DSS driver has not been "experimental" for many years now, so perhaps
it's time to remove the text from Kconfig titles.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Tomi Valkeinen committed Sep 30, 2011
1 parent 8fa8031 commit 46fc133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/video/omap2/dss/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
menuconfig OMAP2_DSS
tristate "OMAP2+ Display Subsystem support (EXPERIMENTAL)"
tristate "OMAP2+ Display Subsystem support"
depends on ARCH_OMAP2PLUS
help
OMAP2+ Display Subsystem support.
Expand Down
2 changes: 1 addition & 1 deletion drivers/video/omap2/omapfb/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
menuconfig FB_OMAP2
tristate "OMAP2+ frame buffer support (EXPERIMENTAL)"
tristate "OMAP2+ frame buffer support"
depends on FB && OMAP2_DSS

select OMAP2_VRAM
Expand Down

0 comments on commit 46fc133

Please sign in to comment.