Anatolij Gustschin | 411e73d | 2019-03-18 23:29:32 +0100 | [diff] [blame] | 1 | |
| 2 | config VIDEO_IPUV3 |
| 3 | bool "i.MX IPUv3 Core video support" |
Simon Glass | 52cb504 | 2022-10-18 07:46:31 -0600 | [diff] [blame] | 4 | depends on VIDEO && (MX5 || MX6) |
Alexander Graf | 5066261 | 2023-08-21 16:51:10 +0300 | [diff] [blame] | 5 | imply VIDEO_DAMAGE |
Anatolij Gustschin | 411e73d | 2019-03-18 23:29:32 +0100 | [diff] [blame] | 6 | help |
| 7 | This enables framebuffer driver for i.MX processors working |
| 8 | on the IPUv3(Image Processing Unit) internal graphic processor. |
| 9 | |
Tom Rini | 1eed03e | 2022-11-19 18:45:19 -0500 | [diff] [blame] | 10 | config IMX_VIDEO_SKIP |
| 11 | bool "Enable calling board_video_skip function" |
| 12 | depends on VIDEO_IPUV3 |
| 13 | |
| 14 | config IMX_HDMI |
| 15 | bool "Enable HDMI support in IPUv3" |
| 16 | depends on VIDEO_IPUV3 |
Miquel Raynal | 671a0e9 | 2025-04-03 09:39:11 +0200 | [diff] [blame] | 17 | |
| 18 | config 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 Raynal | 3a7c7e6 | 2025-04-03 09:39:12 +0200 | [diff] [blame] | 23 | |
| 24 | config IMX_LCDIF |
| 25 | bool "i.MX LCDIFv3 LCD controller" |