diff options
-rw-r--r-- | drivers/media/video/cx88/Kconfig | 81 | ||||
-rw-r--r-- | drivers/media/video/saa7134/Kconfig | 58 |
2 files changed, 139 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/Kconfig b/drivers/media/video/cx88/Kconfig new file mode 100644 index 000000000000..3c912152121b --- /dev/null +++ b/drivers/media/video/cx88/Kconfig | |||
@@ -0,0 +1,81 @@ | |||
1 | config VIDEO_CX88 | ||
2 | tristate "Conexant 2388x (bt878 successor) support" | ||
3 | depends on VIDEO_DEV && PCI && I2C && EXPERIMENTAL | ||
4 | select I2C_ALGOBIT | ||
5 | select FW_LOADER | ||
6 | select VIDEO_BTCX | ||
7 | select VIDEO_BUF | ||
8 | select VIDEO_TUNER | ||
9 | select VIDEO_TVEEPROM | ||
10 | select VIDEO_IR | ||
11 | ---help--- | ||
12 | This is a video4linux driver for Conexant 2388x based | ||
13 | TV cards. | ||
14 | |||
15 | To compile this driver as a module, choose M here: the | ||
16 | module will be called cx8800 | ||
17 | |||
18 | config VIDEO_CX88_DVB | ||
19 | tristate "DVB/ATSC Support for cx2388x based TV cards" | ||
20 | depends on VIDEO_CX88 && DVB_CORE | ||
21 | select VIDEO_BUF_DVB | ||
22 | ---help--- | ||
23 | This adds support for DVB/ATSC cards based on the | ||
24 | Connexant 2388x chip. | ||
25 | |||
26 | To compile this driver as a module, choose M here: the | ||
27 | module will be called cx88-dvb. | ||
28 | |||
29 | You must also select one or more DVB/ATSC demodulators. | ||
30 | If you are unsure which you need, choose all of them. | ||
31 | |||
32 | config VIDEO_CX88_DVB_ALL_FRONTENDS | ||
33 | bool "Build all supported frontends for cx2388x based TV cards" | ||
34 | default y | ||
35 | depends on VIDEO_CX88_DVB | ||
36 | select DVB_MT352 | ||
37 | select DVB_OR51132 | ||
38 | select DVB_CX22702 | ||
39 | select DVB_LGDT330X | ||
40 | ---help--- | ||
41 | This builds cx88-dvb with all currently supported frontend | ||
42 | demodulators. If you wish to tweak your configuration, and | ||
43 | only include support for the hardware that you need, choose N here. | ||
44 | |||
45 | If you are unsure, choose Y. | ||
46 | |||
47 | config VIDEO_CX88_DVB_MT352 | ||
48 | tristate "Zarlink MT352 DVB-T Support" | ||
49 | default m | ||
50 | depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS | ||
51 | select DVB_MT352 | ||
52 | ---help--- | ||
53 | This adds DVB-T support for cards based on the | ||
54 | Connexant 2388x chip and the MT352 demodulator. | ||
55 | |||
56 | config VIDEO_CX88_DVB_OR51132 | ||
57 | tristate "OR51132 ATSC Support" | ||
58 | default m | ||
59 | depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS | ||
60 | select DVB_OR51132 | ||
61 | ---help--- | ||
62 | This adds ATSC 8VSB and QAM64/256 support for cards based on the | ||
63 | Connexant 2388x chip and the OR51132 demodulator. | ||
64 | |||
65 | config VIDEO_CX88_DVB_CX22702 | ||
66 | tristate "Conexant CX22702 DVB-T Support" | ||
67 | default m | ||
68 | depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS | ||
69 | select DVB_CX22702 | ||
70 | ---help--- | ||
71 | This adds DVB-T support for cards based on the | ||
72 | Connexant 2388x chip and the CX22702 demodulator. | ||
73 | |||
74 | config VIDEO_CX88_DVB_LGDT330X | ||
75 | tristate "LG Electronics DT3302/DT3303 ATSC Support" | ||
76 | default m | ||
77 | depends on VIDEO_CX88_DVB && !VIDEO_CX88_DVB_ALL_FRONTENDS | ||
78 | select DVB_LGDT330X | ||
79 | ---help--- | ||
80 | This adds ATSC 8VSB and QAM64/256 support for cards based on the | ||
81 | Connexant 2388x chip and the LGDT3302/LGDT3303 demodulator. | ||
diff --git a/drivers/media/video/saa7134/Kconfig b/drivers/media/video/saa7134/Kconfig new file mode 100644 index 000000000000..e8c89b4828ff --- /dev/null +++ b/drivers/media/video/saa7134/Kconfig | |||
@@ -0,0 +1,58 @@ | |||
1 | config VIDEO_SAA7134 | ||
2 | tristate "Philips SAA7134 support" | ||
3 | depends on VIDEO_DEV && PCI && I2C && SOUND | ||
4 | select VIDEO_BUF | ||
5 | select VIDEO_IR | ||
6 | select VIDEO_TUNER | ||
7 | select CRC32 | ||
8 | ---help--- | ||
9 | This is a video4linux driver for Philips SAA713x based | ||
10 | TV cards. | ||
11 | |||
12 | To compile this driver as a module, choose M here: the | ||
13 | module will be called saa7134. | ||
14 | |||
15 | config VIDEO_SAA7134_DVB | ||
16 | tristate "DVB Support for saa7134 based TV cards" | ||
17 | depends on VIDEO_SAA7134 && DVB_CORE | ||
18 | select VIDEO_BUF_DVB | ||
19 | ---help--- | ||
20 | This adds support for DVB cards based on the | ||
21 | Philips saa7134 chip. | ||
22 | |||
23 | To compile this driver as a module, choose M here: the | ||
24 | module will be called saa7134-dvb. | ||
25 | |||
26 | You must also select one or more DVB demodulators. | ||
27 | If you are unsure which you need, choose all of them. | ||
28 | |||
29 | config VIDEO_SAA7134_DVB_ALL_FRONTENDS | ||
30 | bool "Build all supported frontends for saa7134 based TV cards" | ||
31 | default y | ||
32 | depends on VIDEO_SAA7134_DVB | ||
33 | select DVB_MT352 | ||
34 | select DVB_TDA1004X | ||
35 | ---help--- | ||
36 | This builds saa7134-dvb with all currently supported frontend | ||
37 | demodulators. If you wish to tweak your configuration, and | ||
38 | only include support for the hardware that you need, choose N here. | ||
39 | |||
40 | If you are unsure, choose Y. | ||
41 | |||
42 | config VIDEO_SAA7134_DVB_MT352 | ||
43 | tristate "Zarlink MT352 DVB-T Support" | ||
44 | default m | ||
45 | depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS | ||
46 | select DVB_MT352 | ||
47 | ---help--- | ||
48 | This adds DVB-T support for cards based on the | ||
49 | Philips saa7134 chip and the MT352 demodulator. | ||
50 | |||
51 | config VIDEO_SAA7134_DVB_TDA1004X | ||
52 | tristate "Phillips TDA10045H/TDA10046H DVB-T Support" | ||
53 | default m | ||
54 | depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS | ||
55 | select DVB_TDA1004X | ||
56 | ---help--- | ||
57 | This adds DVB-T support for cards based on the | ||
58 | Philips saa7134 chip and the TDA10045H/TDA10046H demodulator. | ||