diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-01-26 17:09:59 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-02-25 13:05:54 +0300 |
commit | 507baad9ffb8fc01985337a964e3c6530e9ad5ab (patch) | |
tree | 25a9cb8aac368fb90d9543e8b2debbb399040fbe /drivers/media/platform/vsp1/vsp1_rwpf.c | |
parent | 25df0c385c5a856dd24c74cb74295ccb805fe93a (diff) | |
download | linux-507baad9ffb8fc01985337a964e3c6530e9ad5ab.tar.xz |
em28xx: only use mt9v011 if camera support is enabled
commit 190b23b4eb997767afad186bd8c96badceabf39e upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/media/platform/vsp1/vsp1_rwpf.c')
0 files changed, 0 insertions, 0 deletions