mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 05:35:16 +07:00
94acbe12f5
If VIDEO_CAFE_CCIC=y, but VIDEOBUF2_DMA_SG=m: drivers/built-in.o: In function `mcam_v4l_open': mcam-core.c:(.text+0x1c2e81): undefined reference to `vb2_dma_sg_memops' mcam-core.c:(.text+0x1c2eb0): undefined reference to `vb2_dma_sg_init_ctx' drivers/built-in.o: In function `mcam_v4l_release': mcam-core.c:(.text+0x1c34bf): undefined reference to `vb2_dma_sg_cleanup_ctx' Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
27 lines
859 B
Plaintext
27 lines
859 B
Plaintext
config VIDEO_CAFE_CCIC
|
|
tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support"
|
|
depends on PCI && I2C && VIDEO_V4L2
|
|
depends on HAS_DMA
|
|
select VIDEO_OV7670
|
|
select VIDEOBUF2_VMALLOC
|
|
select VIDEOBUF2_DMA_CONTIG
|
|
select VIDEOBUF2_DMA_SG
|
|
---help---
|
|
This is a video4linux2 driver for the Marvell 88ALP01 integrated
|
|
CMOS camera controller. This is the controller found on first-
|
|
generation OLPC systems.
|
|
|
|
config VIDEO_MMP_CAMERA
|
|
tristate "Marvell Armada 610 integrated camera controller support"
|
|
depends on ARCH_MMP && I2C && VIDEO_V4L2
|
|
depends on HAS_DMA
|
|
select VIDEO_OV7670
|
|
select I2C_GPIO
|
|
select VIDEOBUF2_DMA_SG
|
|
---help---
|
|
This is a Video4Linux2 driver for the integrated camera
|
|
controller found on Marvell Armada 610 application
|
|
processors (and likely beyond). This is the controller found
|
|
in OLPC XO 1.75 systems.
|
|
|