]> Pileus Git - ~andy/linux/commitdiff
OMAP: DSS2: Remove "EXPERIMENTAL" from Kconfig
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 22 Aug 2011 06:30:44 +0000 (09:30 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 30 Sep 2011 13:16:19 +0000 (16:16 +0300)
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>
drivers/video/omap2/dss/Kconfig
drivers/video/omap2/omapfb/Kconfig

index 0d12524db14bd7c8b45f1d5813143335bd19cd0a..7be7c06a249ecd9cde3487a4862e1e1f9a2a2673 100644 (file)
@@ -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.
index aa33386c81ff25ed3502f0998ffbe59d0463886c..83d3fe7ec9ae14c4a01dd41ee3d451c2b114e846 100644 (file)
@@ -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