summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/smipcie/Kconfig
diff options
context:
space:
mode:
authornibble.max <nibble.max@gmail.com>2014-10-08 04:31:10 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-11-03 18:06:45 -0200
commitd32f9ff7376c4298799e1532efb307026108f53a (patch)
tree7bc7f143ecf929e9d603f02a598578d27c269ff4 /drivers/media/pci/smipcie/Kconfig
parent74d08d55ed978bd60d4774083f700e6630fe42a5 (diff)
downloadlinux-stable-d32f9ff7376c4298799e1532efb307026108f53a.tar.gz
linux-stable-d32f9ff7376c4298799e1532efb307026108f53a.tar.bz2
linux-stable-d32f9ff7376c4298799e1532efb307026108f53a.zip
[media] smipcie: SMI pcie bridge driver for DVBSky S950 V3 dvb-s/s2 cards
There is a new PCIe bridge chip(from SMI) used in DVBSky V3 seris cards, include S950 V3 and S952 V3 cards. SMI pcie bridge chip is PCIe 1.1 compliant, supports MSI feature. Main interface blocks: 1>Two DVB transport stream input ports(ts0,ts1). 2>Two I2C master bus(i2c0, i2c1). 3>IR controller. 4>reset pins and other GPIOs. DVBSky S950 V3 card has a single channel of dvb-s/s2. 1>Frontend: tuner: M88TS2022, demod: M88DS3103 2>PCIe bridge: SMI PCIe The current driver does not support SMI IR function. [mchehab@osg.samsung.com: fix Makefile to find m88ts2022.h] Signed-off-by: Max nibble <nibble.max@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/pci/smipcie/Kconfig')
-rw-r--r--drivers/media/pci/smipcie/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/media/pci/smipcie/Kconfig b/drivers/media/pci/smipcie/Kconfig
new file mode 100644
index 000000000000..78b76ca85ed4
--- /dev/null
+++ b/drivers/media/pci/smipcie/Kconfig
@@ -0,0 +1,11 @@
+config DVB_SMIPCIE
+ tristate "SMI PCIe DVBSky cards"
+ depends on DVB_CORE && PCI && I2C
+ select DVB_M88DS3103 if MEDIA_SUBDRV_AUTOSELECT
+ select MEDIA_TUNER_M88TS2022 if MEDIA_SUBDRV_AUTOSELECT
+ help
+ Support for cards with SMI PCIe bridge:
+ - DVBSky S950 V3
+
+ Say Y or M if you own such a device and want to use it.
+ If unsure say N.