forked from luck/tmp_suning_uos_patched
fc6c19fb71
Testing randconfig builds after the return of the mmp ccic driver shows
a link error in some configurations:
drivers/media/platform/marvell-ccic/mcam-core.o: In function `mccic_register':
mcam-core.c:(.text+0x2e48): undefined reference to `vb2_dma_contig_memops'
A closer look at the mcam-core.c file reveals that we need to select
both VIDEOBUF2_DMA_CONTIG and VIDEOBUF2_VMALLOC, as already do for
VIDEO_CAFE_CCIC.
Fixes:
|
||
---|---|---|
.. | ||
cafe-driver.c | ||
Kconfig | ||
Makefile | ||
mcam-core.c | ||
mcam-core.h | ||
mmp-driver.c |