diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2008-11-23 14:26:54 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 06:38:34 -0500 |
commit | 4c48ae8e8a490f16abbd874602135bcd83c84f26 (patch) | |
tree | bfc24684580dc6ddffb462092b288917ba424f69 /drivers/media/dvb/frontends/Kconfig | |
parent | 2bdd29cf3d4d32e4371fbd6b27ea171f2c1f0836 (diff) |
V4L/DVB (9811): Add support for the CX24113 DVB-S tuner driver
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.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 2470d88e901a..00269560793a 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -118,6 +118,14 @@ config DVB_TUNER_ITD1000 | |||
118 | help | 118 | help |
119 | A DVB-S tuner module. Say Y when you want to support this frontend. | 119 | A DVB-S tuner module. Say Y when you want to support this frontend. |
120 | 120 | ||
121 | config DVB_TUNER_CX24113 | ||
122 | tristate "Conexant CX24113/CX24128 tuner for DVB-S/DSS" | ||
123 | depends on DVB_CORE && I2C | ||
124 | default m if DVB_FE_CUSTOMISE | ||
125 | help | ||
126 | A DVB-S tuner module. Say Y when you want to support this frontend. | ||
127 | |||
128 | |||
121 | config DVB_TDA826X | 129 | config DVB_TDA826X |
122 | tristate "Philips TDA826X silicon tuner" | 130 | tristate "Philips TDA826X silicon tuner" |
123 | depends on DVB_CORE && I2C | 131 | depends on DVB_CORE && I2C |