diff options
author | Robert Jarzmik <robert.jarzmik@free.fr> | 2016-09-06 06:04:13 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-09 10:41:17 -0300 |
commit | c61e74e3a88c919d85706c49b18577e5b5cd0dbc (patch) | |
tree | 9351ef512b27b5b7ed73f1066efbe93d27927bff /drivers/media/i2c/soc_camera/Kconfig | |
parent | 1a412faa7a183ed5c2aade3d7e3383e555ab01c8 (diff) | |
download | talos-obmc-linux-c61e74e3a88c919d85706c49b18577e5b5cd0dbc.tar.gz talos-obmc-linux-c61e74e3a88c919d85706c49b18577e5b5cd0dbc.zip |
[media] media: mt9m111: move mt9m111 out of soc_camera
As the mt9m111 is now working as a standalone v4l2 subdevice sensor,
move it out of soc_camera directory and sever its dependency on
soc_camera.
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/i2c/soc_camera/Kconfig')
-rw-r--r-- | drivers/media/i2c/soc_camera/Kconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/media/i2c/soc_camera/Kconfig b/drivers/media/i2c/soc_camera/Kconfig index 23d352f0adf0..7704bcf5cc25 100644 --- a/drivers/media/i2c/soc_camera/Kconfig +++ b/drivers/media/i2c/soc_camera/Kconfig @@ -14,11 +14,14 @@ config SOC_CAMERA_MT9M001 and colour models. config SOC_CAMERA_MT9M111 - tristate "mt9m111, mt9m112 and mt9m131 support" + tristate "legacy soc_camera mt9m111, mt9m112 and mt9m131 support" depends on SOC_CAMERA && I2C + select VIDEO_MT9M111 help This driver supports MT9M111, MT9M112 and MT9M131 cameras from - Micron/Aptina + Micron/Aptina. + This is the legacy configuration which shouldn't be used anymore, + while VIDEO_MT9M111 should be used instead. config SOC_CAMERA_MT9T031 tristate "mt9t031 support" |