Convert CONFIG_IMX_VIDEO_SKIP et al to Kconfig
[platform/kernel/u-boot.git] / drivers / video / imx / Kconfig
1
2 config 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
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