mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 04:40:55 +07:00
[media] V4L2: sh_vou: add I2C build dependency
The sh_vou driver needs CONFIG_I2C or CONFIG_I2C_MODULE to build, add the respective dependency. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
188af63c0a
commit
c4d6e6310b
@ -36,7 +36,7 @@ source "drivers/media/platform/blackfin/Kconfig"
|
||||
config VIDEO_SH_VOU
|
||||
tristate "SuperH VOU video output driver"
|
||||
depends on MEDIA_CAMERA_SUPPORT
|
||||
depends on VIDEO_DEV && ARCH_SHMOBILE
|
||||
depends on VIDEO_DEV && ARCH_SHMOBILE && I2C
|
||||
select VIDEOBUF_DMA_CONTIG
|
||||
help
|
||||
Support for the Video Output Unit (VOU) on SuperH SoCs.
|
||||
|
Loading…
Reference in New Issue
Block a user