Files
kernel_common_drivers/drivers/camera/Kconfig
T
xiaoxin.cao b21b431e17 isp: need videobuf2_vmalloc support [1/1]
PD#SWPL-123140

Problem:
need videobuf2_vmalloc support

Solution:
select vmalloc

Verify:
c2

Change-Id: Iaaea072a2cc43872cab0fbece8a0b8bf507decc4
Signed-off-by: xiaoxin.cao <xiaoxin.cao@amlogic.com>
2023-05-12 02:03:45 -07:00

16 lines
387 B
Plaintext

# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
config AMLOGIC_MEDIA_CAMERA
tristate "Amlogic Camera driver"
select VIDEOBUF2_DMA_CONTIG
select VIDEOBUF2_VMALLOC
select V4L2_FWNODE
select V4L2_ASYNC
default n
help
This option is used to configure amlogic camera driver,
which need use dma contig and v4l2 fwnode.
select y for built-in
select m for ko
select n for disable