Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only
2config DVB_FIREDTV
3 tristate "FireDTV and FloppyDTV"
4 depends on DVB_CORE && FIREWIRE
5 help
6 Support for DVB receivers from Digital Everywhere
7 which are connected via IEEE 1394 (FireWire).
8
9 These devices don't have an MPEG decoder built in,
10 so you need an external software decoder to watch TV.
11
12 To compile this driver as a module, say M here:
13 the module will be called firedtv.
14
15if DVB_FIREDTV
16
17config DVB_FIREDTV_INPUT
18 def_bool INPUT = y || (INPUT = m && DVB_FIREDTV = m)
19
20endif # DVB_FIREDTV