Kconfig 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. help
  10. Support for the digital TV receiver chip made by B2C2 Inc. included in
  11. Technisats PCI cards and USB boxes.
  12. Say Y if you own such a device and want to use it.
  13. config DVB_B2C2_FLEXCOP_PCI
  14. tristate "Technisat/B2C2 Air/Sky/Cable2PC PCI"
  15. depends on DVB_B2C2_FLEXCOP && PCI
  16. help
  17. Support for the Air/Sky/CableStar2 PCI card (DVB/ATSC) by Technisat/B2C2.
  18. Say Y if you own such a device and want to use it.
  19. config DVB_B2C2_FLEXCOP_USB
  20. tristate "Technisat/B2C2 Air/Sky/Cable2PC USB"
  21. depends on DVB_B2C2_FLEXCOP && USB
  22. help
  23. Support for the Air/Sky/Cable2PC USB1.1 box (DVB/ATSC) by Technisat/B2C2,
  24. Say Y if you own such a device and want to use it.
  25. config DVB_B2C2_FLEXCOP_DEBUG
  26. bool "Enable debug for the B2C2 FlexCop drivers"
  27. depends on DVB_B2C2_FLEXCOP
  28. help
  29. Say Y if you want to enable the module option to control debug messages
  30. of all B2C2 FlexCop drivers.
  31. config DVB_B2C2_SKYSTAR
  32. tristate "B2C2/Technisat Air/Sky/CableStar 2 PCI"
  33. depends on DVB_CORE && PCI
  34. select DVB_STV0299
  35. select DVB_MT352
  36. select DVB_MT312
  37. select DVB_NXT2002
  38. help
  39. Support for the Skystar2 PCI DVB card by Technisat, which
  40. is equipped with the FlexCopII chipset by B2C2, and
  41. for the B2C2/BBTI Air2PC-ATSC card.
  42. Say Y if you own such a device and want to use it.