| Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 1 | # | 
| Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 2 | # Multimedia Video device configuration | 
 | 3 | # | 
 | 4 |  | 
 | 5 | if VIDEO_V4L2 | 
 | 6 |  | 
| Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 7 | config VIDEO_IR_I2C | 
| Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 8 | 	tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT | 
| Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 9 | 	depends on I2C && RC_CORE | 
 | 10 | 	default y | 
 | 11 | 	---help--- | 
 | 12 | 	  Most boards have an IR chip directly connected via GPIO. However, | 
 | 13 | 	  some video boards have the IR connected via I2C bus. | 
 | 14 |  | 
 | 15 | 	  If your board doesn't have an I2C IR chip, you may disable this | 
 | 16 | 	  option. | 
 | 17 |  | 
 | 18 | 	  In doubt, say Y. | 
 | 19 |  | 
 | 20 | # | 
 | 21 | # Encoder / Decoder module configuration | 
 | 22 | # | 
 | 23 |  | 
 | 24 | menu "Encoders, decoders, sensors and other helper chips" | 
| Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 25 | 	visible if !MEDIA_SUBDRV_AUTOSELECT | 
| Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 26 |  | 
 | 27 | comment "Audio decoders, processors and mixers" | 
 | 28 |  | 
 | 29 | config VIDEO_TVAUDIO | 
 | 30 | 	tristate "Simple audio decoder chips" | 
 | 31 | 	depends on VIDEO_V4L2 && I2C | 
 | 32 | 	---help--- | 
 | 33 | 	  Support for several audio decoder chips found on some bt8xx boards: | 
 | 34 | 	  Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300, | 
 | 35 | 		   tea6320, tea6420, tda8425, ta8874z. | 
 | 36 | 	  Microchip: pic16c54 based design on ProVideo PV951 board. | 
 | 37 |  | 
 | 38 | 	  To compile this driver as a module, choose M here: the | 
 | 39 | 	  module will be called tvaudio. | 
 | 40 |  | 
 | 41 | config VIDEO_TDA7432 | 
 | 42 | 	tristate "Philips TDA7432 audio processor" | 
 | 43 | 	depends on VIDEO_V4L2 && I2C | 
 | 44 | 	---help--- | 
 | 45 | 	  Support for tda7432 audio decoder chip found on some bt8xx boards. | 
 | 46 |  | 
 | 47 | 	  To compile this driver as a module, choose M here: the | 
 | 48 | 	  module will be called tda7432. | 
 | 49 |  | 
 | 50 | config VIDEO_TDA9840 | 
 | 51 | 	tristate "Philips TDA9840 audio processor" | 
 | 52 | 	depends on I2C | 
 | 53 | 	---help--- | 
 | 54 | 	  Support for tda9840 audio decoder chip found on some Zoran boards. | 
 | 55 |  | 
 | 56 | 	  To compile this driver as a module, choose M here: the | 
 | 57 | 	  module will be called tda9840. | 
 | 58 |  | 
 | 59 | config VIDEO_TEA6415C | 
 | 60 | 	tristate "Philips TEA6415C audio processor" | 
 | 61 | 	depends on I2C | 
 | 62 | 	---help--- | 
 | 63 | 	  Support for tea6415c audio decoder chip found on some bt8xx boards. | 
 | 64 |  | 
 | 65 | 	  To compile this driver as a module, choose M here: the | 
 | 66 | 	  module will be called tea6415c. | 
 | 67 |  | 
 | 68 | config VIDEO_TEA6420 | 
 | 69 | 	tristate "Philips TEA6420 audio processor" | 
 | 70 | 	depends on I2C | 
 | 71 | 	---help--- | 
 | 72 | 	  Support for tea6420 audio decoder chip found on some bt8xx boards. | 
 | 73 |  | 
 | 74 | 	  To compile this driver as a module, choose M here: the | 
 | 75 | 	  module will be called tea6420. | 
 | 76 |  | 
 | 77 | config VIDEO_MSP3400 | 
 | 78 | 	tristate "Micronas MSP34xx audio decoders" | 
 | 79 | 	depends on VIDEO_V4L2 && I2C | 
 | 80 | 	---help--- | 
 | 81 | 	  Support for the Micronas MSP34xx series of audio decoders. | 
 | 82 |  | 
 | 83 | 	  To compile this driver as a module, choose M here: the | 
 | 84 | 	  module will be called msp3400. | 
 | 85 |  | 
 | 86 | config VIDEO_CS5345 | 
 | 87 | 	tristate "Cirrus Logic CS5345 audio ADC" | 
 | 88 | 	depends on VIDEO_V4L2 && I2C | 
 | 89 | 	---help--- | 
 | 90 | 	  Support for the Cirrus Logic CS5345 24-bit, 192 kHz | 
 | 91 | 	  stereo A/D converter. | 
 | 92 |  | 
 | 93 | 	  To compile this driver as a module, choose M here: the | 
 | 94 | 	  module will be called cs5345. | 
 | 95 |  | 
 | 96 | config VIDEO_CS53L32A | 
 | 97 | 	tristate "Cirrus Logic CS53L32A audio ADC" | 
 | 98 | 	depends on VIDEO_V4L2 && I2C | 
 | 99 | 	---help--- | 
 | 100 | 	  Support for the Cirrus Logic CS53L32A low voltage | 
 | 101 | 	  stereo A/D converter. | 
 | 102 |  | 
 | 103 | 	  To compile this driver as a module, choose M here: the | 
 | 104 | 	  module will be called cs53l32a. | 
 | 105 |  | 
 | 106 | config VIDEO_TLV320AIC23B | 
 | 107 | 	tristate "Texas Instruments TLV320AIC23B audio codec" | 
