aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2007-02-24 06:31:40 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 14:53:14 -0500
commit040dcc3e5194d0170727adc5df213cfe9d994302 (patch)
tree4a997fbbcf4897ee22e3a9712db1b20056d63dcb /drivers/media/dvb/frontends
parentc46b65621007a2ede49464d227f64dd3a909a109 (diff)
V4L/DVB (9378): Add STB6100 Support
Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends')
-rw-r--r--drivers/media/dvb/frontends/Kconfig7
-rw-r--r--drivers/media/dvb/frontends/Makefile1
2 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig
index 35eb5f888b42..88e461e41558 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -22,6 +22,13 @@ config DVB_STB0899
22 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want 22 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want
23 to support this demodulator based frontends 23 to support this demodulator based frontends
24 24
25config DVB_STB6100
26 tristate "STB6100 based tuners"
27 depends on DVB_CORE
28 help
29 A Silicon tuner from ST used in conjunction with the STB0899
30 demodulator. Say Y when you want to support this tuner.
31
25comment "DVB-S (satellite) frontends" 32comment "DVB-S (satellite) frontends"
26 depends on DVB_CORE 33 depends on DVB_CORE
27 34
diff --git a/drivers/media/dvb/frontends/Makefile b/drivers/media/dvb/frontends/Makefile
index f0a31c56ca47..ad89dbf760cd 100644
--- a/drivers/media/dvb/frontends/Makefile
+++ b/drivers/media/dvb/frontends/Makefile
@@ -11,6 +11,7 @@ stb0899-objs = stb0899_drv.o stb0899_algo.o
11obj-$(CONFIG_DVB_PLL) += dvb-pll.o 11obj-$(CONFIG_DVB_PLL) += dvb-pll.o
12obj-$(CONFIG_DVB_STV0299) += stv0299.o 12obj-$(CONFIG_DVB_STV0299) += stv0299.o
13obj-$(CONFIG_DVB_STB0899) += stb0899.o 13obj-$(CONFIG_DVB_STB0899) += stb0899.o
14obj-$(CONFIG_DVB_STB6100) += stb6100.o
14obj-$(CONFIG_DVB_SP8870) += sp8870.o 15obj-$(CONFIG_DVB_SP8870) += sp8870.o
15obj-$(CONFIG_DVB_CX22700) += cx22700.o 16obj-$(CONFIG_DVB_CX22700) += cx22700.o
16obj-$(CONFIG_DVB_CX24110) += cx24110.o 17obj-$(CONFIG_DVB_CX24110) += cx24110.o