summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-09-24 13:37:51 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-09-24 13:37:51 -0300
commit6d9b3e7e1bd9a2e8e3d2dde50f3d639029ab1241 (patch)
tree2029f5d6ec8f39e55681751bc736252dadeb3715 /linux/drivers/media/dvb/frontends/Kconfig
parentec1abc6d3b2508366efa97c0f3f08078902e47ac (diff)
parent60068c572f087679b3b93155ec10c660ea932da8 (diff)
downloadmediapointer-dvb-s2-6d9b3e7e1bd9a2e8e3d2dde50f3d639029ab1241.tar.gz
mediapointer-dvb-s2-6d9b3e7e1bd9a2e8e3d2dde50f3d639029ab1241.tar.bz2
merge: http://www.linuxtv.org/hg/~stoth/s2
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
-rw-r--r--linux/drivers/media/dvb/frontends/Kconfig28
1 files changed, 28 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig
index 097d9f001..9c2f76309 100644
--- a/linux/drivers/media/dvb/frontends/Kconfig
+++ b/linux/drivers/media/dvb/frontends/Kconfig
@@ -43,6 +43,20 @@ config DVB_S5H1420
help
A DVB-S tuner module. Say Y when you want to support this frontend.
+config DVB_STV0288
+ tristate "ST STV0288 based"
+ depends on DVB_CORE && I2C
+ default m if DVB_FE_CUSTOMISE
+ help
+ A DVB-S tuner module. Say Y when you want to support this frontend.
+
+config DVB_STB6000
+ tristate "ST STB6000 silicon tuner"
+ depends on DVB_CORE && I2C
+ default m if DVB_FE_CUSTOMISE
+ help
+ A DVB-S silicon tuner module. Say Y when you want to support this tuner.
+
config DVB_STV0299
tristate "ST STV0299 based"
depends on DVB_CORE && I2C
@@ -92,6 +106,20 @@ config DVB_TUA6100
help
A DVB-S PLL chip.
+config DVB_CX24116
+ tristate "Conexant CX24116 based"
+ depends on DVB_CORE && I2C
+ default m if DVB_FE_CUSTOMISE
+ help
+ A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
+
+config DVB_SI21XX
+ tristate "Silicon Labs SI21XX based"
+ depends on DVB_CORE && I2C
+ default m if DVB_FE_CUSTOMISE
+ help
+ A DVB-S tuner module. Say Y when you want to support this frontend.
+
comment "DVB-T (terrestrial) frontends"
depends on DVB_CORE