1
2config VIDEO_IPUV3
3	bool "i.MX IPUv3 Core video support"
4	depends on VIDEO && (MX5 || MX6)
5	help
6	  This enables framebuffer driver for i.MX processors working
7	  on the IPUv3(Image Processing Unit) internal graphic processor.
8
9config 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
16