]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/media/video/saa7134/Kconfig
V4L/DVB (4386): Convert DVB devices to use dvb_attach()
[net-next-2.6.git] / drivers / media / video / saa7134 / Kconfig
CommitLineData
f6d6e6db
MK
1config VIDEO_SAA7134
2 tristate "Philips SAA7134 support"
7bb95296 3 depends on VIDEO_DEV && PCI && I2C
f6d6e6db
MK
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
7bb95296
RC
15config VIDEO_SAA7134_ALSA
16 tristate "Philips SAA7134 DMA audio support"
80c72579 17 depends on VIDEO_SAA7134 && SND
f9cfc08d 18 select SND_PCM
7bb95296
RC
19 ---help---
20 This is a video4linux driver for direct (DMA) audio in
21 Philips SAA713x based TV cards using ALSA
22
23 To compile this driver as a module, choose M here: the
24 module will be called saa7134-alsa.
25
26config VIDEO_SAA7134_OSS
27 tristate "Philips SAA7134 DMA audio support (OSS, DEPRECATED)"
9e625ff8 28 depends on VIDEO_SAA7134 && SOUND_PRIME && !VIDEO_SAA7134_ALSA
7bb95296
RC
29 ---help---
30 This is a video4linux driver for direct (DMA) audio in
31 Philips SAA713x based TV cards using OSS
32
33 This is deprecated in favor of the ALSA module
34
35 To compile this driver as a module, choose M here: the
36 module will be called saa7134-oss.
37
f6d6e6db 38config VIDEO_SAA7134_DVB
3b64e8e2 39 tristate "DVB/ATSC Support for saa7134 based TV cards"
f6d6e6db
MK
40 depends on VIDEO_SAA7134 && DVB_CORE
41 select VIDEO_BUF_DVB
26abe023 42 select FW_LOADER
c482d4f6 43 select DVB_PLL
f6d6e6db
MK
44 ---help---
45 This adds support for DVB cards based on the
46 Philips saa7134 chip.
47
48 To compile this driver as a module, choose M here: the
49 module will be called saa7134-dvb.
50
51 You must also select one or more DVB demodulators.
52 If you are unsure which you need, choose all of them.
53
54config VIDEO_SAA7134_DVB_ALL_FRONTENDS
55 bool "Build all supported frontends for saa7134 based TV cards"
56 default y
57 depends on VIDEO_SAA7134_DVB
58 select DVB_MT352
59 select DVB_TDA1004X
3b64e8e2 60 select DVB_NXT200X
f6d6e6db
MK
61 ---help---
62 This builds saa7134-dvb with all currently supported frontend
63 demodulators. If you wish to tweak your configuration, and
64 only include support for the hardware that you need, choose N here.
65
66 If you are unsure, choose Y.
67
68config VIDEO_SAA7134_DVB_MT352
20c5ab68
MK
69 bool "Zarlink MT352 DVB-T Support"
70 default y
f6d6e6db
MK
71 depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
72 select DVB_MT352
73 ---help---
74 This adds DVB-T support for cards based on the
75 Philips saa7134 chip and the MT352 demodulator.
76
77config VIDEO_SAA7134_DVB_TDA1004X
20c5ab68
MK
78 bool "Phillips TDA10045H/TDA10046H DVB-T Support"
79 default y
f6d6e6db
MK
80 depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
81 select DVB_TDA1004X
82 ---help---
83 This adds DVB-T support for cards based on the
84 Philips saa7134 chip and the TDA10045H/TDA10046H demodulator.
3b64e8e2
MK
85
86config VIDEO_SAA7134_DVB_NXT200X
20c5ab68
MK
87 bool "NXT2002/NXT2004 ATSC Support"
88 default y
3b64e8e2
MK
89 depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
90 select DVB_NXT200X
91 ---help---
92 This adds ATSC 8VSB and QAM64/256 support for cards based on the
93 Philips saa7134 chip and the NXT2002/NXT2004 demodulator.