summaryrefslogtreecommitdiff
path: root/drivers/media/i2c/Kconfig
diff options
context:
space:
mode:
authorAkinobu Mita <akinobu.mita@gmail.com>2019-01-08 17:51:46 +0300
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-01-25 15:54:51 +0300
commit12d85c3e275be6b72fb815eb03d15cab31ee10c1 (patch)
tree326c0c048a890d262eae0afaffb1a4999ab2af3b /drivers/media/i2c/Kconfig
parent74021329a76b049d8f411828867d80fc288d2e5a (diff)
downloadlinux-12d85c3e275be6b72fb815eb03d15cab31ee10c1.tar.xz
media: mt9m001: add media controller support
Create a source pad and set the media controller type to the sensor. Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/i2c/Kconfig')
-rw-r--r--drivers/media/i2c/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig
index ac35284f2c7a..2a9e87a7ba25 100644
--- a/drivers/media/i2c/Kconfig
+++ b/drivers/media/i2c/Kconfig
@@ -870,6 +870,8 @@ config VIDEO_VS6624
config VIDEO_MT9M001
tristate "mt9m001 support"
depends on I2C && VIDEO_V4L2
+ depends on MEDIA_CAMERA_SUPPORT
+ depends on MEDIA_CONTROLLER
help
This driver supports MT9M001 cameras from Micron, monochrome
and colour models.