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