7bdeabe638cacef344f30fc933fbb9b1fe6c95c7
[sfrench/cifs-2.6.git] / drivers / media / video / saa7134 / Kconfig
1 config VIDEO_SAA7134
2         tristate "Philips SAA7134 support"
3         depends on VIDEO_DEV && PCI && I2C && SOUND && SND
4         select VIDEO_BUF
5         select VIDEO_IR
6         select VIDEO_TUNER
7         select CRC32
8         select SND_PCM_OSS
9         ---help---
10           This is a video4linux driver for Philips SAA713x based
11           TV cards.
12
13           To compile this driver as a module, choose M here: the
14           module will be called saa7134.
15
16 config VIDEO_SAA7134_DVB
17         tristate "DVB/ATSC Support for saa7134 based TV cards"
18         depends on VIDEO_SAA7134 && DVB_CORE
19         select VIDEO_BUF_DVB
20         ---help---
21           This adds support for DVB cards based on the
22           Philips saa7134 chip.
23
24           To compile this driver as a module, choose M here: the
25           module will be called saa7134-dvb.
26
27           You must also select one or more DVB demodulators.
28           If you are unsure which you need, choose all of them.
29
30 config VIDEO_SAA7134_DVB_ALL_FRONTENDS
31         bool "Build all supported frontends for saa7134 based TV cards"
32         default y
33         depends on VIDEO_SAA7134_DVB
34         select DVB_MT352
35         select DVB_TDA1004X
36         select DVB_NXT200X
37         ---help---
38           This builds saa7134-dvb with all currently supported frontend
39           demodulators.  If you wish to tweak your configuration, and
40           only include support for the hardware that you need, choose N here.
41
42           If you are unsure, choose Y.
43
44 config VIDEO_SAA7134_DVB_MT352
45         tristate "Zarlink MT352 DVB-T Support"
46         default m
47         depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
48         select DVB_MT352
49         ---help---
50           This adds DVB-T support for cards based on the
51           Philips saa7134 chip and the MT352 demodulator.
52
53 config VIDEO_SAA7134_DVB_TDA1004X
54         tristate "Phillips TDA10045H/TDA10046H DVB-T Support"
55         default m
56         depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
57         select DVB_TDA1004X
58         ---help---
59           This adds DVB-T support for cards based on the
60           Philips saa7134 chip and the TDA10045H/TDA10046H demodulator.
61
62 config VIDEO_SAA7134_DVB_NXT200X
63         tristate "NXT2002/NXT2004 ATSC Support"
64         default m
65         depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
66         select DVB_NXT200X
67         ---help---
68           This adds ATSC 8VSB and QAM64/256 support for cards based on the
69           Philips saa7134 chip and the NXT2002/NXT2004 demodulator.