blob: e7837da5905ba140ba7ebf7bef6311c7d6691430 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001# SPDX-License-Identifier: GPL-2.0-only
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002config 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