diff options
author | Luca Olivetti <luca@ventoso.org> | 2007-05-07 15:57:57 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-18 13:23:27 -0400 |
commit | e62a42090cdeaa6bbd3d22fa25309592c5eebbbd (patch) | |
tree | adfe31c149dec7ae5e320a62cd3e9ca09b67481c /drivers/media/dvb/dvb-usb/Kconfig | |
parent | af4e067e1dcf926d9523dff11e46c45fd9fa9da2 (diff) |
V4L/DVB (5626): Marked af9005 driver as experimental and fix dependencies
Marked af9005 driver as experimental and add dependency for qt1010;
Added a dependency on qt1010 in Kconfig;
Corrected the experimental gain reduction of the mt2060 in case of
strong signal (though it is code included in #ifdef 0).
Signed-off-by: Luca Olivetti <luca@ventoso.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/Kconfig')
-rw-r--r-- | drivers/media/dvb/dvb-usb/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/Kconfig b/drivers/media/dvb/dvb-usb/Kconfig index c56f38d90f31..f5e496d65224 100644 --- a/drivers/media/dvb/dvb-usb/Kconfig +++ b/drivers/media/dvb/dvb-usb/Kconfig | |||
@@ -221,8 +221,9 @@ config DVB_USB_OPERA1 | |||
221 | 221 | ||
222 | config DVB_USB_AF9005 | 222 | config DVB_USB_AF9005 |
223 | tristate "Afatech AF9005 DVB-T USB1.1 support" | 223 | tristate "Afatech AF9005 DVB-T USB1.1 support" |
224 | depends on DVB_USB | 224 | depends on DVB_USB && EXPERIMENTAL |
225 | select DVB_TUNER_MT2060 if !DVB_FE_CUSTOMISE | 225 | select DVB_TUNER_MT2060 if !DVB_FE_CUSTOMISE |
226 | select DVB_TUNER_QT1010 if !DVB_FE_CUSTOMISE | ||
226 | help | 227 | help |
227 | Say Y here to support the Afatech AF9005 based DVB-T USB1.1 receiver | 228 | Say Y here to support the Afatech AF9005 based DVB-T USB1.1 receiver |
228 | and the TerraTec Cinergy T USB XE (Rev.1) | 229 | and the TerraTec Cinergy T USB XE (Rev.1) |