From: Vikram Pandita Date: Thu, 21 Apr 2011 03:31:15 +0000 (-0700) Subject: OMAP: DSS2: DSI: enable interface for omap4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5d7441810166ce1ab4b822440f270f931202f34a;p=mv-sheeva.git OMAP: DSS2: DSI: enable interface for omap4 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 Cc: Archit Taneja Cc: Tomi Valkeinen Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/omap2/dss/Kconfig b/drivers/video/omap2/dss/Kconfig index 7a49a7514a2..6b3e2da1141 100644 --- a/drivers/video/omap2/dss/Kconfig +++ b/drivers/video/omap2/dss/Kconfig @@ -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.