]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/media/video/saa7134/Kconfig
e8c89b4828ffbb0036614e05069fd41aa645b358
[linux-2.6-omap-h63xx.git] / drivers / media / video / saa7134 / Kconfig
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.