OMAP: DSS2: Remove "EXPERIMENTAL" from Kconfig
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>
This commit is contained in:
parent
8fa8031c54
commit
46fc133f95
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
menuconfig OMAP2_DSS
|
menuconfig OMAP2_DSS
|
||||||
tristate "OMAP2+ Display Subsystem support (EXPERIMENTAL)"
|
tristate "OMAP2+ Display Subsystem support"
|
||||||
depends on ARCH_OMAP2PLUS
|
depends on ARCH_OMAP2PLUS
|
||||||
help
|
help
|
||||||
OMAP2+ Display Subsystem support.
|
OMAP2+ Display Subsystem support.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
menuconfig FB_OMAP2
|
menuconfig FB_OMAP2
|
||||||
tristate "OMAP2+ frame buffer support (EXPERIMENTAL)"
|
tristate "OMAP2+ frame buffer support"
|
||||||
depends on FB && OMAP2_DSS
|
depends on FB && OMAP2_DSS
|
||||||
|
|
||||||
select OMAP2_VRAM
|
select OMAP2_VRAM
|
||||||
|
|
Loading…
Reference in a new issue