summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/omap2/dss/Kconfig
diff options
context:
space:
mode:
authorTomi Valkeinen2014-05-15 09:41:34 +0200
committerTomi Valkeinen2014-05-28 08:25:15 +0200
commitf2dd36ac9974cc2353bcbb8e6b643fb96030564c (patch)
treefda3f517df2ec8c72dca114ba5688a54b358b3ef /drivers/video/fbdev/omap2/dss/Kconfig
parentOMAPDSS: HDMI: fix devm_ioremap_resource error checks (diff)
downloadkernel-qcow2-linux-f2dd36ac9974cc2353bcbb8e6b643fb96030564c.tar.gz
kernel-qcow2-linux-f2dd36ac9974cc2353bcbb8e6b643fb96030564c.tar.xz
kernel-qcow2-linux-f2dd36ac9974cc2353bcbb8e6b643fb96030564c.zip
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/Kconfig4
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.