blob: 12f11c2eea8c98cc341448923c80919afbceed46 [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)
Anatolij Gustschin411e73d2019-03-18 23:29:32 +01005 help
6 This enables framebuffer driver for i.MX processors working
7 on the IPUv3(Image Processing Unit) internal graphic processor.
8
Tom Rini1eed03e2022-11-19 18:45:19 -05009config IMX_VIDEO_SKIP
10 bool "Enable calling board_video_skip function"
11 depends on VIDEO_IPUV3
12
13config IMX_HDMI
14 bool "Enable HDMI support in IPUv3"
15 depends on VIDEO_IPUV3
Miquel Raynal671a0e92025-04-03 09:39:11 +020016
17config IMX_LDB
18 bool "Freescale i.MX8MP LDB bridge"
19 depends on VIDEO_BRIDGE
20 help
21 Support for i.MX8MP DPI-to-LVDS on-SoC encoder.
Miquel Raynal3a7c7e62025-04-03 09:39:12 +020022
23config IMX_LCDIF
24 bool "i.MX LCDIFv3 LCD controller"