mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-17 14:18:14 +01:00
video: move zynqmp files to subdirectory
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
This commit is contained in:
parent
f6de01d6af
commit
c4865e1632
@ -740,14 +740,7 @@ config VIDEO_SEPS525
|
||||
Enable support for the Syncoam PM-OLED display driver (RGB 160x128).
|
||||
Currently driver is supporting only SPI interface.
|
||||
|
||||
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.
|
||||
|
||||
source "drivers/video/zynqmp/Kconfig"
|
||||
source "drivers/video/nexell/Kconfig"
|
||||
|
||||
config CONSOLE_SCROLL_LINES
|
||||
|
@ -73,7 +73,7 @@ obj-$(CONFIG_VIDEO_SANDBOX_SDL) += sandbox_sdl.o
|
||||
obj-$(CONFIG_VIDEO_SIMPLE) += simplefb.o
|
||||
obj-$(CONFIG_VIDEO_VESA) += vesa.o
|
||||
obj-$(CONFIG_VIDEO_SEPS525) += seps525.o
|
||||
obj-$(CONFIG_VIDEO_ZYNQMP_DPSUB) += zynqmp_dpsub.o
|
||||
obj-$(CONFIG_VIDEO_ZYNQMP_DPSUB) += zynqmp/
|
||||
|
||||
obj-y += bridge/
|
||||
obj-y += sunxi/
|
||||
|
8
drivers/video/zynqmp/Kconfig
Normal file
8
drivers/video/zynqmp/Kconfig
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
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.
|
5
drivers/video/zynqmp/Makefile
Normal file
5
drivers/video/zynqmp/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
#
|
||||
# Copyright (C) 2023, Advanced Micro Devices, Inc.
|
||||
|
||||
obj-y += zynqmp_dpsub.o
|
Loading…
x
Reference in New Issue
Block a user