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


      1# SPDX-License-Identifier: GPL-2.0
      2config VIDEO_ROCKCHIP_VDEC
      3	tristate "Rockchip Video Decoder driver"
      4	depends on ARCH_ROCKCHIP || COMPILE_TEST
      5	depends on VIDEO_DEV
      6	select MEDIA_CONTROLLER
      7	select MEDIA_CONTROLLER_REQUEST_API
      8	select VIDEOBUF2_DMA_CONTIG
      9	select VIDEOBUF2_VMALLOC
     10	select V4L2_MEM2MEM_DEV
     11	select V4L2_H264
     12	select V4L2_VP9
     13	help
     14	  Support for the Rockchip Video Decoder IP present on Rockchip SoCs,
     15	  which accelerates video decoding.
     16	  To compile this driver as a module, choose M here: the module
     17	  will be called rockchip-vdec.