mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 16:10:58 +00:00
c4865e1632
Place zynqmp files and headers in custom driver subdirectory. Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com> Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/9aae6d217f0673c310818e3de38bb239c79c060c.1684312924.git.michal.simek@amd.com
8 lines
303 B
Text
8 lines
303 B
Text
|
|
config VIDEO_ZYNQMP_DPSUB
|
|
bool "Enable video support for ZynqMP Display Port"
|
|
depends on ZYNQMP_POWER_DOMAIN
|
|
help
|
|
Enable support for Xilinx ZynqMP Display Port. Currently this file
|
|
is used as placeholder for driver. The main reason is to record
|
|
compatible string and calling power domain driver.
|