diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-05-15 11:41:34 +0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-05-28 10:25:15 +0400 |
commit | f2dd36ac9974cc2353bcbb8e6b643fb96030564c (patch) | |
tree | fda3f517df2ec8c72dca114ba5688a54b358b3ef /drivers/video/fbdev/omap2/dss/Kconfig | |
parent | 2b22df835ba42ad6c5f09a52baf68cfb60650f56 (diff) | |
download | linux-f2dd36ac9974cc2353bcbb8e6b643fb96030564c.tar.xz |
OMAPDSS: move 'compatible' converter to omapdss driver
Move the panel/encoder driver compatible-string converter from
arch/arm/mach-omap2/display.c to omapdss driver. That is a more logical
place for it, as it's really an omapdss internal hack.
The code is rewritten to follow the video node graph, starting from
omapdss. This removes the need to have the device compatible-string
database.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/fbdev/omap2/dss/Kconfig')
-rw-r--r-- | drivers/video/fbdev/omap2/dss/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/video/fbdev/omap2/dss/Kconfig b/drivers/video/fbdev/omap2/dss/Kconfig index 8921a7a76a15..285bcd103dce 100644 --- a/drivers/video/fbdev/omap2/dss/Kconfig +++ b/drivers/video/fbdev/omap2/dss/Kconfig @@ -1,6 +1,10 @@ +config OMAP2_DSS_INIT + bool + menuconfig OMAP2_DSS tristate "OMAP2+ Display Subsystem support" select VIDEOMODE_HELPERS + select OMAP2_DSS_INIT help OMAP2+ Display Subsystem support. |