summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/Kconfig
diff options
context:
space:
mode:
authorGuennadi Liakhovetski2010-10-05 17:33:25 +0200
committerMauro Carvalho Chehab2010-10-21 11:55:41 +0200
commit67826235ee4c40b20ea0d8ddfbd32bb20e9bb457 (patch)
treeea01864f8627c2d54e8a775ba3f70bd93d29f506 /drivers/media/video/Kconfig
parent[media] V4L: add IMX074 sensor chip ID (diff)
downloadkernel-qcow2-linux-67826235ee4c40b20ea0d8ddfbd32bb20e9bb457.tar.gz
kernel-qcow2-linux-67826235ee4c40b20ea0d8ddfbd32bb20e9bb457.tar.xz
kernel-qcow2-linux-67826235ee4c40b20ea0d8ddfbd32bb20e9bb457.zip
[media] V4L: add an IMX074 sensor soc-camera / v4l2-subdev driver
This patch adds an initial driver for the IMXъ74 image sensor from Sony. Lacking documentation, only very basic functionality in one specific image format has been implemented and tested. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r--drivers/media/video/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 31d8a2bc3203..8db8c6fd6fb1 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -715,6 +715,12 @@ config SOC_CAMERA
over a bus like PCI or USB. For example some i2c camera connected
directly to the data bus of an SoC.
+config SOC_CAMERA_IMX074
+ tristate "imx074 support"
+ depends on SOC_CAMERA && I2C
+ help
+ This driver supports IMX074 cameras from Sony
+
config SOC_CAMERA_MT9M001
tristate "mt9m001 support"
depends on SOC_CAMERA && I2C