Kconfig 553 B

123456789101112131415161718192021
  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. These devices don't have an MPEG decoder built in,
  9. so you need an external software decoder to watch TV.
  10. To compile this driver as a module, say M here:
  11. the module will be called firedtv.
  12. if DVB_FIREDTV
  13. config DVB_FIREDTV_INPUT
  14. def_bool INPUT = y || (INPUT = m && DVB_FIREDTV = m)
  15. endif # DVB_FIREDTV