diff options
author | Michael Krufky <mkrufky@m1k.net> | 2005-11-09 00:38:07 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:24 -0500 |
commit | f6d6e6dbdfcfc9d56550744068c2a9918798b773 (patch) | |
tree | 8cc46a2397f9ea7e640d87ac71dbeb5b83818622 /drivers/media/video/saa7134 | |
parent | a38a7d4ff8539817691a335149cac903be4250f8 (diff) |
[PATCH] v4l: 842: create kconfig files for cx88 and saa7134 directories
- Create Kconfig files for cx88 and saa7134 directories.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/saa7134')
-rw-r--r-- | drivers/media/video/saa7134/Kconfig | 58 |
1 files changed, 58 insertions, 0 deletions
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. | ||