xref: /linux/drivers/media/platform/imagination/Kconfig (revision e3b2949e3fa2fd8c19cd5fbb0424d38f70a70e9c)
1# SPDX-License-Identifier: GPL-2.0
2config VIDEO_E5010_JPEG_ENC
3	tristate "Imagination E5010 JPEG Encoder Driver"
4	depends on VIDEO_DEV
5	depends on ARCH_K3 || COMPILE_TEST
6	select VIDEOBUF2_DMA_CONTIG
7	select VIDEOBUF2_VMALLOC
8	select V4L2_MEM2MEM_DEV
9	select V4L2_JPEG_HELPER
10	help
11	  This is a video4linux2 M2M driver for Imagination E5010 JPEG encoder,
12	  which supports JPEG and MJPEG baseline encoding of YUV422 and YUV420
13	  semiplanar video formats, with resolution ranging from 64x64 to 8K x 8K
14	  pixels. The module will be named as e5010_jpeg_enc.
15