Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 if DVB_CORE && FIREWIRE
0003 comment "FireWire (IEEE 1394) Adapters"
0004 
0005 config DVB_FIREDTV
0006         tristate "FireDTV and FloppyDTV"
0007         help
0008           Support for DVB receivers from Digital Everywhere
0009           which are connected via IEEE 1394 (FireWire).
0010 
0011           These devices don't have an MPEG decoder built in,
0012           so you need an external software decoder to watch TV.
0013 
0014           To compile this driver as a module, say M here:
0015           the module will be called firedtv.
0016 
0017 if DVB_FIREDTV
0018 
0019 config DVB_FIREDTV_INPUT
0020         def_bool INPUT = y || (INPUT = m && DVB_FIREDTV = m)
0021 
0022 endif # DVB_FIREDTV
0023 endif # DVB_CORE && FIREWIRE