diff options
| author | Holger Waechtler <devnull@localhost> | 2003-04-20 08:15:32 +0000 |
|---|---|---|
| committer | Holger Waechtler <devnull@localhost> | 2003-04-20 08:15:32 +0000 |
| commit | 5811bc6336082441bbc23762a011cb814d4f23db (patch) | |
| tree | 7805a09318f8f333736f3ed0f46e6939128255fa /linux/drivers/media/dvb/frontends/Kconfig | |
| parent | 96245fc3048291b4ccea9eae8ebb882c1ec849e0 (diff) | |
| download | mediapointer-dvb-s2-5811bc6336082441bbc23762a011cb814d4f23db.tar.gz mediapointer-dvb-s2-5811bc6336082441bbc23762a011cb814d4f23db.tar.bz2 | |
add cx24110 driver and remove LINUX_VERSION_CODE checks from regular code -
these belong to compat.h...
maybe we want to change the devfs_mk_dir() declaration to follow >2.5.66
semantics by default, but this would require a few more lines of code
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
| -rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index e9c68eb93..49016aa1b 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -5,10 +5,9 @@ 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 frontend based on this - demodulator. + The stv0299 by ST is used in many DVB-S tuner modules, + say Y when you want to support frontends based on this + DVB-S demodulator. Some examples are the Alps BSRU6, the Philips SU1278 and the LG TDQB-S00x. @@ -63,6 +62,17 @@ config DVB_ATMEL_AT76C651 DVB adapter simply enable all supported frontends, the right one will get autodetected. +config DVB_CX24110 + tristate "Frontends with Connexant CX24110 demodulator (QPSK)" + depends on DVB_CORE + help + The CX24110 Demodulator is used in some DVB-S frontends. + Say Y if you want support for this chip in your kernel. + + If you don't know what tuner module is soldered on your + DVB adapter simply enable all supported frontends, the + right one will get autodetected. + config DVB_GRUNDIG_29504_491 tristate "Grundig 29504-491 (QPSK)" depends on DVB_CORE |
