cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Kconfig (572B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2
      3comment "Chips&Media media platform drivers"
      4
      5config VIDEO_CODA
      6	tristate "Chips&Media Coda multi-standard codec IP"
      7	depends on V4L_MEM2MEM_DRIVERS
      8	depends on VIDEO_DEV && OF && (ARCH_MXC || COMPILE_TEST)
      9	select SRAM
     10	select VIDEOBUF2_DMA_CONTIG
     11	select VIDEOBUF2_VMALLOC
     12	select V4L2_JPEG_HELPER
     13	select V4L2_MEM2MEM_DEV
     14	select GENERIC_ALLOCATOR
     15	help
     16	   Coda is a range of video codec IPs that supports
     17	   H.264, MPEG-4, and other video formats.
     18
     19config VIDEO_IMX_VDOA
     20	def_tristate VIDEO_CODA if SOC_IMX6Q || COMPILE_TEST