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


      1# SPDX-License-Identifier: GPL-2.0-only
      2config VIDEO_CX18
      3	tristate "Conexant cx23418 MPEG encoder support"
      4	depends on VIDEO_DEV && DVB_CORE && PCI && I2C
      5	select I2C_ALGOBIT
      6	select VIDEOBUF_VMALLOC
      7	depends on RC_CORE
      8	select VIDEO_TUNER
      9	select VIDEO_TVEEPROM
     10	select VIDEO_CX2341X
     11	select VIDEO_CS5345
     12	select DVB_S5H1409 if MEDIA_SUBDRV_AUTOSELECT
     13	select MEDIA_TUNER_MXL5005S if MEDIA_SUBDRV_AUTOSELECT
     14	select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT
     15	select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
     16	select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT
     17	help
     18	  This is a video4linux driver for Conexant cx23418 based
     19	  PCI combo video recorder devices.
     20
     21	  This is used in devices such as the Hauppauge HVR-1600
     22	  cards.
     23
     24	  To compile this driver as a module, choose M here: the
     25	  module will be called cx18.
     26
     27config VIDEO_CX18_ALSA
     28	tristate "Conexant 23418 DMA audio support"
     29	depends on VIDEO_CX18 && SND
     30	select SND_PCM
     31	help
     32	  This is a video4linux driver for direct (DMA) audio on
     33	  Conexant 23418 based TV cards using ALSA.
     34
     35	  To compile this driver as a module, choose M here: the
     36	  module will be called cx18-alsa.