brintos

brintos / linux-shallow public Read only

0
0
Text · 557 B · a302c95 Raw
15 lines · plain
1# SPDX-License-Identifier: GPL-2.02config VIDEO_E5010_JPEG_ENC3	tristate "Imagination E5010 JPEG Encoder Driver"4	depends on VIDEO_DEV5	depends on ARCH_K3 || COMPILE_TEST6	select VIDEOBUF2_DMA_CONTIG7	select VIDEOBUF2_VMALLOC8	select V4L2_MEM2MEM_DEV9	select V4L2_JPEG_HELPER10	help11	  This is a video4linux2 M2M driver for Imagination E5010 JPEG encoder,12	  which supports JPEG and MJPEG baseline encoding of YUV422 and YUV42013	  semiplanar video formats, with resolution ranging from 64x64 to 8K x 8K14	  pixels. The module will be named as e5010_jpeg_enc.15