mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
b21b431e17
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>
16 lines
387 B
Plaintext
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
|