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


      1# SPDX-License-Identifier: GPL-2.0-only
      2config VIDEO_OMAP2_VOUT_VRFB
      3	bool
      4	default y
      5	depends on VIDEO_OMAP2_VOUT && (OMAP2_VRFB || COMPILE_TEST)
      6
      7config VIDEO_OMAP2_VOUT
      8	tristate "OMAP2/OMAP3 V4L2-Display driver"
      9	depends on V4L_PLATFORM_DRIVERS
     10	depends on MMU
     11	depends on FB_OMAP2 || (COMPILE_TEST && FB_OMAP2=n)
     12	depends on ARCH_OMAP2 || ARCH_OMAP3 || COMPILE_TEST
     13	depends on VIDEO_DEV
     14	select VIDEOBUF2_DMA_CONTIG
     15	select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3
     16	help
     17	  V4L2 Display driver support for OMAP2/3 based boards.