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


      1# SPDX-License-Identifier: GPL-2.0
      2config VIDEO_SUNXI
      3	bool "Allwinner sunXi family Video Devices"
      4	depends on ARCH_SUNXI || COMPILE_TEST
      5	help
      6	  If you have an Allwinner SoC based on the sunXi family, say Y.
      7
      8	  Note that this option doesn't include new drivers in the
      9	  kernel: saying N will just cause Kconfig to skip all the
     10	  questions about Allwinner media devices.
     11
     12if VIDEO_SUNXI
     13
     14source "drivers/staging/media/sunxi/cedrus/Kconfig"
     15
     16endif