diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2010-10-05 11:33:25 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-21 05:55:41 -0400 |
commit | 67826235ee4c40b20ea0d8ddfbd32bb20e9bb457 (patch) | |
tree | ea01864f8627c2d54e8a775ba3f70bd93d29f506 /drivers/media/video/Kconfig | |
parent | 32e1f777274b0e642a8af381a4e07d7858506f37 (diff) |
[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 31d8a2bc3203..8db8c6fd6fb1 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -715,6 +715,12 @@ config SOC_CAMERA | |||
715 | over a bus like PCI or USB. For example some i2c camera connected | 715 | over a bus like PCI or USB. For example some i2c camera connected |
716 | directly to the data bus of an SoC. | 716 | directly to the data bus of an SoC. |
717 | 717 | ||
718 | config SOC_CAMERA_IMX074 | ||
719 | tristate "imx074 support" | ||
720 | depends on SOC_CAMERA && I2C | ||
721 | help | ||
722 | This driver supports IMX074 cameras from Sony | ||
723 | |||
718 | config SOC_CAMERA_MT9M001 | 724 | config SOC_CAMERA_MT9M001 |
719 | tristate "mt9m001 support" | 725 | tristate "mt9m001 support" |
720 | depends on SOC_CAMERA && I2C | 726 | depends on SOC_CAMERA && I2C |