MLK-11395-8 video: mipi_dsi_samsung: add build support
authorFancy Fang <chen.fang@freescale.com>
Fri, 21 Aug 2015 09:10:23 +0000 (17:10 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:48:06 +0000 (14:48 -0500)
Add build support for this new samsung's mipi dsi.
The old mipi dsi build option is removed from the
kernel default config. Instead, add the new mipi
dsi build option to the default config.

Signed-off-by: Fancy Fang <chen.fang@freescale.com>
arch/arm/configs/imx_v7_defconfig
drivers/video/fbdev/mxc/Kconfig
drivers/video/fbdev/mxc/Makefile

index 5f67287..7784b7f 100644 (file)
@@ -228,6 +228,8 @@ CONFIG_LCD_CLASS_DEVICE=y
 CONFIG_LCD_L4F00242T03=y
 CONFIG_LCD_PLATFORM=y
 CONFIG_BACKLIGHT_PWM=y
+CONFIG_FB_MXC_MIPI_DSI_SAMSUNG=y
+CONFIG_FB_MXC_TRULY_WVGA_SYNC_PANEL=y
 CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
 CONFIG_LOGO=y
index e9feb18..cfdb975 100644 (file)
@@ -17,3 +17,13 @@ config FB_MXC
 config FB_MXC_SYNC_PANEL
         depends on FB_MXC
         tristate "Synchronous Panel Framebuffer"
+
+config FB_MXC_MIPI_DSI_SAMSUNG
+        tristate "MXC MIPI_DSI_SAMSUNG"
+        depends on FB_MXC_SYNC_PANEL
+        depends on FB_MXS
+
+config FB_MXC_TRULY_WVGA_SYNC_PANEL
+        tristate "TRULY WVGA Panel"
+        depends on FB_MXC_SYNC_PANEL
+        depends on FB_MXC_MIPI_DSI_SAMSUNG
index 568574e..5fcecc7 100644 (file)
@@ -1 +1,3 @@
 obj-$(CONFIG_FB_MXC_SYNC_PANEL) += mxc_dispdrv.o
+obj-$(CONFIG_FB_MXC_MIPI_DSI_SAMSUNG)           += mipi_dsi_samsung.o
+obj-$(CONFIG_FB_MXC_TRULY_WVGA_SYNC_PANEL)      += mxcfb_hx8369_wvga.o