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


      1# SPDX-License-Identifier: GPL-2.0-only
      2config DVB_SMIPCIE
      3	tristate "SMI PCIe DVBSky cards"
      4	depends on DVB_CORE && PCI && I2C
      5	select I2C_ALGOBIT
      6	select DVB_M88DS3103 if MEDIA_SUBDRV_AUTOSELECT
      7	select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT
      8	select DVB_TS2020 if MEDIA_SUBDRV_AUTOSELECT
      9	select MEDIA_TUNER_M88RS6000T if MEDIA_SUBDRV_AUTOSELECT
     10	select MEDIA_TUNER_SI2157 if MEDIA_SUBDRV_AUTOSELECT
     11	depends on RC_CORE
     12	help
     13	  Support for cards with SMI PCIe bridge:
     14	  - DVBSky S950 V3
     15	  - DVBSky S952 V3
     16	  - DVBSky T9580 V3
     17
     18	  Say Y or M if you own such a device and want to use it.
     19	  If unsure say N.