]> Git Repo - linux.git/blob - drivers/media/firewire/Kconfig
KVM: x86: fix CPUID entries returned by KVM_GET_CPUID2 ioctl
[linux.git] / drivers / media / firewire / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 if DVB_CORE && FIREWIRE
3 comment "FireWire (IEEE 1394) Adapters"
4
5 config DVB_FIREDTV
6         tristate "FireDTV and FloppyDTV"
7         help
8           Support for DVB receivers from Digital Everywhere
9           which are connected via IEEE 1394 (FireWire).
10
11           These devices don't have an MPEG decoder built in,
12           so you need an external software decoder to watch TV.
13
14           To compile this driver as a module, say M here:
15           the module will be called firedtv.
16
17 if DVB_FIREDTV
18
19 config DVB_FIREDTV_INPUT
20         def_bool INPUT = y || (INPUT = m && DVB_FIREDTV = m)
21
22 endif # DVB_FIREDTV
23 endif # DVB_CORE && FIREWIRE
This page took 0.03622 seconds and 4 git commands to generate.