summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-usb/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-05-07 16:57:57 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-05-07 16:57:57 -0300
commit2f3950ef850d0983cce8573e8fc7f194d7008137 (patch)
tree0874be7cf9d942312798387b22c96fa3bb6cbcd4 /linux/drivers/media/dvb/dvb-usb/Kconfig
parentbdfdce6729f2b17dbd9bcf08760806e98e27e9ca (diff)
downloadmediapointer-dvb-s2-2f3950ef850d0983cce8573e8fc7f194d7008137.tar.gz
mediapointer-dvb-s2-2f3950ef850d0983cce8573e8fc7f194d7008137.tar.bz2
Marked af9005 driver as experimental and add dependendy for qt1010
From: Luca Olivetti <luca@ventoso.org> Marked af9005 driver as experimental and add dependendy 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 'linux/drivers/media/dvb/dvb-usb/Kconfig')
-rw-r--r--linux/drivers/media/dvb/dvb-usb/Kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/Kconfig b/linux/drivers/media/dvb/dvb-usb/Kconfig
index 09a1b2a4f..f5e496d65 100644
--- a/linux/drivers/media/dvb/dvb-usb/Kconfig
+++ b/linux/drivers/media/dvb/dvb-usb/Kconfig
@@ -221,8 +221,9 @@ config DVB_USB_OPERA1
config DVB_USB_AF9005
tristate "Afatech AF9005 DVB-T USB1.1 support"
- depends on DVB_USB
+ depends on DVB_USB && EXPERIMENTAL
select DVB_TUNER_MT2060 if !DVB_FE_CUSTOMISE
+ select DVB_TUNER_QT1010 if !DVB_FE_CUSTOMISE
help
Say Y here to support the Afatech AF9005 based DVB-T USB1.1 receiver
and the TerraTec Cinergy T USB XE (Rev.1)
@@ -231,5 +232,6 @@ config DVB_USB_AF9005_REMOTE
tristate "Afatech AF9005 default remote control support"
depends on DVB_USB_AF9005
help
- Say Y here to support the default remote control decoding for the
+ Say Y here to support the default remote control decoding for the
Afatech AF9005 based receiver.
+