]> asedeno.scripts.mit.edu Git - linux.git/commit
[media] go7007: add MEDIA_CAMERA_SUPPORT dependency
authorArnd Bergmann <arnd@arndb.de>
Tue, 26 Jan 2016 14:10:01 +0000 (12:10 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 23 Nov 2016 15:15:02 +0000 (13:15 -0200)
commitfa6317eedd6341f2144ed1097706d8c34f18b6e4
tree10724e048c5e33e3fb79cc5b72508128ecbc3fec
parenta19e160d108a80953e4404be39e03b9bc8417376
[media] go7007: add MEDIA_CAMERA_SUPPORT dependency

If MEDIA_SUBDRV_AUTOSELECT and VIDEO_GO7007 are both set, we
automatically select VIDEO_OV7640, but that depends on MEDIA_CAMERA_SUPPORT,
so we get a Kconfig warning if that is disabled:

warning: (VIDEO_GO7007) selects VIDEO_OV7640 which has unmet direct dependencies (MEDIA_SUPPORT && I2C && VIDEO_V4L2 && MEDIA_CAMERA_SUPPORT)

This adds another dependency so we don't accidentally select
it when it is unavailable.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/go7007/Kconfig