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


      1# SPDX-License-Identifier: GPL-2.0-only
      2
      3config VIDEO_SUN8I_ROTATE
      4	tristate "Allwinner DE2 rotation driver"
      5	depends on V4L_MEM2MEM_DRIVERS
      6	depends on VIDEO_DEV
      7	depends on ARCH_SUNXI || COMPILE_TEST
      8	depends on COMMON_CLK && OF
      9	depends on PM
     10	select VIDEOBUF2_DMA_CONTIG
     11	select V4L2_MEM2MEM_DEV
     12	help
     13	   Support for the Allwinner DE2 rotation unit.
     14	   To compile this driver as a module choose m here.