mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +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>
20 lines
355 B
Text
20 lines
355 B
Text
|
|
menuconfig VIDEO_EXYNOS
|
|
bool "Enable Exynos video support"
|
|
depends on VIDEO
|
|
help
|
|
Enable support for various video output options on Exynos SoCs.
|
|
|
|
if VIDEO_EXYNOS
|
|
|
|
config EXYNOS_DP
|
|
bool "Exynos Display Port support"
|
|
|
|
config EXYNOS_FB
|
|
bool "Exynos FIMD support"
|
|
|
|
config EXYNOS_MIPI_DSIM
|
|
bool "Exynos MIPI DSI support"
|
|
depends on EXYNOS_FB
|
|
|
|
endif
|