Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] media/video: add I2C dependencies

Davinci VIDEO_VPFE_CAPTURE depends on I2C, so reflect that
in Kconfig to avoid build failures in random configurations.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Arnd Bergmann and committed by
Mauro Carvalho Chehab
14f22260 b66d2086

+1
+1
drivers/media/video/davinci/Kconfig
··· 40 40 config VIDEO_VPFE_CAPTURE 41 41 tristate "VPFE Video Capture Driver" 42 42 depends on VIDEO_V4L2 && (ARCH_DAVINCI || ARCH_OMAP3) 43 + depends on I2C 43 44 select VIDEOBUF_DMA_CONTIG 44 45 help 45 46 Support for DMx/AMx VPFE based frame grabber. This is the