diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-26 21:25:21 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-26 21:25:21 -0200 |
commit | 1813bac623f51df9f0d329a3470cb942cf602b8c (patch) | |
tree | 84310ac3736b16b283df662b5c4152229087c1b9 /linux/drivers/media/dvb/frontends/Kconfig | |
parent | f46b85426d01f8ce77fd9a4a036cc0345ae1c4be (diff) | |
parent | 20fb47094020b409938d349c2f3b9719175858d7 (diff) | |
download | mediapointer-dvb-s2-1813bac623f51df9f0d329a3470cb942cf602b8c.tar.gz mediapointer-dvb-s2-1813bac623f51df9f0d329a3470cb942cf602b8c.tar.bz2 |
merge: http://jusst.de/hg/v4l-dvb
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/Kconfig | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index 69eb1f8eb..2470d88e9 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -12,6 +12,25 @@ config DVB_FE_CUSTOMISE If unsure say N. +comment "Multistandard (satellite) frontends" + depends on DVB_CORE + +config DVB_STB0899 + tristate "STB0899 based" + depends on DVB_CORE && I2C + default m if DVB_FE_CUSTOMISE + help + 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 && I2C + default m if DVB_FE_CUSTOMISE + 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 @@ -78,6 +97,13 @@ config DVB_TDA10086 help A DVB-S tuner module. Say Y when you want to support this frontend. +config DVB_TDA8261 + tristate "Philips TDA8261 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_VES1X93 tristate "VLSI VES1893 or VES1993 based" depends on DVB_CORE && I2C |