linux/drivers/media/usb/b2c2/Kconfig
<<
>>
Prefs
   1# SPDX-License-Identifier: GPL-2.0-only
   2config DVB_B2C2_FLEXCOP_USB
   3        tristate "Technisat/B2C2 Air/Sky/Cable2PC USB"
   4        depends on DVB_CORE && I2C
   5        help
   6          Support for the Air/Sky/Cable2PC USB1.1 box (DVB/ATSC) by Technisat/B2C2,
   7
   8          Say Y if you own such a device and want to use it.
   9
  10config DVB_B2C2_FLEXCOP_USB_DEBUG
  11        bool "Enable debug for the B2C2 FlexCop drivers"
  12        depends on DVB_B2C2_FLEXCOP_USB
  13        select DVB_B2C2_FLEXCOP_DEBUG
  14        help
  15          Say Y if you want to enable the module option to control debug messages
  16          of all B2C2 FlexCop drivers.
  17