Anatolij Gustschin | bffd131 | 2019-03-18 23:29:32 +0100 | [diff] [blame] | 1 | |
| 2 | config VIDEO_IPUV3 |
| 3 | bool "i.MX IPUv3 Core video support" |
Simon Glass | b86986c | 2022-10-18 07:46:31 -0600 | [diff] [blame] | 4 | depends on VIDEO && (MX5 || MX6) |
Anatolij Gustschin | bffd131 | 2019-03-18 23:29:32 +0100 | [diff] [blame] | 5 | help |
| 6 | This enables framebuffer driver for i.MX processors working |
| 7 | on the IPUv3(Image Processing Unit) internal graphic processor. |
| 8 | |
Tom Rini | 0ea156b | 2022-11-19 18:45:19 -0500 | [diff] [blame] | 9 | config IMX_VIDEO_SKIP |
| 10 | bool "Enable calling board_video_skip function" |
| 11 | depends on VIDEO_IPUV3 |
| 12 | |
| 13 | config IMX_HDMI |
| 14 | bool "Enable HDMI support in IPUv3" |
| 15 | depends on VIDEO_IPUV3 |