diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2010-10-05 12:33:25 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-21 07:55:41 -0200 |
commit | 67826235ee4c40b20ea0d8ddfbd32bb20e9bb457 (patch) | |
tree | ea01864f8627c2d54e8a775ba3f70bd93d29f506 /drivers/media/video/Kconfig | |
parent | 32e1f777274b0e642a8af381a4e07d7858506f37 (diff) | |
download | op-kernel-dev-67826235ee4c40b20ea0d8ddfbd32bb20e9bb457.zip op-kernel-dev-67826235ee4c40b20ea0d8ddfbd32bb20e9bb457.tar.gz |
[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/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 31d8a2b..8db8c6f 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 |