blob: 43a695d505a0a18d0ccd6d0f73a44cc2ac79fdc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
config DVB_USB
tristate "Support for various USB DVB devices"
depends on DVB_CORE && USB
select FW_LOADER
help
By enabling this you will be able to choose the various USB 1.1 and
USB2.0 DVB devices.
Almost every USB device needs a firmware, please look into
<file:Documentation/dvb/README.dvb-usb>
Say Y if you own an USB DVB device.
config DVB_USB_DEBUG
bool "Enable extended debug support for all DVB-USB devices"
depends on DVB_USB
help
Say Y if you want to enable debuging. See modinfo dvb-usb (and the
appropriate drivers) for debug levels.
config DVB_USB_VP7045
tristate "TwinhanDTV Alpha / MagicBox II DVB-T USB2.0 support
depends on DVB_USB
help
Say Y here to support the TwinhanDTV Alpha (stick) or the MagicBox II
DVB-T USB2.0 devices.
|