Files
u-boot/drivers/video/exynos/Kconfig
Tom Rini 96d1e8b29b video: Tighten some video driver dependencies
A few video drivers cannot build without access to some platform
specific header files. Express those requirements in Kconfig as well.

Signed-off-by: Tom Rini <trini@konsulko.com>
2025-12-30 10:21:48 -06:00

22 lines
390 B
Plaintext

menuconfig VIDEO_EXYNOS
bool "Enable Exynos video support"
depends on VIDEO && ARCH_EXYNOS
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"
imply VIDEO_DAMAGE
config EXYNOS_MIPI_DSIM
bool "Exynos MIPI DSI support"
depends on EXYNOS_FB
endif