blob: 4a1927c66d7daab945e28bf1f7a7fff1e1f64114 [file] [log] [blame]
Anatolij Gustschin411e73d2019-03-18 23:29:32 +01001
2config VIDEO_IPUV3
3 bool "i.MX IPUv3 Core video support"
Simon Glass52cb5042022-10-18 07:46:31 -06004 depends on VIDEO && (MX5 || MX6)
Alexander Graf50662612023-08-21 16:51:10 +03005 imply VIDEO_DAMAGE
Anatolij Gustschin411e73d2019-03-18 23:29:32 +01006 help
7 This enables framebuffer driver for i.MX processors working
8 on the IPUv3(Image Processing Unit) internal graphic processor.
9
Tom Rini1eed03e2022-11-19 18:45:19 -050010config IMX_VIDEO_SKIP
11 bool "Enable calling board_video_skip function"
12 depends on VIDEO_IPUV3
13
14config IMX_HDMI
15 bool "Enable HDMI support in IPUv3"
16 depends on VIDEO_IPUV3
Miquel Raynal671a0e92025-04-03 09:39:11 +020017
18config IMX_LDB
19 bool "Freescale i.MX8MP LDB bridge"
20 depends on VIDEO_BRIDGE
21 help
22 Support for i.MX8MP DPI-to-LVDS on-SoC encoder.
Miquel Raynal3a7c7e62025-04-03 09:39:12 +020023
24config IMX_LCDIF
25 bool "i.MX LCDIFv3 LCD controller"