diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-06-17 05:28:03 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-06-17 07:33:21 -0400 |
commit | c545b59515cca4ccaf920e12582a43836cddaa2b (patch) | |
tree | 5475ef2a2d88e11966d6833cb8674a10f7aeadd4 | |
parent | 6077ce8d5901a07c3047fa7973cce5b98142ab2b (diff) |
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>
-rw-r--r-- | drivers/video/omap2/displays-new/Kconfig | 2 | ||||
-rw-r--r-- | drivers/video/omap2/displays/Kconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/omap2/displays-new/Kconfig b/drivers/video/omap2/displays-new/Kconfig index 7ad34ac7a816..6c90885b0940 100644 --- a/drivers/video/omap2/displays-new/Kconfig +++ b/drivers/video/omap2/displays-new/Kconfig | |||
@@ -1,4 +1,4 @@ | |||
1 | menu "OMAP Display Device Drivers" | 1 | menu "OMAP Display Device Drivers (new device model)" |
2 | depends on OMAP2_DSS | 2 | depends on OMAP2_DSS |
3 | 3 | ||
4 | config DISPLAY_ENCODER_TFP410 | 4 | config DISPLAY_ENCODER_TFP410 |
diff --git a/drivers/video/omap2/displays/Kconfig b/drivers/video/omap2/displays/Kconfig index c3853c92279b..e80ac1c79561 100644 --- a/drivers/video/omap2/displays/Kconfig +++ b/drivers/video/omap2/displays/Kconfig | |||
@@ -1,4 +1,4 @@ | |||
1 | menu "OMAP2/3 Display Device Drivers" | 1 | menu "OMAP2/3 Display Device Drivers (old device model)" |
2 | depends on OMAP2_DSS | 2 | depends on OMAP2_DSS |
3 | 3 | ||
4 | config PANEL_GENERIC_DPI | 4 | config PANEL_GENERIC_DPI |