diff options
Diffstat (limited to 'drivers/media/dvb/dvb-usb/Kconfig')
-rw-r--r-- | drivers/media/dvb/dvb-usb/Kconfig | 12 |
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 | |||
86 | config DVB_USB_CXUSB | 86 | config 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 | |||
101 | config DVB_USB_DIGITV | 101 | config 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 | ||