Commit | Line | Data |
---|---|---|
2add87a9 JS |
1 | config DVB_B2C2_FLEXCOP |
2 | tristate "Technisat/B2C2 FlexCopII(b) and FlexCopIII adapters" | |
3c2c5491 | 3 | depends on DVB_CORE && I2C |
c482d4f6 | 4 | select DVB_PLL |
17aafcc6 AQ |
5 | select DVB_STV0299 if !DVB_FE_CUSTOMISE |
6 | select DVB_MT352 if !DVB_FE_CUSTOMISE | |
7 | select DVB_MT312 if !DVB_FE_CUSTOMISE | |
8 | select DVB_NXT200X if !DVB_FE_CUSTOMISE | |
9 | select DVB_STV0297 if !DVB_FE_CUSTOMISE | |
10 | select DVB_BCM3510 if !DVB_FE_CUSTOMISE | |
11 | select DVB_LGDT330X if !DVB_FE_CUSTOMISE | |
2add87a9 JS |
12 | help |
13 | Support for the digital TV receiver chip made by B2C2 Inc. included in | |
14 | Technisats PCI cards and USB boxes. | |
15 | ||
16 | Say Y if you own such a device and want to use it. | |
17 | ||
18 | config DVB_B2C2_FLEXCOP_PCI | |
19 | tristate "Technisat/B2C2 Air/Sky/Cable2PC PCI" | |
3c2c5491 | 20 | depends on DVB_B2C2_FLEXCOP && PCI && I2C |
2add87a9 JS |
21 | help |
22 | Support for the Air/Sky/CableStar2 PCI card (DVB/ATSC) by Technisat/B2C2. | |
23 | ||
24 | Say Y if you own such a device and want to use it. | |
25 | ||
26 | config DVB_B2C2_FLEXCOP_USB | |
27 | tristate "Technisat/B2C2 Air/Sky/Cable2PC USB" | |
3c2c5491 | 28 | depends on DVB_B2C2_FLEXCOP && USB && I2C |
2add87a9 JS |
29 | help |
30 | Support for the Air/Sky/Cable2PC USB1.1 box (DVB/ATSC) by Technisat/B2C2, | |
31 | ||
32 | Say Y if you own such a device and want to use it. | |
33 | ||
34 | config DVB_B2C2_FLEXCOP_DEBUG | |
35 | bool "Enable debug for the B2C2 FlexCop drivers" | |
36 | depends on DVB_B2C2_FLEXCOP | |
37 | help | |
38 | Say Y if you want to enable the module option to control debug messages | |
39 | of all B2C2 FlexCop drivers. |