diff options
author | Antti Palosaari <crope@iki.fi> | 2011-08-01 00:07:39 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-09-21 09:01:16 -0400 |
commit | de8e42035014214708d9e32e12fe6d42a5ae59d1 (patch) | |
tree | 419a5caf485a785201624290a9bd81f3b5b23bb5 /drivers/media/dvb/frontends/Kconfig | |
parent | 85bc9b510aae310ac5530ae364b1145b5cc0ce68 (diff) |
[media] tda10071: NXP TDA10071 DVB-S/S2 driver
NXP TDA10071 DVB-S/S2 demodulator & Conexant CX24118A tuner combo driver
Signed-off-by: Antti Palosaari <crope@iki.fi>
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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 8e1a18337246..28fbb5c8c0a3 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -236,6 +236,13 @@ config DVB_MB86A16 | |||
236 | A DVB-S/DSS Direct Conversion reveiver. | 236 | A DVB-S/DSS Direct Conversion reveiver. |
237 | Say Y when you want to support this frontend. | 237 | Say Y when you want to support this frontend. |
238 | 238 | ||
239 | config DVB_TDA10071 | ||
240 | tristate "NXP TDA10071" | ||
241 | depends on DVB_CORE && I2C | ||
242 | default m if DVB_FE_CUSTOMISE | ||
243 | help | ||
244 | Say Y when you want to support this frontend. | ||
245 | |||
239 | comment "DVB-T (terrestrial) frontends" | 246 | comment "DVB-T (terrestrial) frontends" |
240 | depends on DVB_CORE | 247 | depends on DVB_CORE |
241 | 248 | ||