config VIDEO_BCM2835
bool "Display support for BCM2835"
+ depends on ARCH_BCM283X
imply VIDEO_DAMAGE
help
The graphics processor already sets up the display so this driver
config VIDEO_MVEBU
bool "Armada XP LCD controller"
+ depends on ARCH_MVEBU
imply VIDEO_DAMAGE
---help---
Support for the LCD controller integrated in the Marvell
config ATMEL_HLCD
bool "Enable ATMEL video support using HLCDC"
+ depends on ARCH_AT91
imply VIDEO_DAMAGE
help
HLCDC supports video output to an attached LCD panel.
config VIDEO_MXS
bool "Enable video support on i.MX28/i.MX6UL/i.MX7 SoCs"
+ depends on MACH_IMX
imply VIDEO_DAMAGE
help
Enable framebuffer driver for i.MX28/i.MX6UL/i.MX7 processors
config VIDEO_BRIDGE_TOSHIBA_TC358768
bool "Support Toshiba TC358768 MIPI DSI bridge"
- depends on VIDEO_BRIDGE && PANEL && DM_GPIO
+ depends on VIDEO_BRIDGE && PANEL && DM_GPIO && !64BIT
select VIDEO_MIPI_DSI
select DM_I2C
help
menuconfig VIDEO_EXYNOS
bool "Enable Exynos video support"
- depends on VIDEO
+ depends on VIDEO && ARCH_EXYNOS
help
Enable support for various video output options on Exynos SoCs.
config IMX_LCDIF
bool "i.MX LCDIFv3 LCD controller"
+ depends on MACH_IMX
config VIDEO_MESON
bool "Enable Amlogic Meson video support"
- depends on VIDEO
+ depends on VIDEO && ARCH_MESON
select DISPLAY
imply VIDEO_DAMAGE
help
menuconfig VIDEO_ROCKCHIP
bool "Enable Rockchip Video Support"
- depends on VIDEO
+ depends on VIDEO && ARCH_ROCKCHIP
imply VIDEO_DAMAGE
help
Rockchip SoCs provide video output capabilities for High-Definition
menuconfig VIDEO_STM32
bool "Enable STM32 video support"
- depends on VIDEO
imply VIDEO_DAMAGE
help
STM32 supports many video output options including RGB and
#
config AM335X_LCD
bool "Enable AM335x video support"
+ depends on ARCH_OMAP2PLUS
help
Supports video output to an attached LCD panel.