aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/Kconfig
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2012-08-01 13:44:06 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-04 06:56:28 -0400
commit597843435c0a6421d687a5f7a1ce11548e7cd6e1 (patch)
tree94113ece81f2a4bbf0ac144f07c6694e20baebe2 /drivers/media/dvb/dvb-usb/Kconfig
parent3238aafbc3f860d685fc96b5b93a2f14decaec2e (diff)
[media] dvb_usb_v2: enable compile
Compilation was disabled as it was failing with allyesconfig. Rename duplicate functions and enable building. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/Kconfig')
-rw-r--r--drivers/media/dvb/dvb-usb/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/Kconfig b/drivers/media/dvb/dvb-usb/Kconfig
index c2161565023a..a6ffdb322041 100644
--- a/drivers/media/dvb/dvb-usb/Kconfig
+++ b/drivers/media/dvb/dvb-usb/Kconfig
@@ -13,6 +13,21 @@ config DVB_USB
13 13
14 Say Y if you own a USB DVB device. 14 Say Y if you own a USB DVB device.
15 15
16config DVB_USB_V2
17 tristate "Support for various USB DVB devices v2"
18 depends on DVB_CORE && USB && I2C && RC_CORE
19 help
20 By enabling this you will be able to choose the various supported
21 USB1.1 and USB2.0 DVB devices.
22
23 Almost every USB device needs a firmware, please look into
24 <file:Documentation/dvb/README.dvb-usb>.
25
26 For a complete list of supported USB devices see the LinuxTV DVB Wiki:
27 <http://www.linuxtv.org/wiki/index.php/DVB_USB>
28
29 Say Y if you own a USB DVB device.
30
16config DVB_USB_DEBUG 31config DVB_USB_DEBUG
17 bool "Enable extended debug support for all DVB-USB devices" 32 bool "Enable extended debug support for all DVB-USB devices"
18 depends on DVB_USB 33 depends on DVB_USB