diff options
| author | Holger Waechtler <devnull@localhost> | 2002-12-23 21:25:34 +0000 |
|---|---|---|
| committer | Holger Waechtler <devnull@localhost> | 2002-12-23 21:25:34 +0000 |
| commit | 96dc63cd3ca635f5e626e16a04b9f15887d026f6 (patch) | |
| tree | f164f79eb608fa353f9e793b9ece139ff312e6ad /linux/drivers/media/dvb/frontends/Kconfig | |
| parent | 8f19e30c12a4d3b6d76a2b569cdde2e41bdd6a1c (diff) | |
| download | mediapointer-dvb-s2-96dc63cd3ca635f5e626e16a04b9f15887d026f6.tar.gz mediapointer-dvb-s2-96dc63cd3ca635f5e626e16a04b9f15887d026f6.tar.bz2 | |
generic stv0299 driver by Peter Schildmann <peter.schildmann@web.de>
replaces the old BSRU6 driver..
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
| -rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index 77be2e7a3..e9c68eb93 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -1,13 +1,17 @@ comment "Supported Frontend Modules" depends on DVB -config DVB_ALPS_BSRU6 - tristate "Alps BSRU6 (QPSK)" +config DVB_STV0299 + tristate "STV0299 based DVB-S frontend (QPSK)" depends on DVB_CORE help A DVB-S tuner module. - Say Y when you want to support this frontend. + Say Y when you want to support frontend based on this + demodulator. + + Some examples are the Alps BSRU6, the Philips SU1278 and + the LG TDQB-S00x. If you don't know what tuner module is soldered on your DVB adapter simply enable all supported frontends, the |
