diff options
| author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-30 05:51:07 -0200 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-30 05:51:07 -0200 |
| commit | 51f4c3f28fbfcbeff8b9ff3df1e0178b8e27c5a0 (patch) | |
| tree | 02f556b7fe28c348e1ea009c57999c985de8f3b9 /linux/drivers/media/dvb/frontends/Kconfig | |
| parent | 709958b74274a916790bc589e5d31ef95f90be86 (diff) | |
| parent | 3406a0aa7630cd74e82a090e2c2c9b2f00152481 (diff) | |
| download | mediapointer-dvb-s2-51f4c3f28fbfcbeff8b9ff3df1e0178b8e27c5a0.tar.gz mediapointer-dvb-s2-51f4c3f28fbfcbeff8b9ff3df1e0178b8e27c5a0.tar.bz2 | |
merge: http://linuxtv.org/hg/~awalls/cx18-bugfix
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Priority: normal
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 |
