xref: /linux/drivers/media/platform/imagination/Kconfig (revision 2a6b6c9a226279b4f6668450ddb21ae655558087)
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	select VIDEOBUF2_DMA_CONTIG
6	select VIDEOBUF2_VMALLOC
7	select V4L2_MEM2MEM_DEV
8	select V4L2_JPEG_HELPER
9	help
10	  This is a video4linux2 M2M driver for Imagination E5010 JPEG encoder,
11	  which supports JPEG and MJPEG baseline encoding of YUV422 and YUV420
12	  semiplanar video formats, with resolution ranging from 64x64 to 8K x 8K
13	  pixels. The module will be named as e5010_jpeg_enc.
14