brintos

brintos / linux-shallow public Read only

0
0
Text · 583 B · 40b36d1 Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3comment "Nuvoton media platform drivers"4 5config VIDEO_NPCM_VCD_ECE6	tristate "Nuvoton NPCM Video Capture/Encode Engine driver"7	depends on V4L_PLATFORM_DRIVERS && VIDEO_DEV8	depends on ARCH_NPCM || COMPILE_TEST9	select VIDEOBUF2_DMA_CONTIG10	help11	  Support for the Video Capture/Differentiation Engine (VCD) and12	  Encoding Compression Engine (ECE) present on Nuvoton NPCM SoCs.13	  The VCD can capture a frame from digital video input and compare14	  two frames in memory, and then the ECE can compress the frame15	  data into HEXTILE format.16