brintos

brintos / linux-shallow public Read only

0
0
Text · 611 B · 407711c Raw
20 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DVB_SMIPCIE3	tristate "SMI PCIe DVBSky cards"4	depends on DVB_CORE && PCI && I2C5	select I2C_ALGOBIT6	select DVB_M88DS3103 if MEDIA_SUBDRV_AUTOSELECT7	select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT8	select DVB_TS2020 if MEDIA_SUBDRV_AUTOSELECT9	select MEDIA_TUNER_M88RS6000T if MEDIA_SUBDRV_AUTOSELECT10	select MEDIA_TUNER_SI2157 if MEDIA_SUBDRV_AUTOSELECT11	depends on RC_CORE12	help13	  Support for cards with SMI PCIe bridge:14	  - DVBSky S950 V315	  - DVBSky S952 V316	  - DVBSky T9580 V317 18	  Say Y or M if you own such a device and want to use it.19	  If unsure say N.20