video: move ipuv3 files to subdirectory
Place ipuv3 files and headers in custom driver subdirectory. Signed-off-by: Anatolij Gustschin <agust@denx.de>
This commit is contained in:
parent
57f065fee2
commit
bffd13144b
@ -538,12 +538,7 @@ config VIDEO_TEGRA124
|
||||
|
||||
source "drivers/video/bridge/Kconfig"
|
||||
|
||||
config VIDEO_IPUV3
|
||||
bool "i.MX IPUv3 Core video support"
|
||||
depends on (VIDEO || DM_VIDEO) && (MX5 || MX6)
|
||||
help
|
||||
This enables framebuffer driver for i.MX processors working
|
||||
on the IPUv3(Image Processing Unit) internal graphic processor.
|
||||
source "drivers/video/imx/Kconfig"
|
||||
|
||||
config VIDEO
|
||||
bool "Enable legacy video support"
|
||||
|
@ -46,7 +46,7 @@ obj-$(CONFIG_VIDEO_DA8XX) += da8xx-fb.o videomodes.o
|
||||
obj-$(CONFIG_VIDEO_DW_HDMI) += dw_hdmi.o
|
||||
obj-$(CONFIG_VIDEO_EFI) += efi.o
|
||||
obj-$(CONFIG_VIDEO_FSL_DCU_FB) += fsl_dcu_fb.o videomodes.o
|
||||
obj-$(CONFIG_VIDEO_IPUV3) += mxc_ipuv3_fb.o ipu_common.o ipu_disp.o
|
||||
obj-$(CONFIG_VIDEO_IPUV3) += imx/
|
||||
obj-$(CONFIG_VIDEO_IVYBRIDGE_IGD) += ivybridge_igd.o
|
||||
obj-$(CONFIG_VIDEO_LCD_ANX9804) += anx9804.o
|
||||
obj-$(CONFIG_VIDEO_LCD_HITACHI_TX18D42VM) += hitachi_tx18d42vm_lcd.o
|
||||
|
8
drivers/video/imx/Kconfig
Normal file
8
drivers/video/imx/Kconfig
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
config VIDEO_IPUV3
|
||||
bool "i.MX IPUv3 Core video support"
|
||||
depends on (VIDEO || DM_VIDEO) && (MX5 || MX6)
|
||||
help
|
||||
This enables framebuffer driver for i.MX processors working
|
||||
on the IPUv3(Image Processing Unit) internal graphic processor.
|
||||
|
6
drivers/video/imx/Makefile
Normal file
6
drivers/video/imx/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
# (C) Copyright 2000-2007
|
||||
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||||
|
||||
obj-y += mxc_ipuv3_fb.o ipu_common.o ipu_disp.o
|
@ -20,7 +20,7 @@
|
||||
#include <asm/mach-imx/video.h>
|
||||
#include <malloc.h>
|
||||
#include <video_fb.h>
|
||||
#include "videomodes.h"
|
||||
#include "../videomodes.h"
|
||||
#include "ipu.h"
|
||||
#include "mxcfb.h"
|
||||
#include "ipu_regs.h"
|
Loading…
Reference in New Issue
Block a user