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 (421B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2config VIDEO_VICODEC
      3	tristate "Virtual Codec Driver"
      4	depends on VIDEO_DEV
      5	select VIDEOBUF2_VMALLOC
      6	select V4L2_MEM2MEM_DEV
      7	select MEDIA_CONTROLLER
      8	select MEDIA_CONTROLLER_REQUEST_API
      9	help
     10	  Driver for a Virtual Codec
     11
     12	  This driver can be compared to the vim2m driver for emulating
     13	  a video device node that exposes an emulated hardware codec.
     14
     15	  When in doubt, say N.