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


      1# SPDX-License-Identifier: GPL-2.0-only
      2config VIDEO_MEDIATEK_MDP
      3	tristate "Mediatek MDP driver"
      4	depends on V4L_MEM2MEM_DRIVERS
      5	depends on MTK_IOMMU || COMPILE_TEST
      6	depends on VIDEO_DEV
      7	depends on ARCH_MEDIATEK || COMPILE_TEST
      8	depends on MTK_SMI || (COMPILE_TEST && MTK_SMI=n)
      9	select VIDEOBUF2_DMA_CONTIG
     10	select V4L2_MEM2MEM_DEV
     11	select VIDEO_MEDIATEK_VPU
     12	help
     13	    It is a v4l2 driver and present in Mediatek MT8173 SoCs.
     14	    The driver supports for scaling and color space conversion.
     15
     16	    To compile this driver as a module, choose M here: the
     17	    module will be called mtk-mdp.