MLK-15124-04: image ss: Add mx8 image subsystem driver
authorSandor Yu <Sandor.yu@nxp.com>
Tue, 20 Jun 2017 07:37:16 +0000 (15:37 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
Add mxc media device driver.
Add mx8 isi device driver.
Add mx8 mipi csi device driver.
Add max9286 sensor driver.
mxc isi driver support CSC and scaling function.

Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
drivers/media/platform/imx8/Kconfig [new file with mode: 0644]

diff --git a/drivers/media/platform/imx8/Kconfig b/drivers/media/platform/imx8/Kconfig
new file mode 100644 (file)
index 0000000..c8f32f1
--- /dev/null
@@ -0,0 +1,29 @@
+if VIDEO_MX8_CAPTURE
+menu "IMX8 Camera ISI/MIPI Features support"
+
+config IMX8_MEDIA_DEVICE
+       tristate "IMX8 Media Device Driver"
+       select V4L2_FWNODE
+       default y
+
+config IMX8_CAPTURE_DRIVER
+       tristate "IMX8 Camera Controller"
+       depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
+       select V4L2_MEM2MEM_DEV
+       select VIDEOBUF2_DMA_CONTIG
+       default y
+
+config IMX8_MIPI_CSI2
+       tristate "IMX8 MIPI CSI2 Controller"
+       default y
+
+config GMSL_MAX9286
+        tristate "Maxim max9286 GMSL Deserializer Input support"
+       select SENSOR_OV10635
+        depends on I2C
+        ---help---
+          If you plan to use the max9286 GMSL Deserializer with your capture system, say Y here.
+
+endmenu
+endif #VIDEO_MX8_CAPTURE
+