Kconfig 544 B

12345678910111213141516
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config DVB_B2C2_FLEXCOP_PCI
  3. tristate "Technisat/B2C2 Air/Sky/Cable2PC PCI"
  4. depends on DVB_CORE && I2C
  5. help
  6. Support for the Air/Sky/CableStar2 PCI card (DVB/ATSC) by Technisat/B2C2.
  7. Say Y if you own such a device and want to use it.
  8. config DVB_B2C2_FLEXCOP_PCI_DEBUG
  9. bool "Enable debug for the B2C2 FlexCop drivers"
  10. depends on DVB_B2C2_FLEXCOP_PCI
  11. select DVB_B2C2_FLEXCOP_DEBUG
  12. help
  13. Say Y if you want to enable the module option to control debug messages
  14. of all B2C2 FlexCop drivers.