brintos

brintos / linux-shallow public Read only

0
0
Text · 1.1 KiB · efa936b Raw
37 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config VIDEO_STI_DELTA3	tristate "STMicroelectronics DELTA multi-format video decoder V4L2 driver"4	depends on V4L_MEM2MEM_DRIVERS5	depends on VIDEO_DEV6	depends on ARCH_STI || COMPILE_TEST7	help8		This V4L2 driver enables DELTA multi-format video decoder9		of STMicroelectronics STiH4xx SoC series allowing hardware10		decoding of various compressed video bitstream format in11		raw uncompressed format.12 13		Use this option to see the decoders available for such14		hardware.15 16		Please notice that the driver will only be built if17		at least one of the DELTA decoder below is selected.18 19config VIDEO_STI_DELTA_MJPEG20	bool "STMicroelectronics DELTA MJPEG support"21	default y22	depends on VIDEO_STI_DELTA23	help24		Enables DELTA MJPEG hardware support.25 26		To compile this driver as a module, choose M here:27		the module will be called st-delta.28 29config VIDEO_STI_DELTA_DRIVER30	tristate31	depends on VIDEO_STI_DELTA32	depends on VIDEO_STI_DELTA_MJPEG33	default VIDEO_STI_DELTA_MJPEG34	select VIDEOBUF2_DMA_CONTIG35	select V4L2_MEM2MEM_DEV36	select RPMSG37