linux_dsm_epyc7002/drivers/media/usb/em28xx
Arnd Bergmann 190b23b4eb [media] em28xx: only use mt9v011 if camera support is enabled
In randconfig builds that select VIDEO_EM28XX_V4L2 and
MEDIA_SUBDRV_AUTOSELECT, but not MEDIA_CAMERA_SUPPORT, we get
a Kconfig warning:

 warning: (VIDEO_EM28XX_V4L2) selects VIDEO_MT9V011 which has unmet direct dependencies (MEDIA_SUPPORT && I2C && VIDEO_V4L2 && MEDIA_CAMERA_SUPPORT)

This avoids the warning by making that 'select' conditional on
MEDIA_CAMERA_SUPPORT. Alternatively we could mark EM28XX as
'depends on MEDIA_CAMERA_SUPPORT', but it does not seem to
have any real dependency on that itself.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2016-11-23 13:17:25 -02:00
..
em28xx-audio.c [media] tvp5150: convert it to use dev_foo() macros 2016-11-18 10:10:07 -02:00
em28xx-camera.c [media] em28xx: convert it from pr_foo() to dev_foo() 2016-11-18 10:08:15 -02:00
em28xx-cards.c [media] em28xx: convert it from pr_foo() to dev_foo() 2016-11-18 10:08:15 -02:00
em28xx-core.c [media] em28xx: convert it from pr_foo() to dev_foo() 2016-11-18 10:08:15 -02:00
em28xx-dvb.c [media] em28xx: convert it from pr_foo() to dev_foo() 2016-11-18 10:08:15 -02:00
em28xx-i2c.c [media] em28xx: convert it from pr_foo() to dev_foo() 2016-11-18 10:08:15 -02:00
em28xx-input.c [media] em28xx: convert it from pr_foo() to dev_foo() 2016-11-18 10:08:15 -02:00
em28xx-reg.h [media] em28xx: add support for Hauppauge WinTV-dualHD DVB tuner 2016-05-09 14:25:39 -03:00
em28xx-v4l.h [media] em28xx: checkpatch cleanup: whitespaces/new lines cleanups 2014-12-04 14:13:14 -02:00
em28xx-vbi.c [media] em28xx: convert it from pr_foo() to dev_foo() 2016-11-18 10:08:15 -02:00
em28xx-video.c [media] em28xx: convert it from pr_foo() to dev_foo() 2016-11-18 10:08:15 -02:00
em28xx.h [media] em28xx: convert it from pr_foo() to dev_foo() 2016-11-18 10:08:15 -02:00
Kconfig [media] em28xx: only use mt9v011 if camera support is enabled 2016-11-23 13:17:25 -02:00
Makefile [media] em28xx: make em28xx-video to be a separate module 2014-01-07 05:09:26 -02:00