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


      1# SPDX-License-Identifier: GPL-2.0-only
      2config VIDEO_SUN8I_DEINTERLACE
      3	tristate "Allwinner Deinterlace driver"
      4	depends on V4L_MEM2MEM_DRIVERS
      5	depends on VIDEO_DEV
      6	depends on ARCH_SUNXI || COMPILE_TEST
      7	depends on COMMON_CLK && OF
      8	depends on PM
      9	select VIDEOBUF2_DMA_CONTIG
     10	select V4L2_MEM2MEM_DEV
     11	help
     12	   Support for the Allwinner deinterlace unit with scaling
     13	   capability found on some SoCs, like H3.
     14	   To compile this driver as a module choose m here.