Merge tag 'fsnotify_for_v6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-block.git] / drivers / media / firewire / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
6a791171
MCC
2if DVB_CORE && FIREWIRE
3comment "FireWire (IEEE 1394) Adapters"
4
612262a5 5config DVB_FIREDTV
15490795 6 tristate "FireDTV and FloppyDTV"
c81c8b68 7 help
15490795
SR
8 Support for DVB receivers from Digital Everywhere
9 which are connected via IEEE 1394 (FireWire).
c81c8b68 10
15490795
SR
11 These devices don't have an MPEG decoder built in,
12 so you need an external software decoder to watch TV.
c81c8b68 13
15490795
SR
14 To compile this driver as a module, say M here:
15 the module will be called firedtv.
16
17if DVB_FIREDTV
18
15490795
SR
19config DVB_FIREDTV_INPUT
20 def_bool INPUT = y || (INPUT = m && DVB_FIREDTV = m)
21
22endif # DVB_FIREDTV
6a791171 23endif # DVB_CORE && FIREWIRE