summaryrefslogtreecommitdiff
path: root/arch/arm/configs/imx_v7_defconfig
diff options
context:
space:
mode:
authorCristina Ciocan <cristina-mihaela.ciocan@nxp.com>2017-06-22 17:41:36 +0300
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:23:16 +0800
commita4d07deac6dcce3e945efde9e45c4c613043c053 (patch)
treed9695e930bd270994c22f4a2c95cc40ec9f4583c /arch/arm/configs/imx_v7_defconfig
parente27cdce2abe0b00570fcda46670d2b486a44dd8a (diff)
MLK-15048-1: media: v4l: capture: Move mxc/subdev/ drivers to mxc/capture
All drivers in mxc/subdev are capture devices, so move them to their rightful place, in mxc/capture to avoid confusion. Two of the drivers, ov5640 and ov5640_mipi are in both locations, having the same configs: CONFIG_MXC_CAMERA_OV5640 and CONFIG_MXC_CAMERA_OV5640_MIPI. After moving all to mxc/capture/ directory, add a _v2 suffix to those drivers moved from mxc/subdev to allow a clean compile process. As a next step, the 2 versions of drivers should be merged, since they represent the same device and functionality. Signed-off-by: Cristina Ciocan <cristina-mihaela.ciocan@nxp.com>
Diffstat (limited to 'arch/arm/configs/imx_v7_defconfig')
-rw-r--r--arch/arm/configs/imx_v7_defconfig10
1 files changed, 6 insertions, 4 deletions
diff --git a/arch/arm/configs/imx_v7_defconfig b/arch/arm/configs/imx_v7_defconfig
index 46f0d341d4b6..b75b46dcfc44 100644
--- a/arch/arm/configs/imx_v7_defconfig
+++ b/arch/arm/configs/imx_v7_defconfig
@@ -222,17 +222,19 @@ CONFIG_USB_VIDEO_CLASS=m
CONFIG_V4L_PLATFORM_DRIVERS=y
CONFIG_VIDEO_MXC_OUTPUT=y
CONFIG_VIDEO_MXC_CAPTURE=m
+CONFIG_VIDEO_MXC_CSI_CAMERA=m
+CONFIG_MXC_VADC=m
+CONFIG_MXC_MIPI_CSI=m
CONFIG_MXC_CAMERA_OV5640=m
+CONFIG_MXC_CAMERA_OV5640_V2=m
CONFIG_MXC_CAMERA_OV5642=m
CONFIG_MXC_CAMERA_OV5640_MIPI=m
+CONFIG_MXC_CAMERA_OV5640_MIPI_V2=m
+CONFIG_MXC_CAMERA_OV5647_MIPI=m
CONFIG_MXC_TVIN_ADV7180=m
CONFIG_MXC_IPU_DEVICE_QUEUE_SDC=m
CONFIG_VIDEO_MXC_IPU_OUTPUT=y
CONFIG_VIDEO_MXC_PXP_V4L2=y
-CONFIG_VIDEO_MXC_CSI_CAMERA=m
-CONFIG_MXC_VADC=m
-CONFIG_MXC_MIPI_CSI=m
-CONFIG_MXC_CAMERA_OV5647_MIPI=m
CONFIG_SOC_CAMERA=y
CONFIG_V4L_MEM2MEM_DRIVERS=y
CONFIG_VIDEO_CODA=y