From 79a86adf2279336617ad7d4f0813f040b17318d4 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Tue, 23 Feb 2016 10:14:34 +0800 Subject: MLK-12425-2: video: epdc: introduce epdc support Support EPDC. E-Ink feature is supported by i.MX6DL/SL and i.MX7D. For now this driver only supports i.MX6DL/SL, because the i.MX7D EPDC driver needs pxp support which is not included in U-Boot. Support user defined logo file, if there is no logo file, it will draw a black border around a white screen. If need to enable EPDC, a waveform file is required to let all work. Since we need LCD_MONOCHROME mode for EPDC, we introduce LCD_MONOCHROME support. Please refer to Linux Reference Manual for how to flash WAVEFORM file. Signed-off-by: Peng Fan Signed-off-by: Robby Cai Signed-off-by: Nitin Garg Signed-off-by: Ye.Li (cherry picked from commit a7244f279cc3c3994bcd103f5e9a183b1075ae71) --- board/freescale/common/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'board/freescale/common/Makefile') diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile index 802b49032fb..7df6af28a17 100644 --- a/board/freescale/common/Makefile +++ b/board/freescale/common/Makefile @@ -63,6 +63,7 @@ obj-$(CONFIG_ZM7300) += zm7300.o obj-$(CONFIG_POWER_PFUZE100) += pfuze.o obj-$(CONFIG_POWER_MC34VR500) += mc34vr500.o obj-$(CONFIG_DM_PMIC_PFUZE100) += pfuze_dm.o +obj-$(CONFIG_MXC_EPDC) += epdc_setup.o obj-$(CONFIG_LS102XA_STREAM_ID) += ls102xa_stream_id.o -- cgit v1.2.3