]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
OMAP: DSS2: DSI: enable interface for omap4
authorVikram Pandita <vikram.pandita@ti.com>
Thu, 21 Apr 2011 03:31:15 +0000 (20:31 -0700)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 11 May 2011 11:20:50 +0000 (14:20 +0300)
By default, the DSI is not getting enabled for omap4.
OMAP2PLUS does not catch this issue since it has ARCH_OMAP3.

The issue is only seen when using defconfig with ARCH_OMAP4 only.

Signed-off-by: Vikram Pandita <vikram.pandita@ti.com>
Cc: Archit Taneja <archit@ti.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/Kconfig

index 7a49a7514a2ebd3b9035e7305bdcf41a875f68a9..6b3e2da11419497687b0a4a9449a793aa338a09a 100644 (file)
@@ -80,7 +80,7 @@ config OMAP2_DSS_SDI
 
 config OMAP2_DSS_DSI
        bool "DSI support"
-       depends on ARCH_OMAP3
+       depends on ARCH_OMAP3 || ARCH_OMAP4
         default n
        help
          MIPI DSI (Display Serial Interface) support.