summaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 2069576..0d1caf9 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -450,6 +450,19 @@ config VIDEO_IPUV3
This enables framebuffer driver for i.MX processors working
on the IPUv3(Image Processing Unit) internal graphic processor.
+config MXC_EPDC
+ bool "i.MX EPDC support"
+ depends on LCD && (MX7 || MX6)
+ help
+ This enable the E-ink EPD panel controller support for i.MX processors
+
+config WAVEFORM_BUF_SIZE
+ bool "The buffer size allocated for i.MX EPDC waveform file"
+ depends on MXC_EPDC
+ help
+ Set the buffer size for loading waveform file.
+
+
config CFB_CONSOLE
bool "Enable colour frame buffer console"
depends on VIDEO