Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. config DVB_B2C2_FLEXCOP
  2. tristate "Technisat/B2C2 FlexCopII(b) and FlexCopIII adapters"
  3. depends on DVB_CORE
  4. select DVB_STV0299
  5. select DVB_MT352
  6. select DVB_MT312
  7. select DVB_NXT2002
  8. select DVB_STV0297
  9. select DVB_BCM3510
  10. select DVB_LGDT330X
  11. help
  12. Support for the digital TV receiver chip made by B2C2 Inc. included in
  13. Technisats PCI cards and USB boxes.
  14. Say Y if you own such a device and want to use it.
  15. config DVB_B2C2_FLEXCOP_PCI
  16. tristate "Technisat/B2C2 Air/Sky/Cable2PC PCI"
  17. depends on DVB_B2C2_FLEXCOP && PCI
  18. help
  19. Support for the Air/Sky/CableStar2 PCI card (DVB/ATSC) by Technisat/B2C2.
  20. Say Y if you own such a device and want to use it.
  21. config DVB_B2C2_FLEXCOP_USB
  22. tristate "Technisat/B2C2 Air/Sky/Cable2PC USB"
  23. depends on DVB_B2C2_FLEXCOP && USB
  24. help
  25. Support for the Air/Sky/Cable2PC USB1.1 box (DVB/ATSC) by Technisat/B2C2,
  26. Say Y if you own such a device and want to use it.
  27. config DVB_B2C2_FLEXCOP_DEBUG
  28. bool "Enable debug for the B2C2 FlexCop drivers"
  29. depends on DVB_B2C2_FLEXCOP
  30. help
  31. Say Y if you want to enable the module option to control debug messages
  32. of all B2C2 FlexCop drivers.