aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/drivers/video/imx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/drivers/video/imx/Kconfig')
-rw-r--r--roms/u-boot/drivers/video/imx/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/video/imx/Kconfig b/roms/u-boot/drivers/video/imx/Kconfig
new file mode 100644
index 000000000..78eb0f29f
--- /dev/null
+++ b/roms/u-boot/drivers/video/imx/Kconfig
@@ -0,0 +1,8 @@
+
+config VIDEO_IPUV3
+ bool "i.MX IPUv3 Core video support"
+ depends on DM_VIDEO && (MX5 || MX6)
+ help
+ This enables framebuffer driver for i.MX processors working
+ on the IPUv3(Image Processing Unit) internal graphic processor.
+