Kconfig 614 B

1234567891011121314151617181920212223
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. if DVB_CORE && FIREWIRE
  3. comment "FireWire (IEEE 1394) Adapters"
  4. config DVB_FIREDTV
  5. tristate "FireDTV and FloppyDTV"
  6. help
  7. Support for DVB receivers from Digital Everywhere
  8. which are connected via IEEE 1394 (FireWire).
  9. These devices don't have an MPEG decoder built in,
  10. so you need an external software decoder to watch TV.
  11. To compile this driver as a module, say M here:
  12. the module will be called firedtv.
  13. if DVB_FIREDTV
  14. config DVB_FIREDTV_INPUT
  15. def_bool INPUT = y || (INPUT = m && DVB_FIREDTV = m)
  16. endif # DVB_FIREDTV
  17. endif # DVB_CORE && FIREWIRE