diff options
| author | Johannes Stezenbach <devnull@localhost> | 2005-11-20 00:51:48 +0000 |
|---|---|---|
| committer | Johannes Stezenbach <devnull@localhost> | 2005-11-20 00:51:48 +0000 |
| commit | d72f5629f024e27002ac1226f3504732f8995adf (patch) | |
| tree | 0dcf4f73a37bad13252ec26cbf11da54e09ead8c /linux/drivers/media/dvb/frontends/Kconfig | |
| parent | 88e8a6e0d7c700312c9f1727ee91f2ca174ee66f (diff) | |
| download | mediapointer-dvb-s2-d72f5629f024e27002ac1226f3504732f8995adf.tar.gz mediapointer-dvb-s2-d72f5629f024e27002ac1226f3504732f8995adf.tar.bz2 | |
From: Steve Toth <stoth@hauppauge.com>
Added demodulator driver for Nova-S-Plus and Nova-SE2 DVB-S support.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
| -rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index 65d1c669e..0ecd9dcba 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -16,6 +16,12 @@ config DVB_CX24110 help A DVB-S tuner module. Say Y when you want to support this frontend. +config DVB_CX24123 + tristate "Conexant CX24123 based" + depends on DVB_CORE + help + A DVB-S tuner module. Say Y when you want to support this frontend. + config DVB_TDA8083 tristate "Philips TDA8083 based" depends on DVB_CORE |
