aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-01-21 13:56:46 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-21 10:35:30 -0500
commitd4130b18f7ae5adfe2fd5761e31803554d090aa9 (patch)
tree056b4391ef58dbd4fc6198d7470004f7a8268f87 /drivers/media
parent4c7e3ea92da379c4f31500a65680862d8c898dee (diff)
V4L/DVB (5238): Kconfig: qt1010 should be selected by gl861 and au6610
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/dvb/dvb-usb/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/Kconfig b/drivers/media/dvb/dvb-usb/Kconfig
index 6cbbaade73a5..80f67a51b908 100644
--- a/drivers/media/dvb/dvb-usb/Kconfig
+++ b/drivers/media/dvb/dvb-usb/Kconfig
@@ -124,6 +124,7 @@ config DVB_USB_GL861
124 tristate "Genesys Logic GL861 USB2.0 support" 124 tristate "Genesys Logic GL861 USB2.0 support"
125 depends on DVB_USB 125 depends on DVB_USB
126 select DVB_ZL10353 if !DVB_FE_CUSTOMISE 126 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
127 select DVB_TUNER_QT1010 if !DVB_FE_CUSTOMISE
127 help 128 help
128 Say Y here to support the MSI Megasky 580 (55801) DVB-T USB2.0 129 Say Y here to support the MSI Megasky 580 (55801) DVB-T USB2.0
129 receiver with USB ID 0db0:5581. 130 receiver with USB ID 0db0:5581.
@@ -132,6 +133,7 @@ config DVB_USB_AU6610
132 tristate "Alcor Micro AU6610 USB2.0 support" 133 tristate "Alcor Micro AU6610 USB2.0 support"
133 depends on DVB_USB 134 depends on DVB_USB
134 select DVB_ZL10353 if !DVB_FE_CUSTOMISE 135 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
136 select DVB_TUNER_QT1010 if !DVB_FE_CUSTOMISE
135 help 137 help
136 Say Y here to support the Sigmatek DVB-110 DVB-T USB2.0 receiver. 138 Say Y here to support the Sigmatek DVB-110 DVB-T USB2.0 receiver.
137 139