blob: 34e8b640595b85678e386a3a251340031780a72e [file] [log] [blame]
Anatolij Gustschinbffd1312019-03-18 23:29:32 +01001
2config VIDEO_IPUV3
3 bool "i.MX IPUv3 Core video support"
Simon Glassb86986c2022-10-18 07:46:31 -06004 depends on VIDEO && (MX5 || MX6)
Anatolij Gustschinbffd1312019-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 Rini0ea156b2022-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