mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-03 18:10:13 +00:00
b86986c7b3
Now that all the old code is gone, rename this option. Driver model migration is now complete. Signed-off-by: Simon Glass <sjg@chromium.org>
8 lines
229 B
Text
8 lines
229 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.
|
|
|