| Hans Verkuil | 2cca7d4 | 2012-09-03 10:16:34 -0300 | [diff] [blame] | 108 | 	depends on VIDEO_V4L2 && I2C | 
| Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 109 | 	---help--- | 
 | 110 | 	  Support for the Texas Instruments TLV320AIC23B audio codec. | 
 | 111 |  | 
 | 112 | 	  To compile this driver as a module, choose M here: the | 
 | 113 | 	  module will be called tlv320aic23b. | 
 | 114 |  | 
 | 115 | config VIDEO_WM8775 | 
 | 116 | 	tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer" | 
 | 117 | 	depends on VIDEO_V4L2 && I2C | 
 | 118 | 	---help--- | 
 | 119 | 	  Support for the Wolfson Microelectronics WM8775 high | 
 | 120 | 	  performance stereo A/D Converter with a 4 channel input mixer. | 
 | 121 |  | 
 | 122 | 	  To compile this driver as a module, choose M here: the | 
 | 123 | 	  module will be called wm8775. | 
 | 124 |  | 
 | 125 | config VIDEO_WM8739 | 
 | 126 | 	tristate "Wolfson Microelectronics WM8739 stereo audio ADC" | 
 | 127 | 	depends on VIDEO_V4L2 && I2C | 
 | 128 | 	---help--- | 
 | 129 | 	  Support for the Wolfson Microelectronics WM8739 | 
 | 130 | 	  stereo A/D Converter. | 
 | 131 |  | 
 | 132 | 	  To compile this driver as a module, choose M here: the | 
 | 133 | 	  module will be called wm8739. | 
 | 134 |  | 
 | 135 | config VIDEO_VP27SMPX | 
| Hans Verkuil | c7c54a9 | 2013-03-22 11:13:58 -0300 | [diff] [blame^] | 136 | 	tristate "Panasonic VP27's internal MPX" | 
| Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 137 | 	depends on VIDEO_V4L2 && I2C | 
 | 138 | 	---help--- | 
 | 139 | 	  Support for the internal MPX of the Panasonic VP27s tuner. | 
 | 140 |  | 
 | 141 | 	  To compile this driver as a module, choose M here: the | 
 | 142 | 	  module will be called vp27smpx. | 
 | 143 |  | 
| Hans Verkuil | c7c54a9 | 2013-03-22 11:13:58 -0300 | [diff] [blame^] | 144 | config VIDEO_SONY_BTF_MPX | 
 | 145 | 	tristate "Sony BTF's internal MPX" | 
 | 146 | 	depends on VIDEO_V4L2 && I2C | 
 | 147 | 	help | 
 | 148 | 	  Support for the internal MPX of the Sony BTF-PG472Z tuner. | 
 | 149 |  | 
 | 150 | 	  To compile this driver as a module, choose M here: the | 
 | 151 | 	  module will be called sony-btf-mpx. | 
 | 152 |  | 
| Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 153 | comment "RDS decoders" | 
 | 154 |  | 
 | 155 | config VIDEO_SAA6588 | 
 | 156 | 	tristate "SAA6588 Radio Chip RDS decoder support" | 
 | 157 | 	depends on VIDEO_V4L2 && I2C | 
 | 158 |  | 
 | 159 | 	help | 
 | 160 | 	  Support for this Radio Data System (RDS) decoder. This allows | 
 | 161 | 	  seeing radio station identification transmitted using this | 
 | 162 | 	  standard. | 
 | 163 |  | 
 | 164 | 	  To compile this driver as a module, choose M here: the | 
 | 165 | 	  module will be called saa6588. | 
 | 166 |  | 
 | 167 | comment "Video decoders" | 
 | 168 |  | 
 | 169 | config VIDEO_ADV7180 | 
 | 170 | 	tristate "Analog Devices ADV7180 decoder" | 
 | 171 | 	depends on VIDEO_V4L2 && I2C | 
 | 172 | 	---help--- | 
 | 173 | 	  Support for the Analog Devices ADV7180 video decoder. | 
 | 174 |  | 
 | 175 | 	  To compile this driver as a module, choose M here: the | 
 | 176 | 	  module will be called adv7180. | 
 | 177 |  | 
 | 178 | config VIDEO_ADV7183 | 
 | 179 | 	tristate "Analog Devices ADV7183 decoder" | 
 | 180 | 	depends on VIDEO_V4L2 && I2C | 
 | 181 | 	---help--- | 
 | 182 | 	  V4l2 subdevice driver for the Analog Devices | 
 | 183 | 	  ADV7183 video decoder. | 
 | 184 |  | 
 | 185 | 	  To compile this driver as a module, choose M here: the | 
 | 186 | 	  module will be called adv7183. | 
 | 187 |  | 
| Hans Verkuil | 54450f5 | 2012-07-18 05:45:16 -0300 | [diff] [blame] | 188 | config VIDEO_ADV7604 | 
 | 189 | 	tristate "Analog Devices ADV7604 decoder" | 
 | 190 | 	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API | 
 | 191 | 	---help--- | 
 | 192 | 	  Support for the Analog Devices ADV7604 video decoder. | 
 | 193 |  | 
 | 194 | 	  This is a Analog Devices Component/Graphics Digitizer | 
 | 195 | 	  with 4:1 Multiplexed HDMI Receiver. | 
 | 196 |  | 
 | 197 | 	  To compile this driver as a module, choose M here: the | 
 | 198 | 	  module will be called adv7604. | 
 | 199 |  | 
| Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 200 | config VIDEO_BT819 | 
 | 201 | 	tristate "BT819A VideoStream decoder" | 
 | 202 | 	depends on VIDEO_V4L2 && I2C | 
 | 203 | 	---help--- | 
 | 204 | 	  Support for BT819A video decoder. | 
 | 205 |  | 
 | 206 | 	  To compile this driver as a module, choose M here: the | 
 | 207 | 	  module will be called bt819. | 
 | 208 |  | 
 | 209 | config VIDEO_BT856 | 
 | 210 | 	tristate "BT856 VideoStream decoder" | 
 | 211 | 	depends on VIDEO_V4L2 && I2C | 
 | 212 | 	---help--- | 
 | 213 | 	  Support for BT856 video decoder. | 
 | 214 |  | 
 | 215 | 	  To compile this driver as a module, choose M here: the | 
 | 216 | 	  module will be called bt856. | 
 | 217 |  | 
 | 218 | config VIDEO_BT866 | 
 | 219 | 	tristate "BT866 VideoStream decoder" | 
 | 220 | 	depends on VIDEO_V4L2 && I2C | 
 | 221 | 	---help--- | 
 | 222 | 	  Support for BT866 video decoder. | 
 | 223 |  | 
 | 224 | 	  To compile this driver as a module, choose M here: the | 
 | 225 | 	  module will be called bt866. | 
 | 226 |  | 
 | 227 | config VIDEO_KS0127 | 
 | 228 | 	tristate "KS0127 video decoder" | 
 | 229 | 	depends on VIDEO_V4L2 && I2C | 
 | 230 | 	---help--- | 
 | 231 | 	  Support for KS0127 video decoder. | 
 | 232 |  | 
 | 233 | 	  This chip is used on AverMedia AVS6EYES Zoran-based MJPEG | 
 | 234 | 	  cards. | 
 | 235 |  | 
 | 236 | 	  To compile this driver as a module, choose M here: the | 
 | 237 | 	  module will be called ks0127. | 
 | 238 |  | 
 | 239 | config VIDEO_SAA7110 | 
 | 240 | 	tristate "Philips SAA7110 video decoder" | 
 | 241 | 	depends on VIDEO_V4L2 && I2C | 
 | 242 | 	---help--- | 
 | 243 | 	  Support for the Philips SAA7110 video decoders. | 
 | 244 |  | 
 | 245 | 	  To compile this driver as a module, choose M here: the | 
 | 246 | 	  module will be called saa7110. | 
 | 247 |  | 
 | 248 | config VIDEO_SAA711X | 
 | 249 | 	tristate "Philips SAA7111/3/4/5 video decoders" | 
 | 250 | 	depends on VIDEO_V4L2 && I2C | 
 | 251 | 	---help--- | 
 | 252 | 	  Support for the Philips SAA7111/3/4/5 video decoders. | 
 | 253 |  | 
 | 254 | 	  To compile this driver as a module, choose M here: the | 
 | 255 | 	  module will be called saa7115. | 
 | 256 |  | 
 | 257 | config VIDEO_SAA7191 | 
 | 258 | 	tristate "Philips SAA7191 video decoder" | 
 | 259 | 	depends on VIDEO_V4L2 && I2C | 
 | 260 | 	---help--- | 
 | 261 | 	  Support for the Philips SAA7191 video decoder. | 
 | 262 |  | 
 | 263 | 	  To compile this driver as a module, choose M here: the | 
 | 264 | 	  module will be called saa7191. | 
 | 265 |  | 
 | 266 | config VIDEO_TVP514X | 
 | 267 | 	tristate "Texas Instruments TVP514x video decoder" | 
 | 268 | 	depends on VIDEO_V4L2 && I2C | 
 | 269 | 	---help--- | 
 | 270 | 	  This is a Video4Linux2 sensor-level driver for the TI TVP5146/47 | 
 | 271 | 	  decoder. It is currently working with the TI OMAP3 camera | 
 | 272 | 	  controller. | 
 | 273 |  | 
 | 274 | 	  To compile this driver as a module, choose M here: the | 
 | 275 | 	  module will be called tvp514x. | 
 | 276 |  | 
 | 277 | config VIDEO_TVP5150 | 
 | 278 | 	tristate "Texas Instruments TVP5150 video decoder" | 
 | 279 | 	depends on VIDEO_V4L2 && I2C | 
 | 280 | 	---help--- | 
 | 281 | 	  Support for the Texas Instruments TVP5150 video decoder. | 
 | 282 |  | 
 | 283 | 	  To compile this driver as a module, choose M here: the | 
 | 284 | 	  module will be called tvp5150. | 
 | 285 |  | 
 | 286 | config VIDEO_TVP7002 | 
 | 287 | 	tristate "Texas Instruments TVP7002 video decoder" | 
 | 288 | 	depends on VIDEO_V4L2 && I2C | 
 | 289 | 	---help--- | 
 | 290 | 	  Support for the Texas Instruments TVP7002 video decoder. | 
 | 291 |  | 
 | 292 | 	  To compile this driver as a module, choose M here: the | 
 | 293 | 	  module will be called tvp7002. | 
 | 294 |  | 
 | 295 | config VIDEO_VPX3220 | 
 | 296 | 	tristate "vpx3220a, vpx3216b & vpx3214c video decoders" | 
 | 297 | 	depends on VIDEO_V4L2 && I2C | 
 | 298 | 	---help--- | 
 | 299 | 	  Support for VPX322x video decoders. | 
 | 300 |  | 
 | 301 | 	  To compile this driver as a module, choose M here: the | 
 | 302 | 	  module will be called vpx3220. | 
 | 303 |  | 
 | 304 | comment "Video and audio decoders" | 
 | 305 |  | 
 | 306 | config VIDEO_SAA717X | 
 | 307 | 	tristate "Philips SAA7171/3/4 audio/video decoders" | 
 | 308 | 	depends on VIDEO_V4L2 && I2C | 
 | 309 | 	---help--- | 
 | 310 | 	  Support for the Philips SAA7171/3/4 audio/video decoders. | 
 | 311 |  | 
 | 312 | 	  To compile this driver as a module, choose M here: the | 
 | 313 | 	  module will be called saa717x. | 
 | 314 |  | 
 | 315 | source "drivers/media/i2c/cx25840/Kconfig" | 
 | 316 |  | 
| Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 317 | comment "Video encoders" | 
 | 318 |  | 
 | 319 | config VIDEO_SAA7127 | 
 | 320 | 	tristate "Philips SAA7127/9 digital video encoders" | 
 | 321 | 	depends on VIDEO_V4L2 && I2C | 
 | 322 | 	---help--- | 
 | 323 | 	  Support for the Philips SAA7127/9 digital video encoders. | 
 | 324 |  | 
 | 325 | 	  To compile this driver as a module, choose M here: the | 
 | 326 | 	  module will be called saa7127. | 
 | 327 |  | 
 | 328 | config VIDEO_SAA7185 | 
 | 329 | 	tristate "Philips SAA7185 video encoder" | 
 | 330 | 	depends on VIDEO_V4L2 && I2C | 
 | 331 | 	---help--- | 
 | 332 | 	  Support for the Philips SAA7185 video encoder. | 
 | 333 |  | 
 | 334 | 	  To compile this driver as a module, choose M here: the | 
 | 335 | 	  module will be called saa7185. | 
 | 336 |  | 
 | 337 | config VIDEO_ADV7170 | 
 | 338 | 	tristate "Analog Devices ADV7170 video encoder" | 
 | 339 | 	depends on VIDEO_V4L2 && I2C | 
 | 340 | 	---help--- | 
 | 341 | 	  Support for the Analog Devices ADV7170 video encoder driver | 
 | 342 |  | 
 | 343 | 	  To compile this driver as a module, choose M here: the | 
 | 344 | 	  module will be called adv7170. | 
 | 345 |  | 
 | 346 | config VIDEO_ADV7175 | 
 | 347 | 	tristate "Analog Devices ADV7175 video encoder" | 
 | 348 | 	depends on VIDEO_V4L2 && I2C | 
 | 349 | 	---help--- | 
 | 350 | 	  Support for the Analog Devices ADV7175 video encoder driver | 
 | 351 |  | 
 | 352 | 	  To compile this driver as a module, choose M here: the | 
 | 353 | 	  module will be called adv7175. | 
 | 354 |  | 
 | 355 | config VIDEO_ADV7343 | 
 | 356 | 	tristate "ADV7343 video encoder" | 
 | 357 | 	depends on I2C | 
 | 358 | 	help | 
 | 359 | 	  Support for Analog Devices I2C bus based ADV7343 encoder. | 
 | 360 |  | 
 | 361 | 	  To compile this driver as a module, choose M here: the | 
 | 362 | 	  module will be called adv7343. | 
 | 363 |  | 
 | 364 | config VIDEO_ADV7393 | 
 | 365 | 	tristate "ADV7393 video encoder" | 
 | 366 | 	depends on I2C | 
 | 367 | 	help | 
 | 368 | 	  Support for Analog Devices I2C bus based ADV7393 encoder. | 
 | 369 |  | 
 | 370 | 	  To compile this driver as a module, choose M here: the | 
 | 371 | 	  module will be called adv7393. | 
 | 372 |  | 
| Hans Verkuil | 117a55b | 2012-07-18 05:46:46 -0300 | [diff] [blame] | 373 | config VIDEO_AD9389B | 
 | 374 | 	tristate "Analog Devices AD9389B encoder" | 
 | 375 | 	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API | 
 | 376 | 	---help--- | 
 | 377 | 	  Support for the Analog Devices AD9389B video encoder. | 
 | 378 |  | 
 | 379 | 	  This is a Analog Devices HDMI transmitter. | 
 | 380 |  | 
 | 381 | 	  To compile this driver as a module, choose M here: the | 
 | 382 | 	  module will be called ad9389b. | 
 | 383 |  | 
| Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 384 | config VIDEO_AK881X | 
 | 385 | 	tristate "AK8813/AK8814 video encoders" | 
 | 386 | 	depends on I2C | 
 | 387 | 	help | 
 | 388 | 	  Video output driver for AKM AK8813 and AK8814 TV encoders | 
 | 389 |  | 
 | 390 | comment "Camera sensor devices" | 
 | 391 |  | 
 | 392 | config VIDEO_APTINA_PLL | 
 | 393 | 	tristate | 
 | 394 |  | 
 | 395 | config VIDEO_SMIAPP_PLL | 
 | 396 | 	tristate | 
 | 397 |  | 
 | 398 | config VIDEO_OV7670 | 
 | 399 | 	tristate "OmniVision OV7670 sensor support" | 
 | 400 | 	depends on I2C && VIDEO_V4L2 | 
 | 401 | 	depends on MEDIA_CAMERA_SUPPORT | 
 | 402 | 	---help--- | 
 | 403 | 	  This is a Video4Linux2 sensor-level driver for the OmniVision | 
 | 404 | 	  OV7670 VGA camera.  It currently only works with the M88ALP01 | 
 | 405 | 	  controller. | 
 | 406 |  | 
| Sylwester Nawrocki | 84a15de | 2012-12-26 15:50:03 -0300 | [diff] [blame] | 407 | config VIDEO_OV9650 | 
 | 408 | 	tristate "OmniVision OV9650/OV9652 sensor support" | 
 | 409 | 	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API | 
 | 410 | 	---help--- | 
 | 411 | 	  This is a V4L2 sensor-level driver for the Omnivision | 
 | 412 | 	  OV9650 and OV9652 camera sensors. | 
 | 413 |  | 
| Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 414 | config VIDEO_VS6624 | 
 | 415 | 	tristate "ST VS6624 sensor support" | 
 | 416 | 	depends on VIDEO_V4L2 && I2C | 
 | 417 | 	depends on MEDIA_CAMERA_SUPPORT | 
 | 418 | 	---help--- | 
 | 419 | 	  This is a Video4Linux2 sensor-level driver for the ST VS6624 | 
 | 420 | 	  camera. | 
 | 421 |  | 
 | 422 | 	  To compile this driver as a module, choose M here: the | 
 | 423 | 	  module will be called vs6624. | 
 | 424 |  | 
 | 425 | config VIDEO_MT9M032 | 
 | 426 | 	tristate "MT9M032 camera sensor support" | 
 | 427 | 	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API | 
 | 428 | 	depends on MEDIA_CAMERA_SUPPORT | 
 | 429 | 	select VIDEO_APTINA_PLL | 
 | 430 | 	---help--- | 
 | 431 | 	  This driver supports MT9M032 camera sensors from Aptina, monochrome | 
 | 432 | 	  models only. | 
 | 433 |  | 
 | 434 | config VIDEO_MT9P031 | 
 | 435 | 	tristate "Aptina MT9P031 support" | 
 | 436 | 	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API | 
 | 437 | 	depends on MEDIA_CAMERA_SUPPORT | 
 | 438 | 	select VIDEO_APTINA_PLL | 
 | 439 | 	---help--- | 
 | 440 | 	  This is a Video4Linux2 sensor-level driver for the Aptina | 
 | 441 | 	  (Micron) mt9p031 5 Mpixel camera. | 
 | 442 |  | 
 | 443 | config VIDEO_MT9T001 | 
 | 444 | 	tristate "Aptina MT9T001 support" | 
 | 445 | 	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API | 
 | 446 | 	depends on MEDIA_CAMERA_SUPPORT | 
 | 447 | 	---help--- | 
 | 448 | 	  This is a Video4Linux2 sensor-level driver for the Aptina | 
 | 449 | 	  (Micron) mt0t001 3 Mpixel camera. | 
 | 450 |  | 
 | 451 | config VIDEO_MT9V011 | 
 | 452 | 	tristate "Micron mt9v011 sensor support" | 
 | 453 | 	depends on I2C && VIDEO_V4L2 | 
 | 454 | 	depends on MEDIA_CAMERA_SUPPORT | 
 | 455 | 	---help--- | 
 | 456 | 	  This is a Video4Linux2 sensor-level driver for the Micron | 
 | 457 | 	  mt0v011 1.3 Mpixel camera.  It currently only works with the | 
 | 458 | 	  em28xx driver. | 
 | 459 |  | 
 | 460 | config VIDEO_MT9V032 | 
 | 461 | 	tristate "Micron MT9V032 sensor support" | 
 | 462 | 	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API | 
 | 463 | 	depends on MEDIA_CAMERA_SUPPORT | 
 | 464 | 	---help--- | 
 | 465 | 	  This is a Video4Linux2 sensor-level driver for the Micron | 
 | 466 | 	  MT9V032 752x480 CMOS sensor. | 
 | 467 |  | 
 | 468 | config VIDEO_TCM825X | 
 | 469 | 	tristate "TCM825x camera sensor support" | 
