blob: f61674808c57fa3d5b6c19529f51437b64978b8d [file]
# Used by drivers that need Videobuf2 modules
config VIDEOBUF2_CORE
select DMA_SHARED_BUFFER
tristate
config VIDEOBUF2_V4L2
tristate
config VIDEOBUF2_MEMOPS
tristate
select FRAME_VECTOR
config VIDEOBUF2_DMA_CONTIG
tristate
select VIDEOBUF2_CORE
select VIDEOBUF2_MEMOPS
select DMA_SHARED_BUFFER
config VIDEOBUF2_VMALLOC
tristate
select VIDEOBUF2_CORE
select VIDEOBUF2_MEMOPS
select DMA_SHARED_BUFFER
config VIDEOBUF2_DMA_SG
tristate
select VIDEOBUF2_CORE
select VIDEOBUF2_MEMOPS
config VIDEOBUF2_DVB
tristate
select VIDEOBUF2_CORE
config VIDEOBUF2_AMLOGIC
bool "Enable Videobuf2 for the ISP driver"
select VIDEOBUF2_VMALLOC
default n
help
This option enables Videobuf2, which is needed
by the ISP driver on Amlogic devices. It allows
USB_VIDEO_CLASS to be disabled without affecting
the ISP driver.