aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/Kconfig
diff options
context:
space:
mode:
authorAndrew de Quincey <adq_dvb@lidskialf.net>2006-08-08 08:10:08 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-09-26 10:53:25 -0400
commit102a342bb9672f67a34fd185803aaded4ce8dd0f (patch)
tree2dffbcbe618d16036c5e3227e8bd003714553b0b /drivers/media/dvb/dvb-usb/Kconfig
parent2bfe031df6bd5e3b8e503eba8e3b6461d7c2c27e (diff)
V4L/DVB (4387): Add Kconfig infrastructure for dvb_attach
Allow it to be en/disabled Disable it in < 2.6.17 due to symbol_xxx() bug Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> Acked-by: Michael Krufky <mkrufky@linuxtv.org> Acked-by: Trent Piepho <xyzzy@speakeasy.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/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/media/dvb/dvb-usb/Kconfig b/drivers/media/dvb/dvb-usb/Kconfig
index 75824b77198a..d9f13adc87a8 100644
--- a/drivers/media/dvb/dvb-usb/Kconfig
+++ b/drivers/media/dvb/dvb-usb/Kconfig
@@ -86,10 +86,10 @@ config DVB_USB_UMT_010
86config DVB_USB_CXUSB 86config DVB_USB_CXUSB
87 tristate "Conexant USB2.0 hybrid reference design support" 87 tristate "Conexant USB2.0 hybrid reference design support"
88 depends on DVB_USB 88 depends on DVB_USB
89 select DVB_CX22702 89 select DVB_CX22702 if !DVB_FE_CUSTOMISE
90 select DVB_LGDT330X 90 select DVB_LGDT330X if !DVB_FE_CUSTOMISE
91 select DVB_MT352 91 select DVB_MT352 if !DVB_FE_CUSTOMISE
92 select DVB_ZL10353 92 select DVB_ZL10353 if !DVB_FE_CUSTOMISE
93 help 93 help
94 Say Y here to support the Conexant USB2.0 hybrid reference design. 94 Say Y here to support the Conexant USB2.0 hybrid reference design.
95 Currently, only DVB and ATSC modes are supported, analog mode 95 Currently, only DVB and ATSC modes are supported, analog mode
@@ -101,8 +101,8 @@ config DVB_USB_CXUSB
101config DVB_USB_DIGITV 101config DVB_USB_DIGITV
102 tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support" 102 tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support"
103 depends on DVB_USB 103 depends on DVB_USB
104 select DVB_NXT6000 104 select DVB_NXT6000 if !DVB_FE_CUSTOMISE
105 select DVB_MT352 105 select DVB_MT352 if !DVB_FE_CUSTOMISE
106 help 106 help
107 Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver. 107 Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver.
108 108