Browse Source

OMAPDSS: panels: add Kconfig comment

Add a comment to Kconfig to clarify the difference between the two
display driver directories.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Tomi Valkeinen 12 years ago
parent
commit
c545b59515
2 changed files with 2 additions and 2 deletions
  1. 1 1
      drivers/video/omap2/displays-new/Kconfig
  2. 1 1
      drivers/video/omap2/displays/Kconfig

+ 1 - 1
drivers/video/omap2/displays-new/Kconfig

@@ -1,4 +1,4 @@
-menu "OMAP Display Device Drivers"
+menu "OMAP Display Device Drivers (new device model)"
         depends on OMAP2_DSS
 
 config DISPLAY_ENCODER_TFP410

+ 1 - 1
drivers/video/omap2/displays/Kconfig

@@ -1,4 +1,4 @@
-menu "OMAP2/3 Display Device Drivers"
+menu "OMAP2/3 Display Device Drivers (old device model)"
         depends on OMAP2_DSS
 
 config PANEL_GENERIC_DPI