aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/dvb/dvb-usb/Kconfig8
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/media/dvb/dvb-usb/Kconfig b/drivers/media/dvb/dvb-usb/Kconfig
index b35d7f0db9aa..aee3b5dd651b 100644
--- a/drivers/media/dvb/dvb-usb/Kconfig
+++ b/drivers/media/dvb/dvb-usb/Kconfig
@@ -247,12 +247,14 @@ config DVB_USB_AF9005_REMOTE
247 Afatech AF9005 based receiver. 247 Afatech AF9005 based receiver.
248 248
249config DVB_USB_DW2102 249config DVB_USB_DW2102
250 tristate "DvbWorld 2102 DVB-S USB2.0 receiver" 250 tristate "DvbWorld DVB-S/S2 USB2.0 support"
251 depends on DVB_USB 251 depends on DVB_USB
252 select DVB_STV0299 if !DVB_FE_CUSTOMISE
253 select DVB_PLL if !DVB_FE_CUSTOMISE 252 select DVB_PLL if !DVB_FE_CUSTOMISE
253 select DVB_STV0299 if !DVB_FE_CUSTOMISE
254 select DVB_CX24116 if !DVB_FE_CUSTOMISE
254 help 255 help
255 Say Y here to support the DvbWorld 2102 DVB-S USB2.0 receiver. 256 Say Y here to support the DvbWorld DVB-S/S2 USB2.0 receivers
257 and the TeVii S650.
256 258
257config DVB_USB_ANYSEE 259config DVB_USB_ANYSEE
258 tristate "Anysee DVB-T/C USB2.0 support" 260 tristate "Anysee DVB-T/C USB2.0 support"