Kconfig 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. help
  11. Support for the digital TV receiver chip made by B2C2 Inc. included in
  12. Technisats PCI cards and USB boxes.
  13. Say Y if you own such a device and want to use it.
  14. config DVB_B2C2_FLEXCOP_PCI
  15. tristate "Technisat/B2C2 Air/Sky/Cable2PC PCI"
  16. depends on DVB_B2C2_FLEXCOP && PCI
  17. help
  18. Support for the Air/Sky/CableStar2 PCI card (DVB/ATSC) by Technisat/B2C2.
  19. Say Y if you own such a device and want to use it.
  20. config DVB_B2C2_FLEXCOP_USB
  21. tristate "Technisat/B2C2 Air/Sky/Cable2PC USB"
  22. depends on DVB_B2C2_FLEXCOP && USB
  23. help
  24. Support for the Air/Sky/Cable2PC USB1.1 box (DVB/ATSC) by Technisat/B2C2,
  25. Say Y if you own such a device and want to use it.
  26. config DVB_B2C2_FLEXCOP_DEBUG
  27. bool "Enable debug for the B2C2 FlexCop drivers"
  28. depends on DVB_B2C2_FLEXCOP
  29. help
  30. Say Y if you want to enable the module option to control debug messages
  31. of all B2C2 FlexCop drivers.