mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-09-17 21:02:04 +02:00
32 lines
836 B
Plaintext
32 lines
836 B
Plaintext
#
|
|
# Light Video configuration
|
|
#
|
|
|
|
config VIDEO_VS_DPU
|
|
bool "Verisilicon DPU(DC8200) video support"
|
|
depends on DM_VIDEO && TARGET_LIGHT_C910
|
|
help
|
|
Support for Verisilicon DPU controller on Light platform
|
|
|
|
config VIDEO_DW_DSI_LIGHT
|
|
bool "Synopsys Designware MIPI DSI support on Light"
|
|
depends on DM_VIDEO && TARGET_LIGHT_C910
|
|
select VIDEO_DW_DSI_HOST
|
|
help
|
|
support for Synopsys Designware MIPI DSI on Thead
|
|
Light platform.
|
|
|
|
config VIDEO_DW_DSI_HOST
|
|
bool "Synopsys Designware MIPI DSI HOST support"
|
|
depends on DM_VIDEO && TARGET_LIGHT_C910
|
|
help
|
|
support for Synopsys Designware MIPI DSI HOST on
|
|
Thead Light platform.
|
|
|
|
config VIDEO_DW_DPHY
|
|
bool "Synopsys Designware MIPI DSI DPHY support"
|
|
depends on DM_VIDEO && TARGET_LIGHT_C910
|
|
help
|
|
support for Synopsys Designware 2.5Gbps MIPI DPHY
|
|
on Thead Light platform.
|