diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/common/b2c2/Kconfig | 7 | ||||
-rw-r--r-- | drivers/media/pci/b2c2/Kconfig | 8 | ||||
-rw-r--r-- | drivers/media/usb/b2c2/Kconfig | 8 |
3 files changed, 18 insertions, 5 deletions
diff --git a/drivers/media/common/b2c2/Kconfig b/drivers/media/common/b2c2/Kconfig index 29149de6698..1df9e578daa 100644 --- a/drivers/media/common/b2c2/Kconfig +++ b/drivers/media/common/b2c2/Kconfig | |||
@@ -23,9 +23,6 @@ config DVB_B2C2_FLEXCOP | |||
23 | 23 | ||
24 | Say Y if you own such a device and want to use it. | 24 | Say Y if you own such a device and want to use it. |
25 | 25 | ||
26 | # Selected via the PCI or USB flexcop drivers | ||
26 | config DVB_B2C2_FLEXCOP_DEBUG | 27 | config DVB_B2C2_FLEXCOP_DEBUG |
27 | bool "Enable debug for the B2C2 FlexCop drivers" | 28 | bool |
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. | ||
diff --git a/drivers/media/pci/b2c2/Kconfig b/drivers/media/pci/b2c2/Kconfig index aaa1f30f1ae..78ced474aa8 100644 --- a/drivers/media/pci/b2c2/Kconfig +++ b/drivers/media/pci/b2c2/Kconfig | |||
@@ -4,3 +4,11 @@ config DVB_B2C2_FLEXCOP_PCI | |||
4 | Support for the Air/Sky/CableStar2 PCI card (DVB/ATSC) by Technisat/B2C2. | 4 | Support for the Air/Sky/CableStar2 PCI card (DVB/ATSC) by Technisat/B2C2. |
5 | 5 | ||
6 | Say Y if you own such a device and want to use it. | 6 | Say Y if you own such a device and want to use it. |
7 | |||
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. | ||
diff --git a/drivers/media/usb/b2c2/Kconfig b/drivers/media/usb/b2c2/Kconfig index 3af7c415547..ba16583c5e1 100644 --- a/drivers/media/usb/b2c2/Kconfig +++ b/drivers/media/usb/b2c2/Kconfig | |||
@@ -4,3 +4,11 @@ config DVB_B2C2_FLEXCOP_USB | |||
4 | Support for the Air/Sky/Cable2PC USB1.1 box (DVB/ATSC) by Technisat/B2C2, | 4 | Support for the Air/Sky/Cable2PC USB1.1 box (DVB/ATSC) by Technisat/B2C2, |
5 | 5 | ||
6 | Say Y if you own such a device and want to use it. | 6 | Say Y if you own such a device and want to use it. |
7 | |||
8 | config DVB_B2C2_FLEXCOP_USB_DEBUG | ||
9 | bool "Enable debug for the B2C2 FlexCop drivers" | ||
10 | depends on DVB_B2C2_FLEXCOP_USB | ||
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. | ||