diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2008-11-23 20:26:54 +0100 |
---|---|---|
committer | Patrick Boettcher <pb@linuxtv.org> | 2008-11-23 20:26:54 +0100 |
commit | f60183b96cdd33d9d00bde6f769048c15bb27c4c (patch) | |
tree | dd2ec2c47b5d90493a1629b8b8e58ad379b3ae21 /linux/drivers/media/dvb/frontends/Kconfig | |
parent | b0d6553d68b8a1ffded1620af3daf811d387fa31 (diff) | |
download | mediapointer-dvb-s2-f60183b96cdd33d9d00bde6f769048c15bb27c4c.tar.gz mediapointer-dvb-s2-f60183b96cdd33d9d00bde6f769048c15bb27c4c.tar.bz2 |
Add support for the CX24113 DVB-S tuner driver
From: Patrick Boettcher <pb@linuxtv.org>
This commit adds support for the CX24113 DVB-S tuner driver and thus support for the Technisat Skystar2 revision 2.8.
The driver was created with the help of Technisat. Thank you very much.
Priority: normal
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index 2470d88e9..002695607 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -118,6 +118,14 @@ config DVB_TUNER_ITD1000 help A DVB-S tuner module. Say Y when you want to support this frontend. +config DVB_TUNER_CX24113 + tristate "Conexant CX24113/CX24128 tuner for DVB-S/DSS" + 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_TDA826X tristate "Philips TDA826X silicon tuner" depends on DVB_CORE && I2C |