]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/media/dvb/frontends/Kconfig
V4L/DVB (10820): meye: Don't need to zero ioctl parameter fields
[mirror_ubuntu-artful-kernel.git] / drivers / media / dvb / frontends / Kconfig
CommitLineData
1da177e4
LT
1menu "Customise DVB Frontends"
2 depends on DVB_CORE
3
176ac9da
AQ
4config DVB_FE_CUSTOMISE
5 bool "Customise the frontend modules to build"
6 default N
7 help
8 This allows the user to deselect frontend drivers unnecessary
9 for their hardware from the build. Use this option with care
10 as deselecting frontends which are in fact necessary will result
11 in DVB devices which cannot be tuned due to lack of driver support.
12
13 If unsure say N.
14
e50e8e33
MA
15comment "Multistandard (satellite) frontends"
16 depends on DVB_CORE
17
18config DVB_STB0899
19 tristate "STB0899 based"
6199ceef
MA
20 depends on DVB_CORE && I2C
21 default m if DVB_FE_CUSTOMISE
e50e8e33
MA
22 help
23 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want
24 to support this demodulator based frontends
25
040dcc3e
MA
26config DVB_STB6100
27 tristate "STB6100 based tuners"
6199ceef
MA
28 depends on DVB_CORE && I2C
29 default m if DVB_FE_CUSTOMISE
040dcc3e
MA
30 help
31 A Silicon tuner from ST used in conjunction with the STB0899
32 demodulator. Say Y when you want to support this tuner.
33
1da177e4
LT
34comment "DVB-S (satellite) frontends"
35 depends on DVB_CORE
36
df7aaaf3
MCC
37config DVB_CX24110
38 tristate "Conexant CX24110 based"
17aafcc6 39 depends on DVB_CORE && I2C
176ac9da 40 default m if DVB_FE_CUSTOMISE
1da177e4
LT
41 help
42 A DVB-S tuner module. Say Y when you want to support this frontend.
43
df7aaaf3
MCC
44config DVB_CX24123
45 tristate "Conexant CX24123 based"
17aafcc6 46 depends on DVB_CORE && I2C
176ac9da 47 default m if DVB_FE_CUSTOMISE
0b3f5a57 48 help
1da177e4 49 A DVB-S tuner module. Say Y when you want to support this frontend.
b79cb653 50
df7aaaf3 51config DVB_MT312
e4671b6b 52 tristate "Zarlink VP310/MT312/ZL10313 based"
df7aaaf3
MCC
53 depends on DVB_CORE && I2C
54 default m if DVB_FE_CUSTOMISE
55 help
56 A DVB-S tuner module. Say Y when you want to support this frontend.
57
58config DVB_S5H1420
59 tristate "Samsung S5H1420 based"
60 depends on DVB_CORE && I2C
61 default m if DVB_FE_CUSTOMISE
62 help
63 A DVB-S tuner module. Say Y when you want to support this frontend.
64
e4aab64c
IL
65config DVB_STV0288
66 tristate "ST STV0288 based"
67 depends on DVB_CORE && I2C
68 default m if DVB_FE_CUSTOMISE
69 help
70 A DVB-S tuner module. Say Y when you want to support this frontend.
71
72config DVB_STB6000
73 tristate "ST STB6000 silicon tuner"
74 depends on DVB_CORE && I2C
75 default m if DVB_FE_CUSTOMISE
76 help
77 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
78
df7aaaf3
MCC
79config DVB_STV0299
80 tristate "ST STV0299 based"
17aafcc6 81 depends on DVB_CORE && I2C
176ac9da 82 default m if DVB_FE_CUSTOMISE
b79cb653
ST
83 help
84 A DVB-S tuner module. Say Y when you want to support this frontend.
0b3f5a57 85
47220bc1
IL
86config DVB_STV6110
87 tristate "ST STV6110 silicon tuner"
88 depends on DVB_CORE && I2C
89 default m if DVB_FE_CUSTOMISE
90 help
91 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
92
ce45264e
IL
93config DVB_STV0900
94 tristate "ST STV0900 based"
95 depends on DVB_CORE && I2C
96 default m if DVB_FE_CUSTOMISE
97 help
98 A DVB-S/S2 demodulator. Say Y when you want to support this frontend.
99
1da177e4
LT
100config DVB_TDA8083
101 tristate "Philips TDA8083 based"
17aafcc6 102 depends on DVB_CORE && I2C
176ac9da 103 default m if DVB_FE_CUSTOMISE
1da177e4
LT
104 help
105 A DVB-S tuner module. Say Y when you want to support this frontend.
106
df7aaaf3
MCC
107config DVB_TDA10086
108 tristate "Philips TDA10086 based"
17aafcc6 109 depends on DVB_CORE && I2C
176ac9da 110 default m if DVB_FE_CUSTOMISE
1da177e4
LT
111 help
112 A DVB-S tuner module. Say Y when you want to support this frontend.
113
654dbad4
MA
114config DVB_TDA8261
115 tristate "Philips TDA8261 based"
116 depends on DVB_CORE && I2C
117 default m if DVB_FE_CUSTOMISE
118 help
119 A DVB-S tuner module. Say Y when you want to support this frontend.
120
1da177e4
LT
121config DVB_VES1X93
122 tristate "VLSI VES1893 or VES1993 based"
17aafcc6 123 depends on DVB_CORE && I2C
176ac9da 124 default m if DVB_FE_CUSTOMISE
1da177e4
LT
125 help
126 A DVB-S tuner module. Say Y when you want to support this frontend.
127
df7aaaf3
MCC
128config DVB_TUNER_ITD1000
129 tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
17aafcc6 130 depends on DVB_CORE && I2C
176ac9da 131 default m if DVB_FE_CUSTOMISE
96bf2f2b
AQ
132 help
133 A DVB-S tuner module. Say Y when you want to support this frontend.
134
4c48ae8e
PB
135config DVB_TUNER_CX24113
136 tristate "Conexant CX24113/CX24128 tuner for DVB-S/DSS"
137 depends on DVB_CORE && I2C
138 default m if DVB_FE_CUSTOMISE
139 help
140 A DVB-S tuner module. Say Y when you want to support this frontend.
141
142
df7aaaf3
MCC
143config DVB_TDA826X
144 tristate "Philips TDA826X silicon tuner"
17aafcc6 145 depends on DVB_CORE && I2C
6bca3580
AQ
146 default m if DVB_FE_CUSTOMISE
147 help
df7aaaf3
MCC
148 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
149
150config DVB_TUA6100
151 tristate "Infineon TUA6100 PLL"
152 depends on DVB_CORE && I2C
153 default m if DVB_FE_CUSTOMISE
154 help
155 A DVB-S PLL chip.
6bca3580 156
0d46748c
ST
157config DVB_CX24116
158 tristate "Conexant CX24116 based"
159 depends on DVB_CORE && I2C
160 default m if DVB_FE_CUSTOMISE
161 help
162 A DVB-S/S2 tuner module. Say Y when you want to support this frontend.
163
04ad28c9
IL
164config DVB_SI21XX
165 tristate "Silicon Labs SI21XX based"
166 depends on DVB_CORE && I2C
167 default m if DVB_FE_CUSTOMISE
168 help
169 A DVB-S tuner module. Say Y when you want to support this frontend.
170
1da177e4
LT
171comment "DVB-T (terrestrial) frontends"
172 depends on DVB_CORE
173
174config DVB_SP8870
50c25fff 175 tristate "Spase sp8870 based"
445c2714 176 depends on DVB_CORE && I2C
176ac9da 177 default m if DVB_FE_CUSTOMISE
1da177e4 178 help
50c25fff 179 A DVB-T tuner module. Say Y when you want to support this frontend.
1da177e4
LT
180
181 This driver needs external firmware. Please use the command
182 "<kerneldir>/Documentation/dvb/get_dvb_firmware sp8870" to