diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-18 18:34:00 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-18 18:34:00 -0300 |
commit | f75dce1c5a4e67aa7abffea6a320e23b1c33341e (patch) | |
tree | e43f6adad33e4dedb5ccb8c5d0f6da7a5b361193 /linux/drivers/media/dvb/frontends/Kconfig | |
parent | b13151ad9db4a75aba8551e7cfb95cb9f34c1283 (diff) | |
download | mediapointer-dvb-s2-f75dce1c5a4e67aa7abffea6a320e23b1c33341e.tar.gz mediapointer-dvb-s2-f75dce1c5a4e67aa7abffea6a320e23b1c33341e.tar.bz2 |
Add support for Hauppauge HVR950Q/HVR850/FusioHDTV7-USB
From: Steven Toth <stoth@hauppauge.com>
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 '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 4284a3092..ae3659be3 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -291,6 +291,14 @@ config DVB_S5H1409 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want to support this frontend. +config DVB_AU8522 + tristate "Auvitek AU8522 based" + depends on DVB_CORE && I2C + default m if DVB_FE_CUSTOMISE + help + An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want + to support this frontend. + comment "Tuners/PLL support" depends on DVB_CORE |