mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
0ea156ba00
This converts the following to Kconfig: CONFIG_IMX_VIDEO_SKIP CONFIG_IMX_HDMI Signed-off-by: Tom Rini <trini@konsulko.com>
15 lines
402 B
Text
15 lines
402 B
Text
|
|
config VIDEO_IPUV3
|
|
bool "i.MX IPUv3 Core video support"
|
|
depends on VIDEO && (MX5 || MX6)
|
|
help
|
|
This enables framebuffer driver for i.MX processors working
|
|
on the IPUv3(Image Processing Unit) internal graphic processor.
|
|
|
|
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
|