xref: /linux/drivers/media/pci/smipcie/Kconfig (revision 91afb7c373e881d5038a78e1206a0f6469440ec3)
1config DVB_SMIPCIE
2	tristate "SMI PCIe DVBSky cards"
3	depends on DVB_CORE && PCI && I2C
4	select I2C_ALGOBIT
5	select DVB_M88DS3103 if MEDIA_SUBDRV_AUTOSELECT
6	select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT
7	select DVB_TS2020 if MEDIA_SUBDRV_AUTOSELECT
8	select MEDIA_TUNER_M88RS6000T if MEDIA_SUBDRV_AUTOSELECT
9	select MEDIA_TUNER_SI2157 if MEDIA_SUBDRV_AUTOSELECT
10	depends on RC_CORE
11	help
12	  Support for cards with SMI PCIe bridge:
13	  - DVBSky S950 V3
14	  - DVBSky S952 V3
15	  - DVBSky T9580 V3
16
17	  Say Y or M if you own such a device and want to use it.
18	  If unsure say N.
19