Skip to content

Commit

Permalink
V4L/DVB (7810): soc_camera: mt9v022 and mt9m001 depend on I2C
Browse files Browse the repository at this point in the history
Both mt9v022 and mt9m001 cameras are controlled over the I2C bus.
Respectively, their drivers require I2C to be built successfully.
Thanks to Ingo Molnar for reporting the build-breakage.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed May 14, 2008
1 parent b4edcc9 commit b7eccc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ config SOC_CAMERA

config SOC_CAMERA_MT9M001
tristate "mt9m001 support"
depends on SOC_CAMERA
depends on SOC_CAMERA && I2C
select GPIO_PCA953X if MT9M001_PCA9536_SWITCH
help
This driver supports MT9M001 cameras from Micron, monochrome
Expand All @@ -921,7 +921,7 @@ config MT9M001_PCA9536_SWITCH

config SOC_CAMERA_MT9V022
tristate "mt9v022 support"
depends on SOC_CAMERA
depends on SOC_CAMERA && I2C
select GPIO_PCA953X if MT9V022_PCA9536_SWITCH
help
This driver supports MT9V022 cameras from Micron
Expand Down

0 comments on commit b7eccc4

Please sign in to comment.