diff options
author | Alex Gershgorin <alexg@meprolight.com> | 2012-08-02 12:32:41 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-15 20:04:08 -0300 |
commit | c078ac18f3f94f643ab477949d0cd93667904e06 (patch) | |
tree | 936fed9f57ab4398fce0051d62a46dc465f7fbbf /drivers/media/i2c/soc_camera/Kconfig | |
parent | eb68faaf6685dca904cc92dfbe1028eb5475d662 (diff) | |
download | talos-op-linux-c078ac18f3f94f643ab477949d0cd93667904e06.tar.gz talos-op-linux-c078ac18f3f94f643ab477949d0cd93667904e06.zip |
[media] mt9v022: Add support for mt9v024
Driver for mt9v022 camera sensor is fully compatible for mt9v024 camera sensor
with the exception of several registers which have been changed addresses.
mt9v024 also has improved and additional features, but they are currently not in use.
Signed-off-by: Alex Gershgorin <alexg@meprolight.com>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/i2c/soc_camera/Kconfig')
-rw-r--r-- | drivers/media/i2c/soc_camera/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/soc_camera/Kconfig b/drivers/media/i2c/soc_camera/Kconfig index 73fe21d1b2df..6dff2b7ad520 100644 --- a/drivers/media/i2c/soc_camera/Kconfig +++ b/drivers/media/i2c/soc_camera/Kconfig @@ -34,7 +34,7 @@ config SOC_CAMERA_MT9T112 This driver supports MT9T112 cameras from Aptina. config SOC_CAMERA_MT9V022 - tristate "mt9v022 support" + tristate "mt9v022 and mt9v024 support" depends on SOC_CAMERA && I2C select GPIO_PCA953X if MT9V022_PCA9536_SWITCH help |