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


      1# SPDX-License-Identifier: GPL-2.0
      2
      3#
      4# Media controller
      5#
      6
      7config MEDIA_CONTROLLER_DVB
      8	bool "Enable Media controller for DVB (EXPERIMENTAL)"
      9	depends on MEDIA_CONTROLLER && DVB_CORE
     10	help
     11	  Enable the media controller API support for DVB.
     12
     13	  This is currently experimental.
     14
     15config MEDIA_CONTROLLER_REQUEST_API
     16	bool
     17	depends on MEDIA_CONTROLLER
     18	help
     19	  This option enables the Request API for the Media controller and V4L2
     20	  interfaces. It is currently needed by a few stateless codec drivers.