diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-04-18 20:34:00 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:09:42 -0400 |
commit | 265a6510629ab39f33ece43a857089dd37978184 (patch) | |
tree | 021773e15d68f7d99c571d723a48397ae9cf9ef5 /drivers/media/dvb/frontends/Kconfig | |
parent | c8234ea37fb8b7a904223672edf36d269ea569a2 (diff) |
V4L/DVB (7621): Add support for Hauppauge HVR950Q/HVR850/FusioHDTV7-USB
Including support for the AU0828 USB Bridge.
Including support for the AU8522 ATSC/QAM Demodulator.
Including support for the AU8522 ATSC/QAM Demodulator.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
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 4284a3092c14..ae3659be323f 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -291,6 +291,14 @@ config DVB_S5H1409 | |||
291 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | 291 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want |
292 | to support this frontend. | 292 | to support this frontend. |
293 | 293 | ||
294 | config DVB_AU8522 | ||
295 | tristate "Auvitek AU8522 based" | ||
296 | depends on DVB_CORE && I2C | ||
297 | default m if DVB_FE_CUSTOMISE | ||
298 | help | ||
299 | An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want | ||
300 | to support this frontend. | ||
301 | |||
294 | comment "Tuners/PLL support" | 302 | comment "Tuners/PLL support" |
295 | depends on DVB_CORE | 303 | depends on DVB_CORE |
296 | 304 | ||