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


      1# SPDX-License-Identifier: GPL-2.0-only
      2config VIDEO_HEXIUM_GEMINI
      3	tristate "Hexium Gemini frame grabber"
      4	depends on PCI && VIDEO_DEV && I2C
      5	select VIDEO_SAA7146_VV
      6	help
      7	  This is a video4linux driver for the Hexium Gemini frame
      8	  grabber card by Hexium. Please note that the Gemini Dual
      9	  card is *not* fully supported.
     10
     11	  To compile this driver as a module, choose M here: the
     12	  module will be called hexium_gemini.
     13
     14config VIDEO_HEXIUM_ORION
     15	tristate "Hexium HV-PCI6 and Orion frame grabber"
     16	depends on PCI && VIDEO_DEV && I2C
     17	select VIDEO_SAA7146_VV
     18	help
     19	  This is a video4linux driver for the Hexium HV-PCI6 and
     20	  Orion frame grabber cards by Hexium.
     21
     22	  To compile this driver as a module, choose M here: the
     23	  module will be called hexium_orion.
     24
     25config VIDEO_MXB
     26	tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
     27	depends on PCI && VIDEO_DEV && I2C
     28	select VIDEO_SAA7146_VV
     29	select VIDEO_TUNER
     30	select VIDEO_SAA711X if MEDIA_SUBDRV_AUTOSELECT
     31	select VIDEO_TDA9840 if MEDIA_SUBDRV_AUTOSELECT
     32	select VIDEO_TEA6415C if MEDIA_SUBDRV_AUTOSELECT
     33	select VIDEO_TEA6420 if MEDIA_SUBDRV_AUTOSELECT
     34	help
     35	  This is a video4linux driver for the 'Multimedia eXtension Board'
     36	  TV card by Siemens-Nixdorf.
     37
     38	  To compile this driver as a module, choose M here: the
     39	  module will be called mxb.