mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-13 05:54:23 +08:00
media: platform: fix VIA_CAMERA dependencies
As detected by a randconfig: WARNING: unmet direct dependencies detected for VIDEO_OV7670 Depends on [n]: MEDIA_SUPPORT [=y] && I2C [=y] && VIDEO_V4L2 [=n] Selected by [y]: - VIDEO_VIA_CAMERA [=y] && MEDIA_SUPPORT [=y] && MEDIA_PLATFORM_SUPPORT [=y] && V4L_PLATFORM_DRIVERS [=y] && FB_VIA [=y] There's a missing dependency on VIDEO_V4L2 for VIA_CAMERA. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
4bdbff4da4
commit
324efc7043
@ -14,7 +14,7 @@ source "drivers/media/platform/marvell-ccic/Kconfig"
|
||||
|
||||
config VIDEO_VIA_CAMERA
|
||||
tristate "VIAFB camera controller support"
|
||||
depends on FB_VIA
|
||||
depends on FB_VIA && VIDEO_V4L2
|
||||
select VIDEOBUF2_DMA_SG
|
||||
select VIDEO_OV7670
|
||||
help
|
||||
|
Loading…
Reference in New Issue
Block a user