brintos

brintos / linux-shallow public Read only

0
0
Text · 614 B · 0c1f326 Raw
24 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2if DVB_CORE && FIREWIRE3comment "FireWire (IEEE 1394) Adapters"4 5config DVB_FIREDTV6	tristate "FireDTV and FloppyDTV"7	help8	  Support for DVB receivers from Digital Everywhere9	  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 17if DVB_FIREDTV18 19config DVB_FIREDTV_INPUT20	def_bool INPUT = y || (INPUT = m && DVB_FIREDTV = m)21 22endif # DVB_FIREDTV23endif # DVB_CORE && FIREWIRE24