Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-microblaze.git] / drivers / media / firewire / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config 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
15 if DVB_FIREDTV
16
17 config DVB_FIREDTV_INPUT
18         def_bool INPUT = y || (INPUT = m && DVB_FIREDTV = m)
19
20 endif # DVB_FIREDTV