[PATCH] v4l: prevent saa7134 alsa undefined warnings
[firefly-linux-kernel-4.4.55.git] / drivers / media / video / saa7134 / Kconfig
1 config VIDEO_SAA7134
2         tristate "Philips SAA7134 support"
3         depends on VIDEO_DEV && PCI && I2C && SOUND && SND && SND_PCM_OSS
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/ATSC 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         select DVB_NXT200X
36         ---help---
37           This builds saa7134-dvb with all currently supported frontend
38           demodulators.  If you wish to tweak your configuration, and
39           only include support for the hardware that you need, choose N here.
40
41           If you are unsure, choose Y.
42
43 config VIDEO_SAA7134_DVB_MT352
44         tristate "Zarlink MT352 DVB-T Support"
45         default m
46         depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
47         select DVB_MT352
48         ---help---
49           This adds DVB-T support for cards based on the
50           Philips saa7134 chip and the MT352 demodulator.
51
52 config VIDEO_SAA7134_DVB_TDA1004X
53         tristate "Phillips TDA10045H/TDA10046H DVB-T Support"
54         default m
55         depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
56         select DVB_TDA1004X
57         ---help---
58           This adds DVB-T support for cards based on the
59           Philips saa7134 chip and the TDA10045H/TDA10046H demodulator.
60
61 config VIDEO_SAA7134_DVB_NXT200X
62         tristate "NXT2002/NXT2004 ATSC Support"
63         default m
64         depends on VIDEO_SAA7134_DVB && !VIDEO_SAA7134_DVB_ALL_FRONTENDS
65         select DVB_NXT200X
66         ---help---
67           This adds ATSC 8VSB and QAM64/256 support for cards based on the
68           Philips saa7134 chip and the NXT2002/NXT2004 demodulator.