]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (9378): Add STB6100 Support
authorManu Abraham <abraham.manu@gmail.com>
Sat, 24 Feb 2007 11:31:40 +0000 (08:31 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 29 Dec 2008 19:53:14 +0000 (17:53 -0200)
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/Kconfig
drivers/media/dvb/frontends/Makefile

index 35eb5f888b42ac8463b2b9a90604b4158edf1bb6..88e461e4155827f7f2af2f700d1cdf48860111b0 100644 (file)
@@ -22,6 +22,13 @@ config DVB_STB0899
          A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want
          to support this demodulator based frontends
 
+config DVB_STB6100
+       tristate "STB6100 based tuners"
+       depends on DVB_CORE
+       help
+         A Silicon tuner from ST used in conjunction with the STB0899
+         demodulator. Say Y when you want to support this tuner.
+
 comment "DVB-S (satellite) frontends"
        depends on DVB_CORE
 
index f0a31c56ca47d6c39cbeb35b19b833fb5a880196..ad89dbf760cdefa5d54fc67ef2b0f5b58639d10a 100644 (file)
@@ -11,6 +11,7 @@ stb0899-objs = stb0899_drv.o stb0899_algo.o
 obj-$(CONFIG_DVB_PLL) += dvb-pll.o
 obj-$(CONFIG_DVB_STV0299) += stv0299.o
 obj-$(CONFIG_DVB_STB0899) += stb0899.o
+obj-$(CONFIG_DVB_STB6100) += stb6100.o
 obj-$(CONFIG_DVB_SP8870) += sp8870.o
 obj-$(CONFIG_DVB_CX22700) += cx22700.o
 obj-$(CONFIG_DVB_CX24110) += cx24110.o