1
0
Fork 0

gpu: Move ipu-v3 to imx folder

The new imx folder may contain ipu-v3 and dpu common drivers.

Signed-off-by: Liu Ying <victor.liu@nxp.com>
[ Aisheng: fix source path ]
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Liu Ying 2019-01-22 17:08:01 +08:00 committed by Dong Aisheng
parent b387d26faa
commit 2a3e3aa8d8
20 changed files with 4 additions and 2 deletions

View File

@ -3,5 +3,5 @@
# taken to initialize them in the correct order. Link order is the only way
# to ensure this currently.
obj-$(CONFIG_TEGRA_HOST1X) += host1x/
obj-y += imx/
obj-y += drm/ vga/
obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/

View File

@ -0,0 +1 @@
source "drivers/gpu/imx/ipu-v3/Kconfig"

View File

@ -0,0 +1 @@
obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/

View File

@ -15,7 +15,7 @@ source "drivers/char/agp/Kconfig"
source "drivers/gpu/vga/Kconfig"
source "drivers/gpu/host1x/Kconfig"
source "drivers/gpu/ipu-v3/Kconfig"
source "drivers/gpu/imx/Kconfig"
source "drivers/gpu/drm/Kconfig"