2019-03-18 22:29:32 +00:00
|
|
|
|
|
|
|
config VIDEO_IPUV3
|
|
|
|
bool "i.MX IPUv3 Core video support"
|
2022-10-18 13:46:31 +00:00
|
|
|
depends on VIDEO && (MX5 || MX6)
|
2019-03-18 22:29:32 +00:00
|
|
|
help
|
|
|
|
This enables framebuffer driver for i.MX processors working
|
|
|
|
on the IPUv3(Image Processing Unit) internal graphic processor.
|
|
|
|
|
2022-11-19 23:45:19 +00:00
|
|
|
config IMX_VIDEO_SKIP
|
|
|
|
bool "Enable calling board_video_skip function"
|
|
|
|
depends on VIDEO_IPUV3
|
|
|
|
|
|
|
|
config IMX_HDMI
|
|
|
|
bool "Enable HDMI support in IPUv3"
|
|
|
|
depends on VIDEO_IPUV3
|