| Sakari Ailus | 668a8b3 | 2013-01-05 18:56:10 -0300 | [diff] [blame] | 470 | 	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_INT_DEVICE | 
| Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 471 | 	depends on MEDIA_CAMERA_SUPPORT | 
 | 472 | 	---help--- | 
 | 473 | 	  This is a driver for the Toshiba TCM825x VGA camera sensor. | 
 | 474 | 	  It is used for example in Nokia N800. | 
 | 475 |  | 
 | 476 | config VIDEO_SR030PC30 | 
 | 477 | 	tristate "Siliconfile SR030PC30 sensor support" | 
 | 478 | 	depends on I2C && VIDEO_V4L2 | 
 | 479 | 	depends on MEDIA_CAMERA_SUPPORT | 
 | 480 | 	---help--- | 
 | 481 | 	  This driver supports SR030PC30 VGA camera from Siliconfile | 
 | 482 |  | 
 | 483 | config VIDEO_NOON010PC30 | 
 | 484 | 	tristate "Siliconfile NOON010PC30 sensor support" | 
| Hans Verkuil | 2cca7d4 | 2012-09-03 10:16:34 -0300 | [diff] [blame] | 485 | 	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API | 
| Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 486 | 	depends on MEDIA_CAMERA_SUPPORT | 
 | 487 | 	---help--- | 
 | 488 | 	  This driver supports NOON010PC30 CIF camera from Siliconfile | 
 | 489 |  | 
 | 490 | source "drivers/media/i2c/m5mols/Kconfig" | 
 | 491 |  | 
 | 492 | config VIDEO_S5K6AA | 
 | 493 | 	tristate "Samsung S5K6AAFX sensor support" | 
 | 494 | 	depends on MEDIA_CAMERA_SUPPORT | 
 | 495 | 	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API | 
 | 496 | 	---help--- | 
 | 497 | 	  This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M | 
 | 498 | 	  camera sensor with an embedded SoC image signal processor. | 
 | 499 |  | 
| Sangwook Lee | 8b99312 | 2012-09-13 07:02:14 -0300 | [diff] [blame] | 500 | config VIDEO_S5K4ECGX | 
 | 501 |         tristate "Samsung S5K4ECGX sensor support" | 
 | 502 |         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API | 
 | 503 |         ---help--- | 
 | 504 |           This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M | 
 | 505 |           camera sensor with an embedded SoC image signal processor. | 
 | 506 |  | 
| Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 507 | source "drivers/media/i2c/smiapp/Kconfig" | 
 | 508 |  | 
| Andrzej Hajda | cac47f1 | 2012-11-22 11:39:18 -0300 | [diff] [blame] | 509 | config VIDEO_S5C73M3 | 
 | 510 | 	tristate "Samsung S5C73M3 sensor support" | 
 | 511 | 	depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API | 
 | 512 | 	---help--- | 
 | 513 | 	This is a V4L2 sensor-level driver for Samsung S5C73M3 | 
 | 514 | 	8 Mpixel camera. | 
 | 515 |  | 
| Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 516 | comment "Flash devices" | 
 | 517 |  | 
 | 518 | config VIDEO_ADP1653 | 
 | 519 | 	tristate "ADP1653 flash support" | 
 | 520 | 	depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER | 
 | 521 | 	depends on MEDIA_CAMERA_SUPPORT | 
 | 522 | 	---help--- | 
 | 523 | 	  This is a driver for the ADP1653 flash controller. It is used for | 
 | 524 | 	  example in Nokia N900. | 
 | 525 |  | 
 | 526 | config VIDEO_AS3645A | 
 | 527 | 	tristate "AS3645A flash driver support" | 
 | 528 | 	depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER | 
 | 529 | 	depends on MEDIA_CAMERA_SUPPORT | 
 | 530 | 	---help--- | 
 | 531 | 	  This is a driver for the AS3645A and LM3555 flash controllers. It has | 
 | 532 | 	  build in control for flash, torch and indicator LEDs. | 
 | 533 |  | 
 | 534 | comment "Video improvement chips" | 
 | 535 |  | 
 | 536 | config VIDEO_UPD64031A | 
 | 537 | 	tristate "NEC Electronics uPD64031A Ghost Reduction" | 
 | 538 | 	depends on VIDEO_V4L2 && I2C | 
 | 539 | 	---help--- | 
 | 540 | 	  Support for the NEC Electronics uPD64031A Ghost Reduction | 
 | 541 | 	  video chip. It is most often found in NTSC TV cards made for | 
 | 542 | 	  Japan and is used to reduce the 'ghosting' effect that can | 
 | 543 | 	  be present in analog TV broadcasts. | 
 | 544 |  | 
 | 545 | 	  To compile this driver as a module, choose M here: the | 
 | 546 | 	  module will be called upd64031a. | 
 | 547 |  | 
 | 548 | config VIDEO_UPD64083 | 
 | 549 | 	tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation" | 
 | 550 | 	depends on VIDEO_V4L2 && I2C | 
 | 551 | 	---help--- | 
 | 552 | 	  Support for the NEC Electronics uPD64083 3-Dimensional Y/C | 
 | 553 | 	  separation video chip. It is used to improve the quality of | 
 | 554 | 	  the colors of a composite signal. | 
 | 555 |  | 
 | 556 | 	  To compile this driver as a module, choose M here: the | 
 | 557 | 	  module will be called upd64083. | 
 | 558 |  | 
 | 559 | comment "Miscelaneous helper chips" | 
 | 560 |  | 
 | 561 | config VIDEO_THS7303 | 
| Lad, Prabhakar | 88da018 | 2013-02-18 07:56:41 -0300 | [diff] [blame] | 562 | 	tristate "THS7303/53 Video Amplifier" | 
 | 563 | 	depends on VIDEO_V4L2 && I2C | 
| Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 564 | 	help | 
| Lad, Prabhakar | 88da018 | 2013-02-18 07:56:41 -0300 | [diff] [blame] | 565 | 	  Support for TI THS7303/53 video amplifier | 
| Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 566 |  | 
 | 567 | 	  To compile this driver as a module, choose M here: the | 
 | 568 | 	  module will be called ths7303. | 
 | 569 |  | 
 | 570 | config VIDEO_M52790 | 
 | 571 | 	tristate "Mitsubishi M52790 A/V switch" | 
 | 572 | 	depends on VIDEO_V4L2 && I2C | 
 | 573 | 	---help--- | 
 | 574 | 	 Support for the Mitsubishi M52790 A/V switch. | 
 | 575 |  | 
 | 576 | 	 To compile this driver as a module, choose M here: the | 
 | 577 | 	 module will be called m52790. | 
| Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 578 | endmenu | 
| Mauro Carvalho Chehab | e9d2f05 | 2012-08-21 08:16:28 -0300 | [diff] [blame] | 579 |  | 
| Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 580 | menu "Sensors used on soc_camera driver" | 
| Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 581 |  | 
| Mauro Carvalho Chehab | 2a2d1cf | 2012-08-14 17:15:52 -0300 | [diff] [blame] | 582 | if SOC_CAMERA | 
 | 583 | 	source "drivers/media/i2c/soc_camera/Kconfig" | 
 | 584 | endif | 
 | 585 |  | 
| Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 586 | endmenu | 
| Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 587 |  | 
| Mauro Carvalho Chehab | cb7a01a | 2012-08-14 16:23:43 -0300 | [diff] [blame] | 588 | endif |