| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # Multimedia Video device configuration |
|---|
| 3 | 4 | # |
|---|
| 4 | 5 | |
|---|
| 5 | 6 | if VIDEO_V4L2 |
|---|
| 6 | 7 | |
|---|
| 8 | +comment "IR I2C driver auto-selected by 'Autoselect ancillary drivers'" |
|---|
| 9 | + depends on MEDIA_SUBDRV_AUTOSELECT && I2C && RC_CORE |
|---|
| 10 | + |
|---|
| 7 | 11 | config VIDEO_IR_I2C |
|---|
| 8 | | - tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT |
|---|
| 12 | + tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT || EXPERT |
|---|
| 9 | 13 | depends on I2C && RC_CORE |
|---|
| 10 | 14 | default y |
|---|
| 11 | | - ---help--- |
|---|
| 15 | + help |
|---|
| 12 | 16 | Most boards have an IR chip directly connected via GPIO. However, |
|---|
| 13 | 17 | some video boards have the IR connected via I2C bus. |
|---|
| 14 | 18 | |
|---|
| .. | .. |
|---|
| 18 | 22 | In doubt, say Y. |
|---|
| 19 | 23 | |
|---|
| 20 | 24 | # |
|---|
| 25 | +# V4L2 I2C drivers that aren't related with Camera support |
|---|
| 26 | +# |
|---|
| 27 | + |
|---|
| 28 | +comment "audio, video and radio I2C drivers auto-selected by 'Autoselect ancillary drivers'" |
|---|
| 29 | + depends on MEDIA_HIDE_ANCILLARY_SUBDRV |
|---|
| 30 | +# |
|---|
| 21 | 31 | # Encoder / Decoder module configuration |
|---|
| 22 | 32 | # |
|---|
| 23 | 33 | |
|---|
| 24 | | -menu "I2C Encoders, decoders, sensors and other helper chips" |
|---|
| 25 | | - visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST |
|---|
| 26 | | - |
|---|
| 27 | | -comment "Audio decoders, processors and mixers" |
|---|
| 34 | +menu "Audio decoders, processors and mixers" |
|---|
| 35 | + visible if !MEDIA_HIDE_ANCILLARY_SUBDRV |
|---|
| 28 | 36 | |
|---|
| 29 | 37 | config VIDEO_TVAUDIO |
|---|
| 30 | 38 | tristate "Simple audio decoder chips" |
|---|
| 31 | 39 | depends on VIDEO_V4L2 && I2C |
|---|
| 32 | | - ---help--- |
|---|
| 40 | + help |
|---|
| 33 | 41 | Support for several audio decoder chips found on some bt8xx boards: |
|---|
| 34 | 42 | Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300, |
|---|
| 35 | 43 | tea6320, tea6420, tda8425, ta8874z. |
|---|
| .. | .. |
|---|
| 41 | 49 | config VIDEO_TDA7432 |
|---|
| 42 | 50 | tristate "Philips TDA7432 audio processor" |
|---|
| 43 | 51 | depends on VIDEO_V4L2 && I2C |
|---|
| 44 | | - ---help--- |
|---|
| 52 | + help |
|---|
| 45 | 53 | Support for tda7432 audio decoder chip found on some bt8xx boards. |
|---|
| 46 | 54 | |
|---|
| 47 | 55 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 50 | 58 | config VIDEO_TDA9840 |
|---|
| 51 | 59 | tristate "Philips TDA9840 audio processor" |
|---|
| 52 | 60 | depends on I2C |
|---|
| 53 | | - ---help--- |
|---|
| 61 | + help |
|---|
| 54 | 62 | Support for tda9840 audio decoder chip found on some Zoran boards. |
|---|
| 55 | 63 | |
|---|
| 56 | 64 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 58 | 66 | |
|---|
| 59 | 67 | config VIDEO_TDA1997X |
|---|
| 60 | 68 | tristate "NXP TDA1997x HDMI receiver" |
|---|
| 61 | | - depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
|---|
| 69 | + depends on VIDEO_V4L2 && I2C |
|---|
| 62 | 70 | depends on SND_SOC |
|---|
| 63 | 71 | select HDMI |
|---|
| 64 | 72 | select SND_PCM |
|---|
| 65 | 73 | select V4L2_FWNODE |
|---|
| 66 | | - ---help--- |
|---|
| 74 | + select MEDIA_CONTROLLER |
|---|
| 75 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 76 | + help |
|---|
| 67 | 77 | V4L2 subdevice driver for the NXP TDA1997x HDMI receivers. |
|---|
| 68 | 78 | |
|---|
| 69 | 79 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 72 | 82 | config VIDEO_TEA6415C |
|---|
| 73 | 83 | tristate "Philips TEA6415C audio processor" |
|---|
| 74 | 84 | depends on I2C |
|---|
| 75 | | - ---help--- |
|---|
| 85 | + help |
|---|
| 76 | 86 | Support for tea6415c audio decoder chip found on some bt8xx boards. |
|---|
| 77 | 87 | |
|---|
| 78 | 88 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 81 | 91 | config VIDEO_TEA6420 |
|---|
| 82 | 92 | tristate "Philips TEA6420 audio processor" |
|---|
| 83 | 93 | depends on I2C |
|---|
| 84 | | - ---help--- |
|---|
| 94 | + help |
|---|
| 85 | 95 | Support for tea6420 audio decoder chip found on some bt8xx boards. |
|---|
| 86 | 96 | |
|---|
| 87 | 97 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 90 | 100 | config VIDEO_MSP3400 |
|---|
| 91 | 101 | tristate "Micronas MSP34xx audio decoders" |
|---|
| 92 | 102 | depends on VIDEO_V4L2 && I2C |
|---|
| 93 | | - ---help--- |
|---|
| 103 | + help |
|---|
| 94 | 104 | Support for the Micronas MSP34xx series of audio decoders. |
|---|
| 95 | 105 | |
|---|
| 96 | 106 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 99 | 109 | config VIDEO_CS3308 |
|---|
| 100 | 110 | tristate "Cirrus Logic CS3308 audio ADC" |
|---|
| 101 | 111 | depends on VIDEO_V4L2 && I2C |
|---|
| 102 | | - ---help--- |
|---|
| 112 | + help |
|---|
| 103 | 113 | Support for the Cirrus Logic CS3308 High Performance 8-Channel |
|---|
| 104 | 114 | Analog Volume Control |
|---|
| 105 | 115 | |
|---|
| .. | .. |
|---|
| 109 | 119 | config VIDEO_CS5345 |
|---|
| 110 | 120 | tristate "Cirrus Logic CS5345 audio ADC" |
|---|
| 111 | 121 | depends on VIDEO_V4L2 && I2C |
|---|
| 112 | | - ---help--- |
|---|
| 122 | + help |
|---|
| 113 | 123 | Support for the Cirrus Logic CS5345 24-bit, 192 kHz |
|---|
| 114 | 124 | stereo A/D converter. |
|---|
| 115 | 125 | |
|---|
| .. | .. |
|---|
| 119 | 129 | config VIDEO_CS53L32A |
|---|
| 120 | 130 | tristate "Cirrus Logic CS53L32A audio ADC" |
|---|
| 121 | 131 | depends on VIDEO_V4L2 && I2C |
|---|
| 122 | | - ---help--- |
|---|
| 132 | + help |
|---|
| 123 | 133 | Support for the Cirrus Logic CS53L32A low voltage |
|---|
| 124 | 134 | stereo A/D converter. |
|---|
| 125 | 135 | |
|---|
| .. | .. |
|---|
| 129 | 139 | config VIDEO_TLV320AIC23B |
|---|
| 130 | 140 | tristate "Texas Instruments TLV320AIC23B audio codec" |
|---|
| 131 | 141 | depends on VIDEO_V4L2 && I2C |
|---|
| 132 | | - ---help--- |
|---|
| 142 | + help |
|---|
| 133 | 143 | Support for the Texas Instruments TLV320AIC23B audio codec. |
|---|
| 134 | 144 | |
|---|
| 135 | 145 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 138 | 148 | config VIDEO_UDA1342 |
|---|
| 139 | 149 | tristate "Philips UDA1342 audio codec" |
|---|
| 140 | 150 | depends on VIDEO_V4L2 && I2C |
|---|
| 141 | | - ---help--- |
|---|
| 151 | + help |
|---|
| 142 | 152 | Support for the Philips UDA1342 audio codec. |
|---|
| 143 | 153 | |
|---|
| 144 | 154 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 147 | 157 | config VIDEO_WM8775 |
|---|
| 148 | 158 | tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer" |
|---|
| 149 | 159 | depends on VIDEO_V4L2 && I2C |
|---|
| 150 | | - ---help--- |
|---|
| 160 | + help |
|---|
| 151 | 161 | Support for the Wolfson Microelectronics WM8775 high |
|---|
| 152 | 162 | performance stereo A/D Converter with a 4 channel input mixer. |
|---|
| 153 | 163 | |
|---|
| .. | .. |
|---|
| 157 | 167 | config VIDEO_WM8739 |
|---|
| 158 | 168 | tristate "Wolfson Microelectronics WM8739 stereo audio ADC" |
|---|
| 159 | 169 | depends on VIDEO_V4L2 && I2C |
|---|
| 160 | | - ---help--- |
|---|
| 170 | + help |
|---|
| 161 | 171 | Support for the Wolfson Microelectronics WM8739 |
|---|
| 162 | 172 | stereo A/D Converter. |
|---|
| 163 | 173 | |
|---|
| .. | .. |
|---|
| 167 | 177 | config VIDEO_VP27SMPX |
|---|
| 168 | 178 | tristate "Panasonic VP27's internal MPX" |
|---|
| 169 | 179 | depends on VIDEO_V4L2 && I2C |
|---|
| 170 | | - ---help--- |
|---|
| 180 | + help |
|---|
| 171 | 181 | Support for the internal MPX of the Panasonic VP27s tuner. |
|---|
| 172 | 182 | |
|---|
| 173 | 183 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 181 | 191 | |
|---|
| 182 | 192 | To compile this driver as a module, choose M here: the |
|---|
| 183 | 193 | module will be called sony-btf-mpx. |
|---|
| 194 | +endmenu |
|---|
| 184 | 195 | |
|---|
| 185 | | -comment "RDS decoders" |
|---|
| 196 | +menu "RDS decoders" |
|---|
| 197 | + visible if !MEDIA_HIDE_ANCILLARY_SUBDRV |
|---|
| 186 | 198 | |
|---|
| 187 | 199 | config VIDEO_SAA6588 |
|---|
| 188 | 200 | tristate "SAA6588 Radio Chip RDS decoder support" |
|---|
| .. | .. |
|---|
| 195 | 207 | |
|---|
| 196 | 208 | To compile this driver as a module, choose M here: the |
|---|
| 197 | 209 | module will be called saa6588. |
|---|
| 210 | +endmenu |
|---|
| 198 | 211 | |
|---|
| 199 | | -comment "Video decoders" |
|---|
| 212 | +menu "Video decoders" |
|---|
| 213 | + visible if !MEDIA_HIDE_ANCILLARY_SUBDRV |
|---|
| 200 | 214 | |
|---|
| 201 | 215 | config VIDEO_ADV7180 |
|---|
| 202 | 216 | tristate "Analog Devices ADV7180 decoder" |
|---|
| 203 | | - depends on GPIOLIB && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
|---|
| 204 | | - ---help--- |
|---|
| 217 | + depends on GPIOLIB && VIDEO_V4L2 && I2C |
|---|
| 218 | + select MEDIA_CONTROLLER |
|---|
| 219 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 220 | + help |
|---|
| 205 | 221 | Support for the Analog Devices ADV7180 video decoder. |
|---|
| 206 | 222 | |
|---|
| 207 | 223 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 210 | 226 | config VIDEO_ADV7183 |
|---|
| 211 | 227 | tristate "Analog Devices ADV7183 decoder" |
|---|
| 212 | 228 | depends on VIDEO_V4L2 && I2C |
|---|
| 213 | | - ---help--- |
|---|
| 229 | + help |
|---|
| 214 | 230 | V4l2 subdevice driver for the Analog Devices |
|---|
| 215 | 231 | ADV7183 video decoder. |
|---|
| 216 | 232 | |
|---|
| .. | .. |
|---|
| 219 | 235 | |
|---|
| 220 | 236 | config VIDEO_ADV748X |
|---|
| 221 | 237 | tristate "Analog Devices ADV748x decoder" |
|---|
| 222 | | - depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
|---|
| 238 | + depends on VIDEO_V4L2 && I2C |
|---|
| 223 | 239 | depends on OF |
|---|
| 240 | + select MEDIA_CONTROLLER |
|---|
| 241 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 224 | 242 | select REGMAP_I2C |
|---|
| 225 | | - ---help--- |
|---|
| 243 | + select V4L2_FWNODE |
|---|
| 244 | + help |
|---|
| 226 | 245 | V4L2 subdevice driver for the Analog Devices |
|---|
| 227 | 246 | ADV7481 and ADV7482 HDMI/Analog video decoders. |
|---|
| 228 | 247 | |
|---|
| .. | .. |
|---|
| 231 | 250 | |
|---|
| 232 | 251 | config VIDEO_ADV7604 |
|---|
| 233 | 252 | tristate "Analog Devices ADV7604 decoder" |
|---|
| 234 | | - depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
|---|
| 253 | + depends on VIDEO_V4L2 && I2C |
|---|
| 235 | 254 | depends on GPIOLIB || COMPILE_TEST |
|---|
| 255 | + select MEDIA_CONTROLLER |
|---|
| 256 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 257 | + select REGMAP_I2C |
|---|
| 236 | 258 | select HDMI |
|---|
| 237 | 259 | select V4L2_FWNODE |
|---|
| 238 | | - ---help--- |
|---|
| 260 | + help |
|---|
| 239 | 261 | Support for the Analog Devices ADV7604 video decoder. |
|---|
| 240 | 262 | |
|---|
| 241 | 263 | This is a Analog Devices Component/Graphics Digitizer |
|---|
| .. | .. |
|---|
| 248 | 270 | bool "Enable Analog Devices ADV7604 CEC support" |
|---|
| 249 | 271 | depends on VIDEO_ADV7604 |
|---|
| 250 | 272 | select CEC_CORE |
|---|
| 251 | | - ---help--- |
|---|
| 273 | + help |
|---|
| 252 | 274 | When selected the adv7604 will support the optional |
|---|
| 253 | 275 | HDMI CEC feature. |
|---|
| 254 | 276 | |
|---|
| 255 | 277 | config VIDEO_ADV7842 |
|---|
| 256 | 278 | tristate "Analog Devices ADV7842 decoder" |
|---|
| 257 | | - depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
|---|
| 279 | + depends on VIDEO_V4L2 && I2C |
|---|
| 280 | + select MEDIA_CONTROLLER |
|---|
| 281 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 258 | 282 | select HDMI |
|---|
| 259 | | - ---help--- |
|---|
| 283 | + help |
|---|
| 260 | 284 | Support for the Analog Devices ADV7842 video decoder. |
|---|
| 261 | 285 | |
|---|
| 262 | 286 | This is a Analog Devices Component/Graphics/SD Digitizer |
|---|
| .. | .. |
|---|
| 269 | 293 | bool "Enable Analog Devices ADV7842 CEC support" |
|---|
| 270 | 294 | depends on VIDEO_ADV7842 |
|---|
| 271 | 295 | select CEC_CORE |
|---|
| 272 | | - ---help--- |
|---|
| 296 | + help |
|---|
| 273 | 297 | When selected the adv7842 will support the optional |
|---|
| 274 | 298 | HDMI CEC feature. |
|---|
| 275 | 299 | |
|---|
| 276 | 300 | config VIDEO_BT819 |
|---|
| 277 | 301 | tristate "BT819A VideoStream decoder" |
|---|
| 278 | 302 | depends on VIDEO_V4L2 && I2C |
|---|
| 279 | | - ---help--- |
|---|
| 303 | + help |
|---|
| 280 | 304 | Support for BT819A video decoder. |
|---|
| 281 | 305 | |
|---|
| 282 | 306 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 285 | 309 | config VIDEO_BT856 |
|---|
| 286 | 310 | tristate "BT856 VideoStream decoder" |
|---|
| 287 | 311 | depends on VIDEO_V4L2 && I2C |
|---|
| 288 | | - ---help--- |
|---|
| 312 | + help |
|---|
| 289 | 313 | Support for BT856 video decoder. |
|---|
| 290 | 314 | |
|---|
| 291 | 315 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 294 | 318 | config VIDEO_BT866 |
|---|
| 295 | 319 | tristate "BT866 VideoStream decoder" |
|---|
| 296 | 320 | depends on VIDEO_V4L2 && I2C |
|---|
| 297 | | - ---help--- |
|---|
| 321 | + help |
|---|
| 298 | 322 | Support for BT866 video decoder. |
|---|
| 299 | 323 | |
|---|
| 300 | 324 | To compile this driver as a module, choose M here: the |
|---|
| 301 | 325 | module will be called bt866. |
|---|
| 302 | 326 | |
|---|
| 327 | +config VIDEO_EP9461E |
|---|
| 328 | + tristate "Semiconn EP9461E decoder" |
|---|
| 329 | + depends on I2C |
|---|
| 330 | + select HDMI |
|---|
| 331 | + help |
|---|
| 332 | + Support for the Semiconn EP9461E 4 HDMI switch. |
|---|
| 333 | + |
|---|
| 334 | + To compile this driver as a module, choose M here: the |
|---|
| 335 | + module will be called ep9461e. |
|---|
| 336 | + |
|---|
| 303 | 337 | config VIDEO_KS0127 |
|---|
| 304 | 338 | tristate "KS0127 video decoder" |
|---|
| 305 | 339 | depends on VIDEO_V4L2 && I2C |
|---|
| 306 | | - ---help--- |
|---|
| 340 | + help |
|---|
| 307 | 341 | Support for KS0127 video decoder. |
|---|
| 308 | 342 | |
|---|
| 309 | 343 | This chip is used on AverMedia AVS6EYES Zoran-based MJPEG |
|---|
| .. | .. |
|---|
| 312 | 346 | To compile this driver as a module, choose M here: the |
|---|
| 313 | 347 | module will be called ks0127. |
|---|
| 314 | 348 | |
|---|
| 315 | | -config VIDEO_ML86V7667 |
|---|
| 316 | | - tristate "OKI ML86V7667 video decoder" |
|---|
| 317 | | - depends on VIDEO_V4L2 && I2C |
|---|
| 318 | | - ---help--- |
|---|
| 319 | | - Support for the OKI Semiconductor ML86V7667 video decoder. |
|---|
| 320 | | - |
|---|
| 321 | | - To compile this driver as a module, choose M here: the |
|---|
| 322 | | - module will be called ml86v7667. |
|---|
| 323 | | - |
|---|
| 324 | | -config VIDEO_AD5820 |
|---|
| 325 | | - tristate "AD5820 lens voice coil support" |
|---|
| 326 | | - depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER |
|---|
| 327 | | - ---help--- |
|---|
| 328 | | - This is a driver for the AD5820 camera lens voice coil. |
|---|
| 329 | | - It is used for example in Nokia N900 (RX-51). |
|---|
| 330 | | - |
|---|
| 331 | | -config VIDEO_AK7375 |
|---|
| 332 | | - tristate "AK7375 lens voice coil support" |
|---|
| 333 | | - depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER |
|---|
| 334 | | - depends on VIDEO_V4L2_SUBDEV_API |
|---|
| 335 | | - help |
|---|
| 336 | | - This is a driver for the AK7375 camera lens voice coil. |
|---|
| 337 | | - AK7375 is a 12 bit DAC with 120mA output current sink |
|---|
| 338 | | - capability. This is designed for linear control of |
|---|
| 339 | | - voice coil motors, controlled via I2C serial interface. |
|---|
| 340 | | - |
|---|
| 341 | | -config VIDEO_DW9714 |
|---|
| 342 | | - tristate "DW9714 lens voice coil support" |
|---|
| 343 | | - depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER |
|---|
| 344 | | - depends on VIDEO_V4L2_SUBDEV_API |
|---|
| 345 | | - ---help--- |
|---|
| 346 | | - This is a driver for the DW9714 camera lens voice coil. |
|---|
| 347 | | - DW9714 is a 10 bit DAC with 120mA output current sink |
|---|
| 348 | | - capability. This is designed for linear control of |
|---|
| 349 | | - voice coil motors, controlled via I2C serial interface. |
|---|
| 350 | | - |
|---|
| 351 | | -config VIDEO_DW9718 |
|---|
| 352 | | - tristate "DW9718 lens voice coil support" |
|---|
| 353 | | - depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER |
|---|
| 354 | | - depends on VIDEO_V4L2_SUBDEV_API |
|---|
| 355 | | - ---help--- |
|---|
| 356 | | - This is a driver for the DW9718 camera lens voice coil. |
|---|
| 357 | | - DW9718 is a 10 bit DAC with 100mA output current sink |
|---|
| 358 | | - capability. This is designed for linear control of |
|---|
| 359 | | - voice coil motors, controlled via I2C serial interface. |
|---|
| 360 | | - |
|---|
| 361 | | -config VIDEO_DW9807_VCM |
|---|
| 362 | | - tristate "DW9807 lens voice coil support" |
|---|
| 363 | | - depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER |
|---|
| 364 | | - depends on VIDEO_V4L2_SUBDEV_API |
|---|
| 365 | | - ---help--- |
|---|
| 366 | | - This is a driver for the DW9807 camera lens voice coil. |
|---|
| 367 | | - DW9807 is a 10 bit DAC with 100mA output current sink |
|---|
| 368 | | - capability. This is designed for linear control of |
|---|
| 369 | | - voice coil motors, controlled via I2C serial interface. |
|---|
| 370 | | - |
|---|
| 371 | | -config VIDEO_FP5501 |
|---|
| 372 | | - tristate "FP5501 step motor driver for camera focus/zoom" |
|---|
| 373 | | - depends on VIDEO_V4L2 && MEDIA_CONTROLLER |
|---|
| 374 | | - help |
|---|
| 375 | | - This a driver used GPIO to drive motor |
|---|
| 376 | | - |
|---|
| 377 | | -config VIDEO_FP5510 |
|---|
| 378 | | - tristate "FP5510 lens voice coil support" |
|---|
| 379 | | - depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER |
|---|
| 380 | | - depends on VIDEO_V4L2_SUBDEV_API |
|---|
| 381 | | - help |
|---|
| 382 | | - This is a driver for the FP5510 camera lens voice coil. |
|---|
| 383 | | - |
|---|
| 384 | | -config VIDEO_GT9760S |
|---|
| 385 | | - tristate "GT9760S lens voice coil support" |
|---|
| 386 | | - depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER |
|---|
| 387 | | - depends on VIDEO_V4L2_SUBDEV_API |
|---|
| 388 | | - help |
|---|
| 389 | | - This is a driver for the GT9760S camera lens voice coil. |
|---|
| 390 | | - |
|---|
| 391 | | -config VIDEO_VM149C |
|---|
| 392 | | - tristate "VM149C lens voice coil support" |
|---|
| 393 | | - depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER |
|---|
| 394 | | - depends on VIDEO_V4L2_SUBDEV_API |
|---|
| 395 | | - help |
|---|
| 396 | | - This is a driver for the VM149C camera lens voice coil. |
|---|
| 397 | | - |
|---|
| 398 | | -config VIDEO_OTP_EEPROM |
|---|
| 399 | | - tristate "sensor otp from eeprom support" |
|---|
| 400 | | - depends on VIDEO_V4L2 && I2C |
|---|
| 401 | | - select V4L2_FWNODE |
|---|
| 402 | | - help |
|---|
| 403 | | - This driver supports OTP load from eeprom. |
|---|
| 404 | | - |
|---|
| 405 | | -config VIDEO_SAA7110 |
|---|
| 406 | | - tristate "Philips SAA7110 video decoder" |
|---|
| 407 | | - depends on VIDEO_V4L2 && I2C |
|---|
| 408 | | - ---help--- |
|---|
| 409 | | - Support for the Philips SAA7110 video decoders. |
|---|
| 410 | | - |
|---|
| 411 | | - To compile this driver as a module, choose M here: the |
|---|
| 412 | | - module will be called saa7110. |
|---|
| 413 | | - |
|---|
| 414 | | -config VIDEO_SAA711X |
|---|
| 415 | | - tristate "Philips SAA7111/3/4/5 video decoders" |
|---|
| 416 | | - depends on VIDEO_V4L2 && I2C |
|---|
| 417 | | - ---help--- |
|---|
| 418 | | - Support for the Philips SAA7111/3/4/5 video decoders. |
|---|
| 419 | | - |
|---|
| 420 | | - To compile this driver as a module, choose M here: the |
|---|
| 421 | | - module will be called saa7115. |
|---|
| 422 | | - |
|---|
| 423 | | -config VIDEO_TC358743 |
|---|
| 424 | | - tristate "Toshiba TC358743 decoder" |
|---|
| 425 | | - depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
|---|
| 426 | | - select HDMI |
|---|
| 427 | | - select V4L2_FWNODE |
|---|
| 428 | | - ---help--- |
|---|
| 429 | | - Support for the Toshiba TC358743 HDMI to MIPI CSI-2 bridge. |
|---|
| 430 | | - |
|---|
| 431 | | - To compile this driver as a module, choose M here: the |
|---|
| 432 | | - module will be called tc358743. |
|---|
| 433 | | - |
|---|
| 434 | | -config VIDEO_TC358743_CEC |
|---|
| 435 | | - bool "Enable Toshiba TC358743 CEC support" |
|---|
| 436 | | - depends on VIDEO_TC358743 |
|---|
| 437 | | - select CEC_CORE |
|---|
| 438 | | - ---help--- |
|---|
| 439 | | - When selected the tc358743 will support the optional |
|---|
| 440 | | - HDMI CEC feature. |
|---|
| 441 | | - |
|---|
| 442 | | -config VIDEO_TC35874X |
|---|
| 443 | | - tristate "Toshiba TC35874X decoder" |
|---|
| 349 | +config VIDEO_IT6616 |
|---|
| 350 | + tristate "ITE IT6616 decoder" |
|---|
| 444 | 351 | depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
|---|
| 445 | 352 | select HDMI |
|---|
| 446 | 353 | select V4L2_FWNODE |
|---|
| 447 | 354 | help |
|---|
| 448 | | - Support for the Toshiba TC35874X series HDMI to MIPI CSI-2 bridge. |
|---|
| 355 | + Support for the ITE IT6616 series HDMI to MIPI CSI-2 bridge. |
|---|
| 449 | 356 | |
|---|
| 450 | 357 | To compile this driver as a module, choose M here: the |
|---|
| 451 | | - module will be called tc35874x. |
|---|
| 452 | | - |
|---|
| 453 | | -config VIDEO_RK628_CSI |
|---|
| 454 | | - tristate "Rockchip RK628_CSI decoder" |
|---|
| 455 | | - depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
|---|
| 456 | | - select HDMI |
|---|
| 457 | | - select V4L2_FWNODE |
|---|
| 458 | | - help |
|---|
| 459 | | - Support for the Rockchip RK628 HDMI to MIPI CSI-2 bridge. |
|---|
| 460 | | - |
|---|
| 461 | | - To compile this driver as a module, choose M here: the |
|---|
| 462 | | - module will be called rk628-csi. |
|---|
| 358 | + module will be called IT6616. |
|---|
| 463 | 359 | |
|---|
| 464 | 360 | config VIDEO_LT6911UXC |
|---|
| 465 | 361 | tristate "Lontium LT6911UXC decoder" |
|---|
| .. | .. |
|---|
| 472 | 368 | To compile this driver as a module, choose M here: the |
|---|
| 473 | 369 | module will be called lt6911uxc. |
|---|
| 474 | 370 | |
|---|
| 371 | +config VIDEO_LT6911UXE |
|---|
| 372 | + tristate "Lontium LT6911UXE decoder" |
|---|
| 373 | + depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
|---|
| 374 | + select HDMI |
|---|
| 375 | + select V4L2_FWNODE |
|---|
| 376 | + help |
|---|
| 377 | + Support for the Lontium LT6911UXE series HDMI to MIPI CSI-2 bridge. |
|---|
| 378 | + |
|---|
| 379 | + To compile this driver as a module, choose M here: the |
|---|
| 380 | + module will be called lt6911uxe. |
|---|
| 381 | + |
|---|
| 475 | 382 | config VIDEO_LT7911D |
|---|
| 476 | 383 | tristate "Lontium LT7911D decoder" |
|---|
| 477 | 384 | depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
|---|
| .. | .. |
|---|
| 482 | 389 | |
|---|
| 483 | 390 | To compile this driver as a module, choose M here: the |
|---|
| 484 | 391 | module will be called lt7911d. |
|---|
| 392 | + |
|---|
| 393 | +config VIDEO_LT7911UXC |
|---|
| 394 | + tristate "Lontium LT7911UXC decoder" |
|---|
| 395 | + depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
|---|
| 396 | + select HDMI |
|---|
| 397 | + select V4L2_FWNODE |
|---|
| 398 | + help |
|---|
| 399 | + Support for the Lontium LT7911UXC series type-c DP to MIPI CSI-2 bridge. |
|---|
| 400 | + |
|---|
| 401 | + To compile this driver as a module, choose M here: the |
|---|
| 402 | + module will be called lt7911uxc. |
|---|
| 485 | 403 | |
|---|
| 486 | 404 | config VIDEO_LT8619C |
|---|
| 487 | 405 | tristate "Lontium LT8619C decoder" |
|---|
| .. | .. |
|---|
| 494 | 412 | To compile this driver as a module, choose M here: the |
|---|
| 495 | 413 | module will be called lt8619c. |
|---|
| 496 | 414 | |
|---|
| 415 | +config VIDEO_ML86V7667 |
|---|
| 416 | + tristate "OKI ML86V7667 video decoder" |
|---|
| 417 | + depends on VIDEO_V4L2 && I2C |
|---|
| 418 | + help |
|---|
| 419 | + Support for the OKI Semiconductor ML86V7667 video decoder. |
|---|
| 420 | + |
|---|
| 421 | + To compile this driver as a module, choose M here: the |
|---|
| 422 | + module will be called ml86v7667. |
|---|
| 423 | + |
|---|
| 424 | +config VIDEO_NVP6158 |
|---|
| 425 | + tristate "NEXTCHIP nvp6158 driver support" |
|---|
| 426 | + depends on VIDEO_V4L2 && I2C |
|---|
| 427 | + help |
|---|
| 428 | + Support for the Nextchip NVP6158 multi channels digital decode to |
|---|
| 429 | + BT656/BT1120 bridge. |
|---|
| 430 | + |
|---|
| 431 | + To compile this driver as a module, choose M here: the |
|---|
| 432 | + module will be called nvp6158_drv. |
|---|
| 433 | + |
|---|
| 434 | +config VIDEO_NVP6188 |
|---|
| 435 | + tristate "NEXTCHIP nvp6188 driver support" |
|---|
| 436 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 437 | + help |
|---|
| 438 | + Support for the Nextchip NVP6188 multi channels digital decode to |
|---|
| 439 | + MIPI CSI-2 bridge. |
|---|
| 440 | + |
|---|
| 441 | + To compile this driver as a module, choose M here: the |
|---|
| 442 | + module will be called nvp6188. |
|---|
| 443 | + |
|---|
| 444 | +config VIDEO_NVP6324 |
|---|
| 445 | + tristate "NEXTCHIP nvp6324 driver support" |
|---|
| 446 | + depends on VIDEO_V4L2 && I2C |
|---|
| 447 | + help |
|---|
| 448 | + Support for the NEXTCHIP NVP6324 video decoder. |
|---|
| 449 | + |
|---|
| 450 | + To compile this driver as a module, choose M here: the |
|---|
| 451 | + module will be called jaguar1_drv. |
|---|
| 452 | + |
|---|
| 453 | +config VIDEO_OTP_EEPROM |
|---|
| 454 | + tristate "sensor otp from eeprom support" |
|---|
| 455 | + depends on VIDEO_V4L2 && I2C |
|---|
| 456 | + select V4L2_FWNODE |
|---|
| 457 | + help |
|---|
| 458 | + This driver supports OTP load from eeprom. |
|---|
| 459 | + |
|---|
| 460 | +source "drivers/media/i2c/rk628/Kconfig" |
|---|
| 461 | + |
|---|
| 462 | +config VIDEO_SAA7110 |
|---|
| 463 | + tristate "Philips SAA7110 video decoder" |
|---|
| 464 | + depends on VIDEO_V4L2 && I2C |
|---|
| 465 | + help |
|---|
| 466 | + Support for the Philips SAA7110 video decoders. |
|---|
| 467 | + |
|---|
| 468 | + To compile this driver as a module, choose M here: the |
|---|
| 469 | + module will be called saa7110. |
|---|
| 470 | + |
|---|
| 471 | +config VIDEO_SAA711X |
|---|
| 472 | + tristate "Philips SAA7111/3/4/5 video decoders" |
|---|
| 473 | + depends on VIDEO_V4L2 && I2C |
|---|
| 474 | + help |
|---|
| 475 | + Support for the Philips SAA7111/3/4/5 video decoders. |
|---|
| 476 | + |
|---|
| 477 | + To compile this driver as a module, choose M here: the |
|---|
| 478 | + module will be called saa7115. |
|---|
| 479 | + |
|---|
| 480 | +config VIDEO_TC358743 |
|---|
| 481 | + tristate "Toshiba TC358743 decoder" |
|---|
| 482 | + depends on VIDEO_V4L2 && I2C |
|---|
| 483 | + select MEDIA_CONTROLLER |
|---|
| 484 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 485 | + select HDMI |
|---|
| 486 | + select V4L2_FWNODE |
|---|
| 487 | + help |
|---|
| 488 | + Support for the Toshiba TC358743 HDMI to MIPI CSI-2 bridge. |
|---|
| 489 | + |
|---|
| 490 | + To compile this driver as a module, choose M here: the |
|---|
| 491 | + module will be called tc358743. |
|---|
| 492 | + |
|---|
| 493 | +config VIDEO_TC358743_CEC |
|---|
| 494 | + bool "Enable Toshiba TC358743 CEC support" |
|---|
| 495 | + depends on VIDEO_TC358743 |
|---|
| 496 | + select CEC_CORE |
|---|
| 497 | + help |
|---|
| 498 | + When selected the tc358743 will support the optional |
|---|
| 499 | + HDMI CEC feature. |
|---|
| 500 | + |
|---|
| 501 | +config VIDEO_TC35874X |
|---|
| 502 | + tristate "Toshiba TC35874X decoder" |
|---|
| 503 | + depends on VIDEO_V4L2 && I2C |
|---|
| 504 | + select MEDIA_CONTROLLER |
|---|
| 505 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 506 | + select HDMI |
|---|
| 507 | + select V4L2_FWNODE |
|---|
| 508 | + help |
|---|
| 509 | + Support for the Toshiba TC35874X HDMI to MIPI CSI-2 bridge. |
|---|
| 510 | + |
|---|
| 511 | + To compile this driver as a module, choose M here: the |
|---|
| 512 | + module will be called tc35874x. |
|---|
| 513 | + |
|---|
| 497 | 514 | config VIDEO_TECHPOINT |
|---|
| 498 | 515 | tristate "TechPoint decoder" |
|---|
| 499 | 516 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| .. | .. |
|---|
| 505 | 522 | To compile this driver as a module, choose M here: the |
|---|
| 506 | 523 | module will be called TechPoint. |
|---|
| 507 | 524 | |
|---|
| 525 | +config VIDEO_THCV244 |
|---|
| 526 | + tristate "Thine THCV244 decoder" |
|---|
| 527 | + depends on VIDEO_V4L2 && I2C |
|---|
| 528 | + select MEDIA_CONTROLLER |
|---|
| 529 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 530 | + select HDMI |
|---|
| 531 | + select V4L2_FWNODE |
|---|
| 532 | + help |
|---|
| 533 | + Support for the Thine THCV244 deserializer. |
|---|
| 534 | + |
|---|
| 535 | + To compile this driver as a module, choose M here: the |
|---|
| 536 | + module will be called thcv244. |
|---|
| 537 | + |
|---|
| 508 | 538 | config VIDEO_TVP514X |
|---|
| 509 | 539 | tristate "Texas Instruments TVP514x video decoder" |
|---|
| 510 | 540 | depends on VIDEO_V4L2 && I2C |
|---|
| 511 | 541 | select V4L2_FWNODE |
|---|
| 512 | | - ---help--- |
|---|
| 542 | + help |
|---|
| 513 | 543 | This is a Video4Linux2 sensor driver for the TI TVP5146/47 |
|---|
| 514 | 544 | decoder. It is currently working with the TI OMAP3 camera |
|---|
| 515 | 545 | controller. |
|---|
| .. | .. |
|---|
| 521 | 551 | tristate "Texas Instruments TVP5150 video decoder" |
|---|
| 522 | 552 | depends on VIDEO_V4L2 && I2C |
|---|
| 523 | 553 | select V4L2_FWNODE |
|---|
| 524 | | - ---help--- |
|---|
| 554 | + select REGMAP_I2C |
|---|
| 555 | + help |
|---|
| 525 | 556 | Support for the Texas Instruments TVP5150 video decoder. |
|---|
| 526 | 557 | |
|---|
| 527 | 558 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 531 | 562 | tristate "Texas Instruments TVP7002 video decoder" |
|---|
| 532 | 563 | depends on VIDEO_V4L2 && I2C |
|---|
| 533 | 564 | select V4L2_FWNODE |
|---|
| 534 | | - ---help--- |
|---|
| 565 | + help |
|---|
| 535 | 566 | Support for the Texas Instruments TVP7002 video decoder. |
|---|
| 536 | 567 | |
|---|
| 537 | 568 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 540 | 571 | config VIDEO_TW2804 |
|---|
| 541 | 572 | tristate "Techwell TW2804 multiple video decoder" |
|---|
| 542 | 573 | depends on VIDEO_V4L2 && I2C |
|---|
| 543 | | - ---help--- |
|---|
| 574 | + help |
|---|
| 544 | 575 | Support for the Techwell tw2804 multiple video decoder. |
|---|
| 545 | 576 | |
|---|
| 546 | 577 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 549 | 580 | config VIDEO_TW9903 |
|---|
| 550 | 581 | tristate "Techwell TW9903 video decoder" |
|---|
| 551 | 582 | depends on VIDEO_V4L2 && I2C |
|---|
| 552 | | - ---help--- |
|---|
| 583 | + help |
|---|
| 553 | 584 | Support for the Techwell tw9903 multi-standard video decoder |
|---|
| 554 | 585 | with high quality down scaler. |
|---|
| 555 | 586 | |
|---|
| .. | .. |
|---|
| 559 | 590 | config VIDEO_TW9906 |
|---|
| 560 | 591 | tristate "Techwell TW9906 video decoder" |
|---|
| 561 | 592 | depends on VIDEO_V4L2 && I2C |
|---|
| 562 | | - ---help--- |
|---|
| 593 | + help |
|---|
| 563 | 594 | Support for the Techwell tw9906 enhanced multi-standard comb filter |
|---|
| 564 | 595 | video decoder with YCbCr input support. |
|---|
| 565 | 596 | |
|---|
| .. | .. |
|---|
| 569 | 600 | config VIDEO_TW9910 |
|---|
| 570 | 601 | tristate "Techwell TW9910 video decoder" |
|---|
| 571 | 602 | depends on VIDEO_V4L2 && I2C |
|---|
| 572 | | - ---help--- |
|---|
| 603 | + help |
|---|
| 573 | 604 | Support for Techwell TW9910 NTSC/PAL/SECAM video decoder. |
|---|
| 574 | 605 | |
|---|
| 575 | 606 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 578 | 609 | config VIDEO_VPX3220 |
|---|
| 579 | 610 | tristate "vpx3220a, vpx3216b & vpx3214c video decoders" |
|---|
| 580 | 611 | depends on VIDEO_V4L2 && I2C |
|---|
| 581 | | - ---help--- |
|---|
| 612 | + help |
|---|
| 582 | 613 | Support for VPX322x video decoders. |
|---|
| 583 | 614 | |
|---|
| 584 | 615 | To compile this driver as a module, choose M here: the |
|---|
| 585 | 616 | module will be called vpx3220. |
|---|
| 617 | + |
|---|
| 618 | +config VIDEO_MAX9286 |
|---|
| 619 | + tristate "Maxim MAX9286 GMSL deserializer support" |
|---|
| 620 | + depends on I2C && I2C_MUX |
|---|
| 621 | + depends on OF_GPIO |
|---|
| 622 | + select V4L2_FWNODE |
|---|
| 623 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 624 | + select MEDIA_CONTROLLER |
|---|
| 625 | + help |
|---|
| 626 | + This driver supports the Maxim MAX9286 GMSL deserializer. |
|---|
| 627 | + |
|---|
| 628 | + To compile this driver as a module, choose M here: the |
|---|
| 629 | + module will be called max9286. |
|---|
| 630 | + |
|---|
| 631 | +config VIDEO_MAX96712 |
|---|
| 632 | + tristate "Maxim MAX96712 GMSL deserializer support" |
|---|
| 633 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 634 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 635 | + select V4L2_FWNODE |
|---|
| 636 | + help |
|---|
| 637 | + This driver supports the Maxim MAX96712 GMSL deserializer. |
|---|
| 638 | + |
|---|
| 639 | + To compile this driver as a module, choose M here: the |
|---|
| 640 | + module will be called max96712. |
|---|
| 641 | + |
|---|
| 642 | +config VIDEO_MAX96714 |
|---|
| 643 | + tristate "Maxim MAX96714 GMSL deserializer support" |
|---|
| 644 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 645 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 646 | + select V4L2_FWNODE |
|---|
| 647 | + help |
|---|
| 648 | + This driver supports the Maxim MAX96714 GMSL deserializer. |
|---|
| 649 | + |
|---|
| 650 | + To compile this driver as a module, choose M here: the |
|---|
| 651 | + module will be called max96714. |
|---|
| 652 | + |
|---|
| 653 | +config VIDEO_MAX96722 |
|---|
| 654 | + tristate "Maxim MAX96722 GMSL deserializer support" |
|---|
| 655 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 656 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 657 | + select V4L2_FWNODE |
|---|
| 658 | + help |
|---|
| 659 | + This driver supports the Maxim MAX96722 GMSL deserializer. |
|---|
| 660 | + |
|---|
| 661 | + To compile this driver as a module, choose M here: the |
|---|
| 662 | + module will be called max96722. |
|---|
| 586 | 663 | |
|---|
| 587 | 664 | comment "Video and audio decoders" |
|---|
| 588 | 665 | |
|---|
| 589 | 666 | config VIDEO_SAA717X |
|---|
| 590 | 667 | tristate "Philips SAA7171/3/4 audio/video decoders" |
|---|
| 591 | 668 | depends on VIDEO_V4L2 && I2C |
|---|
| 592 | | - ---help--- |
|---|
| 669 | + help |
|---|
| 593 | 670 | Support for the Philips SAA7171/3/4 audio/video decoders. |
|---|
| 594 | 671 | |
|---|
| 595 | 672 | To compile this driver as a module, choose M here: the |
|---|
| 596 | 673 | module will be called saa717x. |
|---|
| 597 | 674 | |
|---|
| 598 | 675 | source "drivers/media/i2c/cx25840/Kconfig" |
|---|
| 676 | +source "drivers/media/i2c/it66353/Kconfig" |
|---|
| 599 | 677 | |
|---|
| 600 | | -comment "Video encoders" |
|---|
| 678 | +endmenu |
|---|
| 679 | + |
|---|
| 680 | +menu "Video encoders" |
|---|
| 681 | + visible if !MEDIA_HIDE_ANCILLARY_SUBDRV |
|---|
| 601 | 682 | |
|---|
| 602 | 683 | config VIDEO_SAA7127 |
|---|
| 603 | 684 | tristate "Philips SAA7127/9 digital video encoders" |
|---|
| 604 | 685 | depends on VIDEO_V4L2 && I2C |
|---|
| 605 | | - ---help--- |
|---|
| 686 | + help |
|---|
| 606 | 687 | Support for the Philips SAA7127/9 digital video encoders. |
|---|
| 607 | 688 | |
|---|
| 608 | 689 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 611 | 692 | config VIDEO_SAA7185 |
|---|
| 612 | 693 | tristate "Philips SAA7185 video encoder" |
|---|
| 613 | 694 | depends on VIDEO_V4L2 && I2C |
|---|
| 614 | | - ---help--- |
|---|
| 695 | + help |
|---|
| 615 | 696 | Support for the Philips SAA7185 video encoder. |
|---|
| 616 | 697 | |
|---|
| 617 | 698 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 620 | 701 | config VIDEO_ADV7170 |
|---|
| 621 | 702 | tristate "Analog Devices ADV7170 video encoder" |
|---|
| 622 | 703 | depends on VIDEO_V4L2 && I2C |
|---|
| 623 | | - ---help--- |
|---|
| 704 | + help |
|---|
| 624 | 705 | Support for the Analog Devices ADV7170 video encoder driver |
|---|
| 625 | 706 | |
|---|
| 626 | 707 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 629 | 710 | config VIDEO_ADV7175 |
|---|
| 630 | 711 | tristate "Analog Devices ADV7175 video encoder" |
|---|
| 631 | 712 | depends on VIDEO_V4L2 && I2C |
|---|
| 632 | | - ---help--- |
|---|
| 713 | + help |
|---|
| 633 | 714 | Support for the Analog Devices ADV7175 video encoder driver |
|---|
| 634 | 715 | |
|---|
| 635 | 716 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 655 | 736 | |
|---|
| 656 | 737 | config VIDEO_ADV7511 |
|---|
| 657 | 738 | tristate "Analog Devices ADV7511 encoder" |
|---|
| 658 | | - depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
|---|
| 739 | + depends on VIDEO_V4L2 && I2C |
|---|
| 740 | + depends on DRM_I2C_ADV7511=n || COMPILE_TEST |
|---|
| 741 | + select MEDIA_CONTROLLER |
|---|
| 742 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 659 | 743 | select HDMI |
|---|
| 660 | | - ---help--- |
|---|
| 744 | + help |
|---|
| 661 | 745 | Support for the Analog Devices ADV7511 video encoder. |
|---|
| 662 | 746 | |
|---|
| 663 | 747 | This is a Analog Devices HDMI transmitter. |
|---|
| .. | .. |
|---|
| 669 | 753 | bool "Enable Analog Devices ADV7511 CEC support" |
|---|
| 670 | 754 | depends on VIDEO_ADV7511 |
|---|
| 671 | 755 | select CEC_CORE |
|---|
| 672 | | - ---help--- |
|---|
| 756 | + help |
|---|
| 673 | 757 | When selected the adv7511 will support the optional |
|---|
| 674 | 758 | HDMI CEC feature. |
|---|
| 675 | 759 | |
|---|
| 676 | 760 | config VIDEO_AD9389B |
|---|
| 677 | 761 | tristate "Analog Devices AD9389B encoder" |
|---|
| 678 | | - depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
|---|
| 679 | | - ---help--- |
|---|
| 762 | + depends on VIDEO_V4L2 && I2C |
|---|
| 763 | + select MEDIA_CONTROLLER |
|---|
| 764 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 765 | + |
|---|
| 766 | + help |
|---|
| 680 | 767 | Support for the Analog Devices AD9389B video encoder. |
|---|
| 681 | 768 | |
|---|
| 682 | 769 | This is a Analog Devices HDMI transmitter. |
|---|
| .. | .. |
|---|
| 693 | 780 | config VIDEO_THS8200 |
|---|
| 694 | 781 | tristate "Texas Instruments THS8200 video encoder" |
|---|
| 695 | 782 | depends on VIDEO_V4L2 && I2C |
|---|
| 696 | | - ---help--- |
|---|
| 783 | + help |
|---|
| 697 | 784 | Support for the Texas Instruments THS8200 video encoder. |
|---|
| 698 | 785 | |
|---|
| 699 | 786 | To compile this driver as a module, choose M here: the |
|---|
| 700 | 787 | module will be called ths8200. |
|---|
| 788 | +endmenu |
|---|
| 701 | 789 | |
|---|
| 702 | | -comment "Camera sensor devices" |
|---|
| 790 | +menu "Video improvement chips" |
|---|
| 791 | + visible if !MEDIA_HIDE_ANCILLARY_SUBDRV |
|---|
| 792 | + |
|---|
| 793 | +config VIDEO_UPD64031A |
|---|
| 794 | + tristate "NEC Electronics uPD64031A Ghost Reduction" |
|---|
| 795 | + depends on VIDEO_V4L2 && I2C |
|---|
| 796 | + help |
|---|
| 797 | + Support for the NEC Electronics uPD64031A Ghost Reduction |
|---|
| 798 | + video chip. It is most often found in NTSC TV cards made for |
|---|
| 799 | + Japan and is used to reduce the 'ghosting' effect that can |
|---|
| 800 | + be present in analog TV broadcasts. |
|---|
| 801 | + |
|---|
| 802 | + To compile this driver as a module, choose M here: the |
|---|
| 803 | + module will be called upd64031a. |
|---|
| 804 | + |
|---|
| 805 | +config VIDEO_UPD64083 |
|---|
| 806 | + tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation" |
|---|
| 807 | + depends on VIDEO_V4L2 && I2C |
|---|
| 808 | + help |
|---|
| 809 | + Support for the NEC Electronics uPD64083 3-Dimensional Y/C |
|---|
| 810 | + separation video chip. It is used to improve the quality of |
|---|
| 811 | + the colors of a composite signal. |
|---|
| 812 | + |
|---|
| 813 | + To compile this driver as a module, choose M here: the |
|---|
| 814 | + module will be called upd64083. |
|---|
| 815 | +endmenu |
|---|
| 816 | + |
|---|
| 817 | +menu "Audio/Video compression chips" |
|---|
| 818 | + visible if !MEDIA_HIDE_ANCILLARY_SUBDRV |
|---|
| 819 | + |
|---|
| 820 | +config VIDEO_SAA6752HS |
|---|
| 821 | + tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder" |
|---|
| 822 | + depends on VIDEO_V4L2 && I2C |
|---|
| 823 | + select CRC32 |
|---|
| 824 | + help |
|---|
| 825 | + Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3 |
|---|
| 826 | + audio encoder with multiplexer. |
|---|
| 827 | + |
|---|
| 828 | + To compile this driver as a module, choose M here: the |
|---|
| 829 | + module will be called saa6752hs. |
|---|
| 830 | + |
|---|
| 831 | +endmenu |
|---|
| 832 | + |
|---|
| 833 | +menu "SDR tuner chips" |
|---|
| 834 | + visible if !MEDIA_HIDE_ANCILLARY_SUBDRV |
|---|
| 835 | + |
|---|
| 836 | +config SDR_MAX2175 |
|---|
| 837 | + tristate "Maxim 2175 RF to Bits tuner" |
|---|
| 838 | + depends on VIDEO_V4L2 && MEDIA_SDR_SUPPORT && I2C |
|---|
| 839 | + select REGMAP_I2C |
|---|
| 840 | + help |
|---|
| 841 | + Support for Maxim 2175 tuner. It is an advanced analog/digital |
|---|
| 842 | + radio receiver with RF-to-Bits front-end designed for SDR solutions. |
|---|
| 843 | + |
|---|
| 844 | + To compile this driver as a module, choose M here; the |
|---|
| 845 | + module will be called max2175. |
|---|
| 846 | + |
|---|
| 847 | + |
|---|
| 848 | +endmenu |
|---|
| 849 | + |
|---|
| 850 | +menu "Miscellaneous helper chips" |
|---|
| 851 | + visible if !MEDIA_HIDE_ANCILLARY_SUBDRV |
|---|
| 852 | + |
|---|
| 853 | +config VIDEO_THS7303 |
|---|
| 854 | + tristate "THS7303/53 Video Amplifier" |
|---|
| 855 | + depends on VIDEO_V4L2 && I2C |
|---|
| 856 | + help |
|---|
| 857 | + Support for TI THS7303/53 video amplifier |
|---|
| 858 | + |
|---|
| 859 | + To compile this driver as a module, choose M here: the |
|---|
| 860 | + module will be called ths7303. |
|---|
| 861 | + |
|---|
| 862 | +config VIDEO_M52790 |
|---|
| 863 | + tristate "Mitsubishi M52790 A/V switch" |
|---|
| 864 | + depends on VIDEO_V4L2 && I2C |
|---|
| 865 | + help |
|---|
| 866 | + Support for the Mitsubishi M52790 A/V switch. |
|---|
| 867 | + |
|---|
| 868 | + To compile this driver as a module, choose M here: the |
|---|
| 869 | + module will be called m52790. |
|---|
| 870 | + |
|---|
| 871 | +config VIDEO_I2C |
|---|
| 872 | + tristate "I2C transport video support" |
|---|
| 873 | + depends on VIDEO_V4L2 && I2C |
|---|
| 874 | + select VIDEOBUF2_VMALLOC |
|---|
| 875 | + imply HWMON |
|---|
| 876 | + help |
|---|
| 877 | + Enable the I2C transport video support which supports the |
|---|
| 878 | + following: |
|---|
| 879 | + * Panasonic AMG88xx Grid-Eye Sensors |
|---|
| 880 | + * Melexis MLX90640 Thermal Cameras |
|---|
| 881 | + |
|---|
| 882 | + To compile this driver as a module, choose M here: the |
|---|
| 883 | + module will be called video-i2c |
|---|
| 884 | + |
|---|
| 885 | +config VIDEO_ST_MIPID02 |
|---|
| 886 | + tristate "STMicroelectronics MIPID02 CSI-2 to PARALLEL bridge" |
|---|
| 887 | + depends on I2C && VIDEO_V4L2 |
|---|
| 888 | + select MEDIA_CONTROLLER |
|---|
| 889 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 890 | + select V4L2_FWNODE |
|---|
| 891 | + help |
|---|
| 892 | + Support for STMicroelectronics MIPID02 CSI-2 to PARALLEL bridge. |
|---|
| 893 | + It is used to allow usage of CSI-2 sensor with PARALLEL port |
|---|
| 894 | + controller. |
|---|
| 895 | + |
|---|
| 896 | + To compile this driver as a module, choose M here: the |
|---|
| 897 | + module will be called st-mipid02. |
|---|
| 898 | + |
|---|
| 899 | +config VIDEO_RK_IRCUT |
|---|
| 900 | + tristate "Rockchip IR-CUT control device" |
|---|
| 901 | + depends on VIDEO_V4L2 |
|---|
| 902 | + help |
|---|
| 903 | + Support for the Rockchip IR-CUT control board. |
|---|
| 904 | + |
|---|
| 905 | + To compile this driver as a module, choose M here: the |
|---|
| 906 | + module will be called rk_ircut. |
|---|
| 907 | + |
|---|
| 908 | +endmenu |
|---|
| 909 | + |
|---|
| 910 | +# |
|---|
| 911 | +# V4L2 I2C drivers that are related with Camera support |
|---|
| 912 | +# |
|---|
| 913 | + |
|---|
| 914 | +menu "Camera sensor devices" |
|---|
| 915 | + visible if MEDIA_CAMERA_SUPPORT |
|---|
| 703 | 916 | |
|---|
| 704 | 917 | config VIDEO_APTINA_PLL |
|---|
| 705 | 918 | tristate |
|---|
| .. | .. |
|---|
| 707 | 920 | config VIDEO_SMIAPP_PLL |
|---|
| 708 | 921 | tristate |
|---|
| 709 | 922 | |
|---|
| 710 | | -config VIDEO_IMX178 |
|---|
| 711 | | - tristate "Sony IMX178 sensor support" |
|---|
| 923 | +config VIDEO_AR0230 |
|---|
| 924 | + tristate "Aptina AR0230 sensor support" |
|---|
| 712 | 925 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 713 | 926 | depends on MEDIA_CAMERA_SUPPORT |
|---|
| 927 | + select V4L2_FWNODE |
|---|
| 714 | 928 | help |
|---|
| 715 | | - This is a Video4Linux2 sensor driver for the Sony |
|---|
| 716 | | - IMX178 camera. |
|---|
| 929 | + Support for the Aptina AR0230 sensor. |
|---|
| 717 | 930 | |
|---|
| 718 | 931 | To compile this driver as a module, choose M here: the |
|---|
| 719 | | - module will be called imx178. |
|---|
| 932 | + module will be called ar0230. |
|---|
| 933 | + |
|---|
| 934 | +config VIDEO_GC02M2 |
|---|
| 935 | + tristate "GalaxyCore GC02M2 sensor support" |
|---|
| 936 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 937 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 938 | + select V4L2_FWNODE |
|---|
| 939 | + help |
|---|
| 940 | + Support for the GalaxyCore GC02M2 sensor. |
|---|
| 941 | + |
|---|
| 942 | + To compile this driver as a module, choose M here: the |
|---|
| 943 | + module will be called gc02m2. |
|---|
| 944 | + |
|---|
| 945 | +config VIDEO_GC08A3 |
|---|
| 946 | + tristate "GalaxyCore GC08A3 sensor support" |
|---|
| 947 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 948 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 949 | + select V4L2_FWNODE |
|---|
| 950 | + help |
|---|
| 951 | + Support for the GalaxyCore GC08A3 sensor. |
|---|
| 952 | + |
|---|
| 953 | + To compile this driver as a module, choose M here: the |
|---|
| 954 | + module will be called gc08a3. |
|---|
| 955 | + |
|---|
| 956 | +config VIDEO_GC1084 |
|---|
| 957 | + tristate "GalaxyCore GC1084 sensor support" |
|---|
| 958 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 959 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 960 | + select V4L2_FWNODE |
|---|
| 961 | + help |
|---|
| 962 | + Support for the GalaxyCore GC1084 sensor. |
|---|
| 963 | + |
|---|
| 964 | + To compile this driver as a module, choose M here: the |
|---|
| 965 | + module will be called gc1084. |
|---|
| 966 | + |
|---|
| 967 | +config VIDEO_GC2053 |
|---|
| 968 | + tristate "GalaxyCore GC2053 sensor support" |
|---|
| 969 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 970 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 971 | + select V4L2_FWNODE |
|---|
| 972 | + help |
|---|
| 973 | + Support for the GalaxyCore GC2053 sensor. |
|---|
| 974 | + |
|---|
| 975 | + To compile this driver as a module, choose M here: the |
|---|
| 976 | + module will be called gc2053. |
|---|
| 977 | + |
|---|
| 978 | +config VIDEO_GC2093 |
|---|
| 979 | + tristate "GalaxyCore GC2093 sensor support" |
|---|
| 980 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 981 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 982 | + select V4L2_FWNODE |
|---|
| 983 | + help |
|---|
| 984 | + Support for the GalaxyCore GC2093 sensor. |
|---|
| 985 | + |
|---|
| 986 | + To compile this driver as a module, choose M here: the |
|---|
| 987 | + module will be called gc2093. |
|---|
| 988 | + |
|---|
| 989 | +config VIDEO_GC2145 |
|---|
| 990 | + tristate "GalaxyCore GC2145 sensor support" |
|---|
| 991 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 992 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 993 | + select V4L2_FWNODE |
|---|
| 994 | + help |
|---|
| 995 | + Support for the GalaxyCore GC2145 sensor. |
|---|
| 996 | + |
|---|
| 997 | + To compile this driver as a module, choose M here: the |
|---|
| 998 | + module will be called gc2145. |
|---|
| 999 | + |
|---|
| 1000 | +config VIDEO_GC2385 |
|---|
| 1001 | + tristate "GalaxyCore GC2385 sensor support" |
|---|
| 1002 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1003 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1004 | + select V4L2_FWNODE |
|---|
| 1005 | + help |
|---|
| 1006 | + Support for the GalaxyCore GC2385 sensor. |
|---|
| 1007 | + |
|---|
| 1008 | + To compile this driver as a module, choose M here: the |
|---|
| 1009 | + module will be called gc2385. |
|---|
| 1010 | + |
|---|
| 1011 | +config VIDEO_GC3003 |
|---|
| 1012 | + tristate "GalaxyCore GC3003 sensor support" |
|---|
| 1013 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1014 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1015 | + select V4L2_FWNODE |
|---|
| 1016 | + help |
|---|
| 1017 | + Support for the GalaxyCore GC3003 sensor. |
|---|
| 1018 | + |
|---|
| 1019 | + To compile this driver as a module, choose M here: the |
|---|
| 1020 | + module will be called gc3003. |
|---|
| 1021 | + |
|---|
| 1022 | +config VIDEO_GC4023 |
|---|
| 1023 | + tristate "GalaxyCore GC4023 sensor support" |
|---|
| 1024 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1025 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1026 | + select V4L2_FWNODE |
|---|
| 1027 | + help |
|---|
| 1028 | + Support for the GalaxyCore GC4023 sensor. |
|---|
| 1029 | + |
|---|
| 1030 | + To compile this driver as a module, choose M here: the |
|---|
| 1031 | + module will be called gc4023 |
|---|
| 1032 | + |
|---|
| 1033 | +config VIDEO_GC4653 |
|---|
| 1034 | + tristate "GalaxyCore GC4653 sensor support" |
|---|
| 1035 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1036 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1037 | + select V4L2_FWNODE |
|---|
| 1038 | + help |
|---|
| 1039 | + Support for the GalaxyCore GC4663 sensor. |
|---|
| 1040 | + |
|---|
| 1041 | + To compile this driver as a module, choose M here: the |
|---|
| 1042 | + module will be called gc4653 |
|---|
| 1043 | + |
|---|
| 1044 | +config VIDEO_GC4663 |
|---|
| 1045 | + tristate "GalaxyCore GC4663 sensor support" |
|---|
| 1046 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1047 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1048 | + select V4L2_FWNODE |
|---|
| 1049 | + help |
|---|
| 1050 | + Support for the GalaxyCore GC4663 sensor. |
|---|
| 1051 | + |
|---|
| 1052 | + To compile this driver as a module, choose M here: the |
|---|
| 1053 | + module will be called gc4663. |
|---|
| 1054 | + |
|---|
| 1055 | +config VIDEO_GC4C33 |
|---|
| 1056 | + tristate "GalaxyCore GC4C33 sensor support" |
|---|
| 1057 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1058 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1059 | + select V4L2_FWNODE |
|---|
| 1060 | + help |
|---|
| 1061 | + Support for the GalaxyCore GC4C33 sensor. |
|---|
| 1062 | + |
|---|
| 1063 | + To compile this driver as a module, choose M here: the |
|---|
| 1064 | + module will be called gc4C33. |
|---|
| 1065 | + |
|---|
| 1066 | +config VIDEO_GC5025 |
|---|
| 1067 | + tristate "GalaxyCore GC5025 sensor support" |
|---|
| 1068 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1069 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1070 | + select V4L2_FWNODE |
|---|
| 1071 | + help |
|---|
| 1072 | + Support for the GalaxyCore GC5025 sensor. |
|---|
| 1073 | + |
|---|
| 1074 | + To compile this driver as a module, choose M here: the |
|---|
| 1075 | + module will be called gc5025. |
|---|
| 1076 | + |
|---|
| 1077 | +config VIDEO_GC5035 |
|---|
| 1078 | + tristate "GalaxyCore GC5035 sensor support" |
|---|
| 1079 | + depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER |
|---|
| 1080 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1081 | + select V4L2_FWNODE |
|---|
| 1082 | + help |
|---|
| 1083 | + Support for the GalaxyCore GC5035 sensor. |
|---|
| 1084 | + |
|---|
| 1085 | + To compile this driver as a module, choose M here: the |
|---|
| 1086 | + module will be called gc5035. |
|---|
| 1087 | + |
|---|
| 1088 | +config VIDEO_GC8034 |
|---|
| 1089 | + tristate "GalaxyCore GC8034 sensor support" |
|---|
| 1090 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1091 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1092 | + select V4L2_FWNODE |
|---|
| 1093 | + help |
|---|
| 1094 | + Support for the GalaxyCore GC8034 sensor. |
|---|
| 1095 | + |
|---|
| 1096 | + To compile this driver as a module, choose M here: the |
|---|
| 1097 | + module will be called gc8034. |
|---|
| 1098 | + |
|---|
| 1099 | +config VIDEO_HI556 |
|---|
| 1100 | + tristate "Hynix Hi-556 sensor support" |
|---|
| 1101 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1102 | + select MEDIA_CONTROLLER |
|---|
| 1103 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1104 | + select V4L2_FWNODE |
|---|
| 1105 | + help |
|---|
| 1106 | + This is a Video4Linux2 sensor driver for the Hynix |
|---|
| 1107 | + Hi-556 camera. |
|---|
| 1108 | + |
|---|
| 1109 | + To compile this driver as a module, choose M here: the |
|---|
| 1110 | + module will be called hi556. |
|---|
| 720 | 1111 | |
|---|
| 721 | 1112 | config VIDEO_IMX214 |
|---|
| 722 | 1113 | tristate "Sony IMX214 sensor support" |
|---|
| 723 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 724 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1114 | + depends on GPIOLIB && I2C && VIDEO_V4L2 |
|---|
| 1115 | + select V4L2_FWNODE |
|---|
| 1116 | + select MEDIA_CONTROLLER |
|---|
| 1117 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1118 | + select REGMAP_I2C |
|---|
| 725 | 1119 | help |
|---|
| 726 | 1120 | This is a Video4Linux2 sensor driver for the Sony |
|---|
| 727 | 1121 | IMX214 camera. |
|---|
| .. | .. |
|---|
| 739 | 1133 | |
|---|
| 740 | 1134 | config VIDEO_IMX219 |
|---|
| 741 | 1135 | tristate "Sony IMX219 sensor support" |
|---|
| 742 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 743 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1136 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1137 | + select MEDIA_CONTROLLER |
|---|
| 1138 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1139 | + select V4L2_FWNODE |
|---|
| 744 | 1140 | help |
|---|
| 745 | 1141 | This is a Video4Linux2 sensor driver for the Sony |
|---|
| 746 | 1142 | IMX219 camera. |
|---|
| .. | .. |
|---|
| 750 | 1146 | |
|---|
| 751 | 1147 | config VIDEO_IMX258 |
|---|
| 752 | 1148 | tristate "Sony IMX258 sensor support" |
|---|
| 753 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 754 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 755 | | - ---help--- |
|---|
| 1149 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1150 | + select MEDIA_CONTROLLER |
|---|
| 1151 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1152 | + help |
|---|
| 756 | 1153 | This is a Video4Linux2 sensor driver for the Sony |
|---|
| 757 | 1154 | IMX258 camera. |
|---|
| 758 | 1155 | |
|---|
| .. | .. |
|---|
| 769 | 1166 | |
|---|
| 770 | 1167 | config VIDEO_IMX274 |
|---|
| 771 | 1168 | tristate "Sony IMX274 sensor support" |
|---|
| 772 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 773 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1169 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1170 | + select MEDIA_CONTROLLER |
|---|
| 1171 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 774 | 1172 | select REGMAP_I2C |
|---|
| 775 | | - ---help--- |
|---|
| 1173 | + help |
|---|
| 776 | 1174 | This is a V4L2 sensor driver for the Sony IMX274 |
|---|
| 777 | 1175 | CMOS image sensor. |
|---|
| 1176 | + |
|---|
| 1177 | +config VIDEO_IMX290 |
|---|
| 1178 | + tristate "Sony IMX290 sensor support" |
|---|
| 1179 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1180 | + select MEDIA_CONTROLLER |
|---|
| 1181 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1182 | + select REGMAP_I2C |
|---|
| 1183 | + select V4L2_FWNODE |
|---|
| 1184 | + help |
|---|
| 1185 | + This is a Video4Linux2 sensor driver for the Sony |
|---|
| 1186 | + IMX290 camera sensor. |
|---|
| 1187 | + |
|---|
| 1188 | + To compile this driver as a module, choose M here: the |
|---|
| 1189 | + module will be called imx290. |
|---|
| 778 | 1190 | |
|---|
| 779 | 1191 | config VIDEO_IMX307 |
|---|
| 780 | 1192 | tristate "Sony IMX307 sensor support" |
|---|
| .. | .. |
|---|
| 797 | 1209 | |
|---|
| 798 | 1210 | To compile this driver as a module, choose M here: the |
|---|
| 799 | 1211 | module will be called imx317. |
|---|
| 1212 | + |
|---|
| 1213 | +config VIDEO_IMX319 |
|---|
| 1214 | + tristate "Sony IMX319 sensor support" |
|---|
| 1215 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1216 | + select MEDIA_CONTROLLER |
|---|
| 1217 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1218 | + help |
|---|
| 1219 | + This is a Video4Linux2 sensor driver for the Sony |
|---|
| 1220 | + IMX319 camera. |
|---|
| 1221 | + |
|---|
| 1222 | + To compile this driver as a module, choose M here: the |
|---|
| 1223 | + module will be called imx319. |
|---|
| 800 | 1224 | |
|---|
| 801 | 1225 | config VIDEO_IMX323 |
|---|
| 802 | 1226 | tristate "Sony IMX323 sensor support" |
|---|
| .. | .. |
|---|
| 876 | 1300 | To compile this driver as a module, choose M here: the |
|---|
| 877 | 1301 | module will be called imx415. |
|---|
| 878 | 1302 | |
|---|
| 879 | | -config VIDEO_IMX462 |
|---|
| 880 | | - tristate "Sony IMX462 sensor support" |
|---|
| 881 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 882 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 883 | | - help |
|---|
| 884 | | - This is a Video4Linux2 sensor driver for the Sony |
|---|
| 885 | | - IMX462 camera. |
|---|
| 886 | | - |
|---|
| 887 | | - To compile this driver as a module, choose M here: the |
|---|
| 888 | | - module will be called imx462. |
|---|
| 889 | | - |
|---|
| 890 | 1303 | config VIDEO_IMX464 |
|---|
| 891 | 1304 | tristate "Sony IMX464 sensor support" |
|---|
| 892 | 1305 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| .. | .. |
|---|
| 898 | 1311 | To compile this driver as a module, choose M here: the |
|---|
| 899 | 1312 | module will be called imx464. |
|---|
| 900 | 1313 | |
|---|
| 1314 | +config VIDEO_IMX492 |
|---|
| 1315 | + tristate "Sony IMX492 sensor support" |
|---|
| 1316 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1317 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1318 | + help |
|---|
| 1319 | + This is a Video4Linux2 sensor driver for the Sony |
|---|
| 1320 | + IMX492 camera. |
|---|
| 1321 | + |
|---|
| 1322 | + To compile this driver as a module, choose M here: the |
|---|
| 1323 | + module will be called imx492. |
|---|
| 1324 | + |
|---|
| 1325 | +config VIDEO_IMX355 |
|---|
| 1326 | + tristate "Sony IMX355 sensor support" |
|---|
| 1327 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1328 | + select MEDIA_CONTROLLER |
|---|
| 1329 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1330 | + help |
|---|
| 1331 | + This is a Video4Linux2 sensor driver for the Sony |
|---|
| 1332 | + IMX355 camera. |
|---|
| 1333 | + |
|---|
| 1334 | + To compile this driver as a module, choose M here: the |
|---|
| 1335 | + module will be called imx355. |
|---|
| 1336 | + |
|---|
| 1337 | +config VIDEO_IMX577 |
|---|
| 1338 | + tristate "Sony IMX577 sensor support" |
|---|
| 1339 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1340 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1341 | + help |
|---|
| 1342 | + This is a Video4Linux2 sensor driver for the Sony |
|---|
| 1343 | + IMX577 camera. |
|---|
| 1344 | + |
|---|
| 1345 | + To compile this driver as a module, choose M here: the |
|---|
| 1346 | + module will be called imx577. |
|---|
| 1347 | + |
|---|
| 1348 | +config VIDEO_IMX586 |
|---|
| 1349 | + tristate "Sony IMX586 sensor support" |
|---|
| 1350 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1351 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1352 | + help |
|---|
| 1353 | + This is a Video4Linux2 sensor driver for the Sony |
|---|
| 1354 | + IMX586 camera. |
|---|
| 1355 | + |
|---|
| 1356 | + To compile this driver as a module, choose M here: the |
|---|
| 1357 | + module will be called imx586. |
|---|
| 1358 | + |
|---|
| 1359 | +config VIDEO_JX_K17 |
|---|
| 1360 | + tristate "Soi JX_K17 sensor support" |
|---|
| 1361 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1362 | + select MEDIA_CONTROLLER |
|---|
| 1363 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1364 | + help |
|---|
| 1365 | + This is a Video4Linux2 sensor driver for the Soi |
|---|
| 1366 | + JX_K17 camera. |
|---|
| 1367 | + |
|---|
| 1368 | + To compile this driver as a module, choose M here: the |
|---|
| 1369 | + module will be called jx_k17. |
|---|
| 1370 | + |
|---|
| 901 | 1371 | config VIDEO_OS02G10 |
|---|
| 902 | 1372 | tristate "OmniVision OS02G10 sensor support" |
|---|
| 903 | 1373 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| .. | .. |
|---|
| 906 | 1376 | help |
|---|
| 907 | 1377 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 908 | 1378 | OS02G10 camera. |
|---|
| 1379 | + |
|---|
| 1380 | +config VIDEO_OS03B10 |
|---|
| 1381 | + tristate "OmniVision OS03B10 sensor support" |
|---|
| 1382 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1383 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1384 | + select V4L2_FWNODE |
|---|
| 1385 | + help |
|---|
| 1386 | + This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1387 | + OS03B10 camera. |
|---|
| 909 | 1388 | |
|---|
| 910 | 1389 | config VIDEO_OS04A10 |
|---|
| 911 | 1390 | tristate "OmniVision OS04A10 sensor support" |
|---|
| .. | .. |
|---|
| 916 | 1395 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 917 | 1396 | OS04A10 camera. |
|---|
| 918 | 1397 | |
|---|
| 919 | | -config VIDEO_OS04C10 |
|---|
| 920 | | - tristate "OmniVision OS04C10 sensor support" |
|---|
| 921 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 922 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 923 | | - select V4L2_FWNODE |
|---|
| 924 | | - help |
|---|
| 925 | | - This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 926 | | - OS04C10 camera. |
|---|
| 927 | | - |
|---|
| 928 | 1398 | config VIDEO_OS05A20 |
|---|
| 929 | 1399 | tristate "OmniVision OS05A20 sensor support" |
|---|
| 930 | 1400 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| .. | .. |
|---|
| 934 | 1404 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 935 | 1405 | OS05A20 camera. |
|---|
| 936 | 1406 | |
|---|
| 937 | | -config VIDEO_OS08A10 |
|---|
| 938 | | - tristate "OmniVision OS08A10 sensor support" |
|---|
| 939 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 940 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 941 | | - select V4L2_FWNODE |
|---|
| 942 | | - help |
|---|
| 943 | | - This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 944 | | - OS08A10 camera. |
|---|
| 945 | | - |
|---|
| 946 | 1407 | config VIDEO_OS08A20 |
|---|
| 947 | 1408 | tristate "OmniVision OS08A20 sensor support" |
|---|
| 948 | 1409 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| .. | .. |
|---|
| 951 | 1412 | help |
|---|
| 952 | 1413 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 953 | 1414 | OS08A20 camera. |
|---|
| 954 | | - |
|---|
| 955 | | -config VIDEO_OS12D40 |
|---|
| 956 | | - tristate "OmniVision OS12D40 sensor support" |
|---|
| 957 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 958 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 959 | | - select V4L2_FWNODE |
|---|
| 960 | | - help |
|---|
| 961 | | - This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 962 | | - OS12D40 camera. |
|---|
| 963 | 1415 | |
|---|
| 964 | 1416 | config VIDEO_OV02B10 |
|---|
| 965 | 1417 | tristate "OmniVision OV02B10 sensor support" |
|---|
| .. | .. |
|---|
| 979 | 1431 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 980 | 1432 | OV02K10 camera. |
|---|
| 981 | 1433 | |
|---|
| 1434 | +config VIDEO_OV16A10 |
|---|
| 1435 | + tristate "OmniVision OV16A10 sensor support" |
|---|
| 1436 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1437 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1438 | + select V4L2_FWNODE |
|---|
| 1439 | + help |
|---|
| 1440 | + This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1441 | + OV16A10 camera. |
|---|
| 1442 | + |
|---|
| 1443 | +config VIDEO_OV16A1Q |
|---|
| 1444 | + tristate "OmniVision OV16A1Q sensor support" |
|---|
| 1445 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1446 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1447 | + select V4L2_FWNODE |
|---|
| 1448 | + help |
|---|
| 1449 | + This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1450 | + OV16A1Q camera. |
|---|
| 1451 | + |
|---|
| 982 | 1452 | config VIDEO_OV2640 |
|---|
| 983 | 1453 | tristate "OmniVision OV2640 sensor support" |
|---|
| 984 | 1454 | depends on VIDEO_V4L2 && I2C |
|---|
| 985 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 986 | 1455 | help |
|---|
| 987 | 1456 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 988 | 1457 | OV2640 camera. |
|---|
| .. | .. |
|---|
| 992 | 1461 | |
|---|
| 993 | 1462 | config VIDEO_OV2659 |
|---|
| 994 | 1463 | tristate "OmniVision OV2659 sensor support" |
|---|
| 995 | | - depends on VIDEO_V4L2 && I2C |
|---|
| 996 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1464 | + depends on VIDEO_V4L2 && I2C && GPIOLIB |
|---|
| 997 | 1465 | select V4L2_FWNODE |
|---|
| 998 | | - ---help--- |
|---|
| 1466 | + help |
|---|
| 999 | 1467 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1000 | 1468 | OV2659 camera. |
|---|
| 1001 | 1469 | |
|---|
| .. | .. |
|---|
| 1004 | 1472 | |
|---|
| 1005 | 1473 | config VIDEO_OV2680 |
|---|
| 1006 | 1474 | tristate "OmniVision OV2680 sensor support" |
|---|
| 1007 | | - depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER |
|---|
| 1008 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1475 | + depends on VIDEO_V4L2 && I2C |
|---|
| 1476 | + select MEDIA_CONTROLLER |
|---|
| 1009 | 1477 | select V4L2_FWNODE |
|---|
| 1010 | | - ---help--- |
|---|
| 1478 | + help |
|---|
| 1011 | 1479 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1012 | 1480 | OV2680 camera. |
|---|
| 1013 | 1481 | |
|---|
| .. | .. |
|---|
| 1016 | 1484 | |
|---|
| 1017 | 1485 | config VIDEO_OV2685 |
|---|
| 1018 | 1486 | tristate "OmniVision OV2685 sensor support" |
|---|
| 1019 | | - depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER |
|---|
| 1020 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1487 | + depends on VIDEO_V4L2 && I2C |
|---|
| 1488 | + select MEDIA_CONTROLLER |
|---|
| 1021 | 1489 | select V4L2_FWNODE |
|---|
| 1022 | | - ---help--- |
|---|
| 1490 | + help |
|---|
| 1023 | 1491 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1024 | 1492 | OV2685 camera. |
|---|
| 1025 | 1493 | |
|---|
| .. | .. |
|---|
| 1038 | 1506 | To compile this driver as a module, choose M here: the |
|---|
| 1039 | 1507 | module will be called ov2718. |
|---|
| 1040 | 1508 | |
|---|
| 1041 | | -config VIDEO_OV2735 |
|---|
| 1042 | | - tristate "OmniVision OV2735 sensor support" |
|---|
| 1043 | | - depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER |
|---|
| 1044 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1509 | +config VIDEO_OV2740 |
|---|
| 1510 | + tristate "OmniVision OV2740 sensor support" |
|---|
| 1511 | + depends on VIDEO_V4L2 && I2C |
|---|
| 1512 | + depends on ACPI || COMPILE_TEST |
|---|
| 1513 | + select MEDIA_CONTROLLER |
|---|
| 1514 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1045 | 1515 | select V4L2_FWNODE |
|---|
| 1046 | 1516 | help |
|---|
| 1047 | 1517 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1048 | | - OV2735 camera. |
|---|
| 1518 | + OV2740 camera. |
|---|
| 1049 | 1519 | |
|---|
| 1050 | 1520 | To compile this driver as a module, choose M here: the |
|---|
| 1051 | | - module will be called ov2735. |
|---|
| 1052 | | - |
|---|
| 1053 | | -config VIDEO_OV2775 |
|---|
| 1054 | | - tristate "OmniVision OV2775 sensor support" |
|---|
| 1055 | | - depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER |
|---|
| 1056 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1057 | | - select V4L2_FWNODE |
|---|
| 1058 | | - help |
|---|
| 1059 | | - This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1060 | | - OV2775 camera. |
|---|
| 1061 | | - |
|---|
| 1062 | | - To compile this driver as a module, choose M here: the |
|---|
| 1063 | | - module will be called ov2775. |
|---|
| 1521 | + module will be called ov2740. |
|---|
| 1064 | 1522 | |
|---|
| 1065 | 1523 | config VIDEO_OV4686 |
|---|
| 1066 | 1524 | tristate "OmniVision OV4686 sensor support" |
|---|
| .. | .. |
|---|
| 1098 | 1556 | To compile this driver as a module, choose M here: the |
|---|
| 1099 | 1557 | module will be called ov4689. |
|---|
| 1100 | 1558 | |
|---|
| 1101 | | -config VIDEO_OV5640 |
|---|
| 1102 | | - tristate "OmniVision OV5640 sensor support" |
|---|
| 1559 | +config VIDEO_OV50C40 |
|---|
| 1560 | + tristate "OmniVision OV50C40 sensor support" |
|---|
| 1103 | 1561 | depends on OF |
|---|
| 1104 | 1562 | depends on GPIOLIB && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
|---|
| 1105 | 1563 | depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1106 | 1564 | select V4L2_FWNODE |
|---|
| 1107 | | - ---help--- |
|---|
| 1565 | + select VIDEO_OTP_EEPROM |
|---|
| 1566 | + help |
|---|
| 1567 | + This is a Video4Linux2 sensor driver for the Omnivision |
|---|
| 1568 | + OV50C40 camera sensor with a MIPI CSI-2 interface. |
|---|
| 1569 | + |
|---|
| 1570 | +config VIDEO_OV5640 |
|---|
| 1571 | + tristate "OmniVision OV5640 sensor support" |
|---|
| 1572 | + depends on OF |
|---|
| 1573 | + depends on GPIOLIB && VIDEO_V4L2 && I2C |
|---|
| 1574 | + select MEDIA_CONTROLLER |
|---|
| 1575 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1576 | + select V4L2_FWNODE |
|---|
| 1577 | + help |
|---|
| 1108 | 1578 | This is a Video4Linux2 sensor driver for the Omnivision |
|---|
| 1109 | 1579 | OV5640 camera sensor with a MIPI CSI-2 interface. |
|---|
| 1110 | 1580 | |
|---|
| 1111 | 1581 | config VIDEO_OV5645 |
|---|
| 1112 | 1582 | tristate "OmniVision OV5645 sensor support" |
|---|
| 1113 | 1583 | depends on OF |
|---|
| 1114 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1115 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1584 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1585 | + select MEDIA_CONTROLLER |
|---|
| 1586 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1116 | 1587 | select V4L2_FWNODE |
|---|
| 1117 | | - ---help--- |
|---|
| 1588 | + help |
|---|
| 1118 | 1589 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1119 | 1590 | OV5645 camera. |
|---|
| 1120 | 1591 | |
|---|
| .. | .. |
|---|
| 1123 | 1594 | |
|---|
| 1124 | 1595 | config VIDEO_OV5647 |
|---|
| 1125 | 1596 | tristate "OmniVision OV5647 sensor support" |
|---|
| 1126 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1127 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1597 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1598 | + select MEDIA_CONTROLLER |
|---|
| 1599 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1128 | 1600 | select V4L2_FWNODE |
|---|
| 1129 | | - ---help--- |
|---|
| 1601 | + help |
|---|
| 1130 | 1602 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1131 | 1603 | OV5647 camera. |
|---|
| 1132 | 1604 | |
|---|
| 1133 | 1605 | To compile this driver as a module, choose M here: the |
|---|
| 1134 | 1606 | module will be called ov5647. |
|---|
| 1135 | 1607 | |
|---|
| 1136 | | -config VIDEO_OV5648 |
|---|
| 1137 | | - tristate "OmniVision OV5648 sensor support" |
|---|
| 1138 | | - depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER |
|---|
| 1139 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1140 | | - select V4L2_FWNODE |
|---|
| 1608 | +config VIDEO_OV6650 |
|---|
| 1609 | + tristate "OmniVision OV6650 sensor support" |
|---|
| 1610 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1141 | 1611 | help |
|---|
| 1142 | 1612 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1143 | | - OV5648 camera. |
|---|
| 1613 | + OV6650 camera. |
|---|
| 1144 | 1614 | |
|---|
| 1145 | 1615 | To compile this driver as a module, choose M here: the |
|---|
| 1146 | | - module will be called ov5648. |
|---|
| 1616 | + module will be called ov6650. |
|---|
| 1147 | 1617 | |
|---|
| 1148 | 1618 | config VIDEO_OV5670 |
|---|
| 1149 | 1619 | tristate "OmniVision OV5670 sensor support" |
|---|
| 1150 | | - depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER |
|---|
| 1151 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1620 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1621 | + select MEDIA_CONTROLLER |
|---|
| 1622 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1152 | 1623 | select V4L2_FWNODE |
|---|
| 1153 | 1624 | help |
|---|
| 1154 | 1625 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| .. | .. |
|---|
| 1157 | 1628 | To compile this driver as a module, choose M here: the |
|---|
| 1158 | 1629 | module will be called ov5670. |
|---|
| 1159 | 1630 | |
|---|
| 1631 | +config VIDEO_OV5675 |
|---|
| 1632 | + tristate "OmniVision OV5675 sensor support" |
|---|
| 1633 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1634 | + select MEDIA_CONTROLLER |
|---|
| 1635 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1636 | + select V4L2_FWNODE |
|---|
| 1637 | + help |
|---|
| 1638 | + This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1639 | + OV5675 camera. |
|---|
| 1640 | + |
|---|
| 1641 | + To compile this driver as a module, choose M here: the |
|---|
| 1642 | + module will be called ov5675. |
|---|
| 1643 | + |
|---|
| 1160 | 1644 | config VIDEO_OV5695 |
|---|
| 1161 | 1645 | tristate "OmniVision OV5695 sensor support" |
|---|
| 1162 | | - depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER |
|---|
| 1163 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1646 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1164 | 1647 | select V4L2_FWNODE |
|---|
| 1165 | 1648 | help |
|---|
| 1166 | 1649 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| .. | .. |
|---|
| 1169 | 1652 | To compile this driver as a module, choose M here: the |
|---|
| 1170 | 1653 | module will be called ov5695. |
|---|
| 1171 | 1654 | |
|---|
| 1172 | | -config VIDEO_OV6650 |
|---|
| 1173 | | - tristate "OmniVision OV6650 sensor support" |
|---|
| 1174 | | - depends on I2C && VIDEO_V4L2 |
|---|
| 1175 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1176 | | - help |
|---|
| 1177 | | - This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1178 | | - OV6650 camera. |
|---|
| 1179 | | - |
|---|
| 1180 | | - To compile this driver as a module, choose M here: the |
|---|
| 1181 | | - module will be called ov6650. |
|---|
| 1182 | | - |
|---|
| 1183 | 1655 | config VIDEO_OV7251 |
|---|
| 1184 | 1656 | tristate "OmniVision OV7251 sensor support" |
|---|
| 1185 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1186 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1657 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1658 | + select MEDIA_CONTROLLER |
|---|
| 1659 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1187 | 1660 | select V4L2_FWNODE |
|---|
| 1188 | 1661 | help |
|---|
| 1189 | 1662 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| .. | .. |
|---|
| 1195 | 1668 | config VIDEO_OV772X |
|---|
| 1196 | 1669 | tristate "OmniVision OV772x sensor support" |
|---|
| 1197 | 1670 | depends on I2C && VIDEO_V4L2 |
|---|
| 1198 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1199 | | - ---help--- |
|---|
| 1671 | + select REGMAP_SCCB |
|---|
| 1672 | + help |
|---|
| 1200 | 1673 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1201 | 1674 | OV772x camera. |
|---|
| 1202 | 1675 | |
|---|
| .. | .. |
|---|
| 1206 | 1679 | config VIDEO_OV7640 |
|---|
| 1207 | 1680 | tristate "OmniVision OV7640 sensor support" |
|---|
| 1208 | 1681 | depends on I2C && VIDEO_V4L2 |
|---|
| 1209 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1210 | | - ---help--- |
|---|
| 1682 | + help |
|---|
| 1211 | 1683 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1212 | 1684 | OV7640 camera. |
|---|
| 1213 | 1685 | |
|---|
| .. | .. |
|---|
| 1217 | 1689 | config VIDEO_OV7670 |
|---|
| 1218 | 1690 | tristate "OmniVision OV7670 sensor support" |
|---|
| 1219 | 1691 | depends on I2C && VIDEO_V4L2 |
|---|
| 1220 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1221 | 1692 | select V4L2_FWNODE |
|---|
| 1222 | | - ---help--- |
|---|
| 1693 | + help |
|---|
| 1223 | 1694 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1224 | 1695 | OV7670 VGA camera. It currently only works with the M88ALP01 |
|---|
| 1225 | 1696 | controller. |
|---|
| .. | .. |
|---|
| 1227 | 1698 | config VIDEO_OV7740 |
|---|
| 1228 | 1699 | tristate "OmniVision OV7740 sensor support" |
|---|
| 1229 | 1700 | depends on I2C && VIDEO_V4L2 |
|---|
| 1230 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1231 | | - ---help--- |
|---|
| 1701 | + select REGMAP_SCCB |
|---|
| 1702 | + help |
|---|
| 1232 | 1703 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1233 | 1704 | OV7740 VGA camera sensor. |
|---|
| 1234 | 1705 | |
|---|
| 1235 | | -config VIDEO_OV7750 |
|---|
| 1236 | | - tristate "OmniVision OV7750 sensor support" |
|---|
| 1237 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1238 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1239 | | - depends on MEDIA_CONTROLLER |
|---|
| 1706 | +config VIDEO_OV8856 |
|---|
| 1707 | + tristate "OmniVision OV8856 sensor support" |
|---|
| 1708 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1709 | + select MEDIA_CONTROLLER |
|---|
| 1710 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1240 | 1711 | select V4L2_FWNODE |
|---|
| 1241 | 1712 | help |
|---|
| 1242 | 1713 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1243 | | - OV7750 camera. |
|---|
| 1714 | + OV8856 camera sensor. |
|---|
| 1244 | 1715 | |
|---|
| 1245 | 1716 | To compile this driver as a module, choose M here: the |
|---|
| 1246 | | - module will be called ov7750. |
|---|
| 1717 | + module will be called ov8856. |
|---|
| 1247 | 1718 | |
|---|
| 1248 | 1719 | config VIDEO_OV8858 |
|---|
| 1249 | 1720 | tristate "OmniVision OV8858 sensor support" |
|---|
| .. | .. |
|---|
| 1267 | 1738 | To compile this driver as a module, choose M here: the |
|---|
| 1268 | 1739 | module will be called ov9281. |
|---|
| 1269 | 1740 | |
|---|
| 1741 | +config VIDEO_OV9640 |
|---|
| 1742 | + tristate "OmniVision OV9640 sensor support" |
|---|
| 1743 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1744 | + help |
|---|
| 1745 | + This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1746 | + OV9640 camera sensor. |
|---|
| 1747 | + |
|---|
| 1270 | 1748 | config VIDEO_OV9650 |
|---|
| 1271 | | - tristate "OmniVision OV9650 sensor support" |
|---|
| 1749 | + tristate "OmniVision OV9650/OV9652 sensor support" |
|---|
| 1272 | 1750 | depends on I2C && VIDEO_V4L2 |
|---|
| 1273 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1751 | + select MEDIA_CONTROLLER |
|---|
| 1752 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1753 | + select REGMAP_SCCB |
|---|
| 1274 | 1754 | help |
|---|
| 1275 | | - This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1276 | | - OV9650 camera. |
|---|
| 1277 | | - |
|---|
| 1278 | | - To compile this driver as a module, choose M here: the |
|---|
| 1279 | | - module will be called ov9650. |
|---|
| 1280 | | - |
|---|
| 1281 | | -config VIDEO_OV9750 |
|---|
| 1282 | | - tristate "OmniVision OV9750 sensor support" |
|---|
| 1283 | | - depends on I2C && VIDEO_V4L2 |
|---|
| 1284 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1285 | | - help |
|---|
| 1286 | | - This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1287 | | - OV9750 camera. |
|---|
| 1288 | | - |
|---|
| 1289 | | - To compile this driver as a module, choose M here: the |
|---|
| 1290 | | - module will be called ov9750. |
|---|
| 1755 | + This is a V4L2 sensor driver for the Omnivision |
|---|
| 1756 | + OV9650 and OV9652 camera sensors. |
|---|
| 1291 | 1757 | |
|---|
| 1292 | 1758 | config VIDEO_OV12D2Q |
|---|
| 1293 | 1759 | tristate "OmniVision OV12D2Q sensor support" |
|---|
| 1294 | 1760 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1295 | 1761 | depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1296 | 1762 | select V4L2_FWNODE |
|---|
| 1297 | | - ---help--- |
|---|
| 1763 | + help |
|---|
| 1298 | 1764 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1299 | 1765 | OV12D2Q camera. |
|---|
| 1300 | 1766 | |
|---|
| .. | .. |
|---|
| 1303 | 1769 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1304 | 1770 | depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1305 | 1771 | select V4L2_FWNODE |
|---|
| 1306 | | - ---help--- |
|---|
| 1772 | + help |
|---|
| 1307 | 1773 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1308 | 1774 | OV13850 camera. |
|---|
| 1309 | 1775 | |
|---|
| 1776 | +config VIDEO_OV13855 |
|---|
| 1777 | + tristate "OmniVision OV13855 sensor support" |
|---|
| 1778 | + depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1779 | + depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1780 | + select V4L2_FWNODE |
|---|
| 1781 | + help |
|---|
| 1782 | + This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1783 | + OV13855 camera. |
|---|
| 1784 | + |
|---|
| 1310 | 1785 | config VIDEO_OV13858 |
|---|
| 1311 | 1786 | tristate "OmniVision OV13858 sensor support" |
|---|
| 1312 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1313 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1787 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1788 | + select MEDIA_CONTROLLER |
|---|
| 1789 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1314 | 1790 | select V4L2_FWNODE |
|---|
| 1315 | | - ---help--- |
|---|
| 1791 | + help |
|---|
| 1316 | 1792 | This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1317 | 1793 | OV13858 camera. |
|---|
| 1318 | | - |
|---|
| 1319 | | -config VIDEO_OV13B10 |
|---|
| 1320 | | - tristate "OmniVision OV13B10 sensor support" |
|---|
| 1321 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1322 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1323 | | - select V4L2_FWNODE |
|---|
| 1324 | | - ---help--- |
|---|
| 1325 | | - This is a Video4Linux2 sensor driver for the OmniVision |
|---|
| 1326 | | - OV13B10 camera. |
|---|
| 1327 | | - |
|---|
| 1328 | | -config VIDEO_PREISP_DUMMY_SENSOR |
|---|
| 1329 | | - tristate "Preisp dummy sensor support" |
|---|
| 1330 | | - depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
|---|
| 1331 | | - ---help--- |
|---|
| 1332 | | - Support for the preisp dummy sensor. |
|---|
| 1333 | | - |
|---|
| 1334 | | - To compile this driver as a module, choose M here: the |
|---|
| 1335 | | - module will be called pisp_dmy. |
|---|
| 1336 | 1794 | |
|---|
| 1337 | 1795 | config VIDEO_VS6624 |
|---|
| 1338 | 1796 | tristate "ST VS6624 sensor support" |
|---|
| 1339 | 1797 | depends on VIDEO_V4L2 && I2C |
|---|
| 1340 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1341 | | - ---help--- |
|---|
| 1798 | + help |
|---|
| 1342 | 1799 | This is a Video4Linux2 sensor driver for the ST VS6624 |
|---|
| 1343 | 1800 | camera. |
|---|
| 1344 | 1801 | |
|---|
| 1345 | 1802 | To compile this driver as a module, choose M here: the |
|---|
| 1346 | 1803 | module will be called vs6624. |
|---|
| 1347 | 1804 | |
|---|
| 1805 | +config VIDEO_MT9M001 |
|---|
| 1806 | + tristate "mt9m001 support" |
|---|
| 1807 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1808 | + select MEDIA_CONTROLLER |
|---|
| 1809 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1810 | + help |
|---|
| 1811 | + This driver supports MT9M001 cameras from Micron, monochrome |
|---|
| 1812 | + and colour models. |
|---|
| 1813 | + |
|---|
| 1348 | 1814 | config VIDEO_MT9M032 |
|---|
| 1349 | 1815 | tristate "MT9M032 camera sensor support" |
|---|
| 1350 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1351 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1816 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1817 | + select MEDIA_CONTROLLER |
|---|
| 1818 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1352 | 1819 | select VIDEO_APTINA_PLL |
|---|
| 1353 | | - ---help--- |
|---|
| 1820 | + help |
|---|
| 1354 | 1821 | This driver supports MT9M032 camera sensors from Aptina, monochrome |
|---|
| 1355 | 1822 | models only. |
|---|
| 1356 | 1823 | |
|---|
| 1357 | 1824 | config VIDEO_MT9M111 |
|---|
| 1358 | 1825 | tristate "mt9m111, mt9m112 and mt9m131 support" |
|---|
| 1359 | 1826 | depends on I2C && VIDEO_V4L2 |
|---|
| 1827 | + select V4L2_FWNODE |
|---|
| 1360 | 1828 | help |
|---|
| 1361 | 1829 | This driver supports MT9M111, MT9M112 and MT9M131 cameras from |
|---|
| 1362 | 1830 | Micron/Aptina |
|---|
| 1363 | 1831 | |
|---|
| 1364 | 1832 | config VIDEO_MT9P031 |
|---|
| 1365 | 1833 | tristate "Aptina MT9P031 support" |
|---|
| 1366 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1367 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1834 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1835 | + select MEDIA_CONTROLLER |
|---|
| 1836 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1368 | 1837 | select VIDEO_APTINA_PLL |
|---|
| 1369 | | - ---help--- |
|---|
| 1838 | + help |
|---|
| 1370 | 1839 | This is a Video4Linux2 sensor driver for the Aptina |
|---|
| 1371 | 1840 | (Micron) mt9p031 5 Mpixel camera. |
|---|
| 1372 | 1841 | |
|---|
| 1373 | 1842 | config VIDEO_MT9T001 |
|---|
| 1374 | 1843 | tristate "Aptina MT9T001 support" |
|---|
| 1375 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1376 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1377 | | - ---help--- |
|---|
| 1844 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1845 | + select MEDIA_CONTROLLER |
|---|
| 1846 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1847 | + help |
|---|
| 1378 | 1848 | This is a Video4Linux2 sensor driver for the Aptina |
|---|
| 1379 | 1849 | (Micron) mt0t001 3 Mpixel camera. |
|---|
| 1380 | 1850 | |
|---|
| 1381 | 1851 | config VIDEO_MT9T112 |
|---|
| 1382 | 1852 | tristate "Aptina MT9T111/MT9T112 support" |
|---|
| 1383 | 1853 | depends on I2C && VIDEO_V4L2 |
|---|
| 1384 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1385 | | - ---help--- |
|---|
| 1854 | + help |
|---|
| 1386 | 1855 | This is a Video4Linux2 sensor driver for the Aptina |
|---|
| 1387 | 1856 | (Micron) MT9T111 and MT9T112 3 Mpixel camera. |
|---|
| 1388 | 1857 | |
|---|
| .. | .. |
|---|
| 1392 | 1861 | config VIDEO_MT9V011 |
|---|
| 1393 | 1862 | tristate "Micron mt9v011 sensor support" |
|---|
| 1394 | 1863 | depends on I2C && VIDEO_V4L2 |
|---|
| 1395 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1396 | | - ---help--- |
|---|
| 1864 | + help |
|---|
| 1397 | 1865 | This is a Video4Linux2 sensor driver for the Micron |
|---|
| 1398 | 1866 | mt0v011 1.3 Mpixel camera. It currently only works with the |
|---|
| 1399 | 1867 | em28xx driver. |
|---|
| 1400 | 1868 | |
|---|
| 1401 | 1869 | config VIDEO_MT9V032 |
|---|
| 1402 | 1870 | tristate "Micron MT9V032 sensor support" |
|---|
| 1403 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1404 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1871 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1872 | + select MEDIA_CONTROLLER |
|---|
| 1873 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1405 | 1874 | select REGMAP_I2C |
|---|
| 1406 | 1875 | select V4L2_FWNODE |
|---|
| 1407 | | - ---help--- |
|---|
| 1876 | + help |
|---|
| 1408 | 1877 | This is a Video4Linux2 sensor driver for the Micron |
|---|
| 1409 | 1878 | MT9V032 752x480 CMOS sensor. |
|---|
| 1410 | 1879 | |
|---|
| 1411 | 1880 | config VIDEO_MT9V111 |
|---|
| 1412 | 1881 | tristate "Aptina MT9V111 sensor support" |
|---|
| 1413 | 1882 | depends on I2C && VIDEO_V4L2 |
|---|
| 1414 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1415 | 1883 | help |
|---|
| 1416 | 1884 | This is a Video4Linux2 sensor driver for the Aptina/Micron |
|---|
| 1417 | 1885 | MT9V111 sensor. |
|---|
| 1418 | 1886 | |
|---|
| 1419 | 1887 | To compile this driver as a module, choose M here: the |
|---|
| 1420 | 1888 | module will be called mt9v111. |
|---|
| 1421 | | - |
|---|
| 1422 | | -config VIDEO_AR0230 |
|---|
| 1423 | | - tristate "Aptina AR0230 sensor support" |
|---|
| 1424 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1425 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1426 | | - select V4L2_FWNODE |
|---|
| 1427 | | - help |
|---|
| 1428 | | - Support for the Aptina AR0230 sensor. |
|---|
| 1429 | | - |
|---|
| 1430 | | - To compile this driver as a module, choose M here: the |
|---|
| 1431 | | - module will be called ar0230. |
|---|
| 1432 | | - |
|---|
| 1433 | | -config VIDEO_SR030PC30 |
|---|
| 1434 | | - tristate "Siliconfile SR030PC30 sensor support" |
|---|
| 1435 | | - depends on I2C && VIDEO_V4L2 |
|---|
| 1436 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1437 | | - ---help--- |
|---|
| 1438 | | - This driver supports SR030PC30 VGA camera from Siliconfile |
|---|
| 1439 | | - |
|---|
| 1440 | | -config VIDEO_NOON010PC30 |
|---|
| 1441 | | - tristate "Siliconfile NOON010PC30 sensor support" |
|---|
| 1442 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1443 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1444 | | - ---help--- |
|---|
| 1445 | | - This driver supports NOON010PC30 CIF camera from Siliconfile |
|---|
| 1446 | | - |
|---|
| 1447 | | -source "drivers/media/i2c/m5mols/Kconfig" |
|---|
| 1448 | | - |
|---|
| 1449 | | -config VIDEO_RJ54N1 |
|---|
| 1450 | | - tristate "Sharp RJ54N1CB0C sensor support" |
|---|
| 1451 | | - depends on I2C && VIDEO_V4L2 |
|---|
| 1452 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1453 | | - help |
|---|
| 1454 | | - This is a V4L2 sensor driver for Sharp RJ54N1CB0C CMOS image |
|---|
| 1455 | | - sensor. |
|---|
| 1456 | | - |
|---|
| 1457 | | - To compile this driver as a module, choose M here: the |
|---|
| 1458 | | - module will be called rj54n1. |
|---|
| 1459 | | - |
|---|
| 1460 | | -config VIDEO_S5K6AA |
|---|
| 1461 | | - tristate "Samsung S5K6AAFX sensor support" |
|---|
| 1462 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1463 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1464 | | - ---help--- |
|---|
| 1465 | | - This is a V4L2 sensor driver for Samsung S5K6AA(FX) 1.3M |
|---|
| 1466 | | - camera sensor with an embedded SoC image signal processor. |
|---|
| 1467 | | - |
|---|
| 1468 | | -config VIDEO_S5K6A3 |
|---|
| 1469 | | - tristate "Samsung S5K6A3 sensor support" |
|---|
| 1470 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1471 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1472 | | - ---help--- |
|---|
| 1473 | | - This is a V4L2 sensor driver for Samsung S5K6A3 raw |
|---|
| 1474 | | - camera sensor. |
|---|
| 1475 | | - |
|---|
| 1476 | | -config VIDEO_S5KGM1SP |
|---|
| 1477 | | - tristate "Samsung S5KGM1SP sensor support" |
|---|
| 1478 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1479 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1480 | | - help |
|---|
| 1481 | | - This is a V4L2 sensor driver for Samsung S5KGM1SP raw |
|---|
| 1482 | | - camera sensor. |
|---|
| 1483 | | - |
|---|
| 1484 | | -config VIDEO_S5K4H7YX |
|---|
| 1485 | | - tristate "Samsung S5K4H7YX sensor support" |
|---|
| 1486 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1487 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1488 | | - help |
|---|
| 1489 | | - This is a V4L2 sensor driver for Samsung S5K4H7YX raw |
|---|
| 1490 | | - camera sensor. |
|---|
| 1491 | | - |
|---|
| 1492 | | -config VIDEO_S5K4ECGX |
|---|
| 1493 | | - tristate "Samsung S5K4ECGX sensor support" |
|---|
| 1494 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1495 | | - select CRC32 |
|---|
| 1496 | | - ---help--- |
|---|
| 1497 | | - This is a V4L2 sensor driver for Samsung S5K4ECGX 5M |
|---|
| 1498 | | - camera sensor with an embedded SoC image signal processor. |
|---|
| 1499 | | - |
|---|
| 1500 | | -config VIDEO_S5K5BAF |
|---|
| 1501 | | - tristate "Samsung S5K5BAF sensor support" |
|---|
| 1502 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1503 | | - select V4L2_FWNODE |
|---|
| 1504 | | - ---help--- |
|---|
| 1505 | | - This is a V4L2 sensor driver for Samsung S5K5BAF 2M |
|---|
| 1506 | | - camera sensor with an embedded SoC image signal processor. |
|---|
| 1507 | | - |
|---|
| 1508 | | -source "drivers/media/i2c/smiapp/Kconfig" |
|---|
| 1509 | | -source "drivers/media/i2c/et8ek8/Kconfig" |
|---|
| 1510 | | - |
|---|
| 1511 | | -config VIDEO_S5C73M3 |
|---|
| 1512 | | - tristate "Samsung S5C73M3 sensor support" |
|---|
| 1513 | | - depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1514 | | - select V4L2_FWNODE |
|---|
| 1515 | | - ---help--- |
|---|
| 1516 | | - This is a V4L2 sensor driver for Samsung S5C73M3 |
|---|
| 1517 | | - 8 Mpixel camera. |
|---|
| 1518 | | - |
|---|
| 1519 | | -config VIDEO_GC02M2 |
|---|
| 1520 | | - tristate "GalaxyCore GC02M2 sensor support" |
|---|
| 1521 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1522 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1523 | | - select V4L2_FWNODE |
|---|
| 1524 | | - help |
|---|
| 1525 | | - Support for the GalaxyCore GC02M2 sensor. |
|---|
| 1526 | | - |
|---|
| 1527 | | - To compile this driver as a module, choose M here: the |
|---|
| 1528 | | - module will be called gc02m2. |
|---|
| 1529 | | - |
|---|
| 1530 | | -config VIDEO_GC030A |
|---|
| 1531 | | - tristate "GalaxyCore GC030A sensor support" |
|---|
| 1532 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1533 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1534 | | - select V4L2_FWNODE |
|---|
| 1535 | | - help |
|---|
| 1536 | | - Support for the GalaxyCore GC030A sensor. |
|---|
| 1537 | | - |
|---|
| 1538 | | - To compile this driver as a module, choose M here: the |
|---|
| 1539 | | - module will be called gc030A. |
|---|
| 1540 | | - |
|---|
| 1541 | | -config VIDEO_GC0312 |
|---|
| 1542 | | - tristate "GalaxyCore GC0312 sensor support" |
|---|
| 1543 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1544 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1545 | | - select V4L2_FWNODE |
|---|
| 1546 | | - help |
|---|
| 1547 | | - Support for the GalaxyCore GC0312 sensor. |
|---|
| 1548 | | - |
|---|
| 1549 | | - To compile this driver as a module, choose M here: the |
|---|
| 1550 | | - module will be called gc0312. |
|---|
| 1551 | | - |
|---|
| 1552 | | -config VIDEO_GC0329 |
|---|
| 1553 | | - tristate "GalaxyCore GC0329 sensor support" |
|---|
| 1554 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1555 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1556 | | - select V4L2_FWNODE |
|---|
| 1557 | | - help |
|---|
| 1558 | | - Support for the GalaxyCore GC0329 sensor. |
|---|
| 1559 | | - |
|---|
| 1560 | | - To compile this driver as a module, choose M here: the |
|---|
| 1561 | | - module will be called gc0329. |
|---|
| 1562 | | - |
|---|
| 1563 | | -config VIDEO_GC032A |
|---|
| 1564 | | - tristate "GalaxyCore GC032A sensor support" |
|---|
| 1565 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1566 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1567 | | - select V4L2_FWNODE |
|---|
| 1568 | | - help |
|---|
| 1569 | | - Support for the GalaxyCore GC032A sensor. |
|---|
| 1570 | | - |
|---|
| 1571 | | - To compile this driver as a module, choose M here: the |
|---|
| 1572 | | - module will be called gc032a. |
|---|
| 1573 | | - |
|---|
| 1574 | | -config VIDEO_GC0403 |
|---|
| 1575 | | - tristate "GalaxyCore GC0403 sensor support" |
|---|
| 1576 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1577 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1578 | | - select V4L2_FWNODE |
|---|
| 1579 | | - help |
|---|
| 1580 | | - Support for the GalaxyCore GC0403 sensor. |
|---|
| 1581 | | - |
|---|
| 1582 | | - To compile this driver as a module, choose M here: the |
|---|
| 1583 | | - module will be called gc0403. |
|---|
| 1584 | | - |
|---|
| 1585 | | -config VIDEO_GC1054 |
|---|
| 1586 | | - tristate "GalaxyCore GC1054 sensor support" |
|---|
| 1587 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1588 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1589 | | - select V4L2_FWNODE |
|---|
| 1590 | | - help |
|---|
| 1591 | | - Support for the GalaxyCore GC1054 sensor. |
|---|
| 1592 | | - |
|---|
| 1593 | | - To compile this driver as a module, choose M here: the |
|---|
| 1594 | | - module will be called gc1054. |
|---|
| 1595 | | - |
|---|
| 1596 | | -config VIDEO_GC2035 |
|---|
| 1597 | | - tristate "GalaxyCore GC2035 sensor support" |
|---|
| 1598 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1599 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1600 | | - select V4L2_FWNODE |
|---|
| 1601 | | - help |
|---|
| 1602 | | - Support for the GalaxyCore GC2035 sensor. |
|---|
| 1603 | | - |
|---|
| 1604 | | - To compile this driver as a module, choose M here: the |
|---|
| 1605 | | - module will be called gc2035. |
|---|
| 1606 | | - |
|---|
| 1607 | | -config VIDEO_GC2053 |
|---|
| 1608 | | - tristate "GalaxyCore GC2053 sensor support" |
|---|
| 1609 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1610 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1611 | | - select V4L2_FWNODE |
|---|
| 1612 | | - help |
|---|
| 1613 | | - Support for the GalaxyCore GC2053 sensor. |
|---|
| 1614 | | - |
|---|
| 1615 | | - To compile this driver as a module, choose M here: the |
|---|
| 1616 | | - module will be called gc2053. |
|---|
| 1617 | | - |
|---|
| 1618 | | -config VIDEO_GC2093 |
|---|
| 1619 | | - tristate "GalaxyCore GC2093 sensor support" |
|---|
| 1620 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1621 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1622 | | - select V4L2_FWNODE |
|---|
| 1623 | | - help |
|---|
| 1624 | | - Support for the GalaxyCore GC2093 sensor. |
|---|
| 1625 | | - |
|---|
| 1626 | | - To compile this driver as a module, choose M here: the |
|---|
| 1627 | | - module will be called gc2093. |
|---|
| 1628 | | - |
|---|
| 1629 | | -config VIDEO_GC2145 |
|---|
| 1630 | | - tristate "GalaxyCore GC2145 sensor support" |
|---|
| 1631 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1632 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1633 | | - select V4L2_FWNODE |
|---|
| 1634 | | - help |
|---|
| 1635 | | - Support for the GalaxyCore GC2145 sensor. |
|---|
| 1636 | | - |
|---|
| 1637 | | - To compile this driver as a module, choose M here: the |
|---|
| 1638 | | - module will be called gc2145. |
|---|
| 1639 | | - |
|---|
| 1640 | | -config VIDEO_GC2155 |
|---|
| 1641 | | - tristate "GalaxyCore GC2155 sensor support" |
|---|
| 1642 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1643 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1644 | | - select V4L2_FWNODE |
|---|
| 1645 | | - help |
|---|
| 1646 | | - Support for the GalaxyCore GC2155 sensor. |
|---|
| 1647 | | - |
|---|
| 1648 | | - To compile this driver as a module, choose M here: the |
|---|
| 1649 | | - module will be called gc2155. |
|---|
| 1650 | | - |
|---|
| 1651 | | -config VIDEO_GC2355 |
|---|
| 1652 | | - tristate "GalaxyCore GC2355 sensor support" |
|---|
| 1653 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1654 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1655 | | - select V4L2_FWNODE |
|---|
| 1656 | | - help |
|---|
| 1657 | | - Support for the GalaxyCore GC2355 sensor. |
|---|
| 1658 | | - |
|---|
| 1659 | | - To compile this driver as a module, choose M here: the |
|---|
| 1660 | | - module will be called gc2355. |
|---|
| 1661 | | - |
|---|
| 1662 | | -config VIDEO_GC2375H |
|---|
| 1663 | | - tristate "GalaxyCore GC2375h sensor support" |
|---|
| 1664 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1665 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1666 | | - select V4L2_FWNODE |
|---|
| 1667 | | - help |
|---|
| 1668 | | - Support for the GalaxyCore GC2375h sensor. |
|---|
| 1669 | | - |
|---|
| 1670 | | - To compile this driver as a module, choose M here: the |
|---|
| 1671 | | - module will be called gc2375h. |
|---|
| 1672 | | - |
|---|
| 1673 | | -config VIDEO_GC2385 |
|---|
| 1674 | | - tristate "GalaxyCore GC2385 sensor support" |
|---|
| 1675 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1676 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1677 | | - select V4L2_FWNODE |
|---|
| 1678 | | - help |
|---|
| 1679 | | - Support for the GalaxyCore GC2385 sensor. |
|---|
| 1680 | | - |
|---|
| 1681 | | - To compile this driver as a module, choose M here: the |
|---|
| 1682 | | - module will be called gc2385. |
|---|
| 1683 | | - |
|---|
| 1684 | | -config VIDEO_GC4653 |
|---|
| 1685 | | - tristate "GalaxyCore GC4653 sensor support" |
|---|
| 1686 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1687 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1688 | | - select V4L2_FWNODE |
|---|
| 1689 | | - help |
|---|
| 1690 | | - Support for the GalaxyCore GC4653 sensor. |
|---|
| 1691 | | - |
|---|
| 1692 | | - To compile this driver as a module, choose M here: the |
|---|
| 1693 | | - module will be called gc4653. |
|---|
| 1694 | | - |
|---|
| 1695 | | -config VIDEO_GC4663 |
|---|
| 1696 | | - tristate "GalaxyCore GC4663 sensor support" |
|---|
| 1697 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1698 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1699 | | - select V4L2_FWNODE |
|---|
| 1700 | | - help |
|---|
| 1701 | | - Support for the GalaxyCore GC4663 sensor. |
|---|
| 1702 | | - |
|---|
| 1703 | | - To compile this driver as a module, choose M here: the |
|---|
| 1704 | | - module will be called gc4663. |
|---|
| 1705 | | - |
|---|
| 1706 | | -config VIDEO_GC4C33 |
|---|
| 1707 | | - tristate "GalaxyCore GC4C33 sensor support" |
|---|
| 1708 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1709 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1710 | | - select V4L2_FWNODE |
|---|
| 1711 | | - help |
|---|
| 1712 | | - Support for the GalaxyCore GC4C33 sensor. |
|---|
| 1713 | | - |
|---|
| 1714 | | - To compile this driver as a module, choose M here: the |
|---|
| 1715 | | - module will be called gc4C33. |
|---|
| 1716 | | - |
|---|
| 1717 | | -config VIDEO_GC5024 |
|---|
| 1718 | | - tristate "GalaxyCore GC5024 sensor support" |
|---|
| 1719 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1720 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1721 | | - select V4L2_FWNODE |
|---|
| 1722 | | - help |
|---|
| 1723 | | - Support for the GalaxyCore GC5024 sensor. |
|---|
| 1724 | | - |
|---|
| 1725 | | - To compile this driver as a module, choose M here: the |
|---|
| 1726 | | - module will be called gc5024. |
|---|
| 1727 | | - |
|---|
| 1728 | | -config VIDEO_GC5025 |
|---|
| 1729 | | - tristate "GalaxyCore GC5025 sensor support" |
|---|
| 1730 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1731 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1732 | | - select V4L2_FWNODE |
|---|
| 1733 | | - help |
|---|
| 1734 | | - Support for the GalaxyCore GC5025 sensor. |
|---|
| 1735 | | - |
|---|
| 1736 | | - To compile this driver as a module, choose M here: the |
|---|
| 1737 | | - module will be called gc5025. |
|---|
| 1738 | | - |
|---|
| 1739 | | -config VIDEO_GC5035 |
|---|
| 1740 | | - tristate "GalaxyCore GC5035 sensor support" |
|---|
| 1741 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1742 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1743 | | - select V4L2_FWNODE |
|---|
| 1744 | | - help |
|---|
| 1745 | | - Support for the GalaxyCore GC5035 sensor. |
|---|
| 1746 | | - |
|---|
| 1747 | | - To compile this driver as a module, choose M here: the |
|---|
| 1748 | | - module will be called gc5035. |
|---|
| 1749 | | - |
|---|
| 1750 | | -config VIDEO_GC8034 |
|---|
| 1751 | | - tristate "GalaxyCore GC8034 sensor support" |
|---|
| 1752 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1753 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1754 | | - select V4L2_FWNODE |
|---|
| 1755 | | - help |
|---|
| 1756 | | - Support for the GalaxyCore GC8034 sensor. |
|---|
| 1757 | | - |
|---|
| 1758 | | - To compile this driver as a module, choose M here: the |
|---|
| 1759 | | - module will be called gc8034. |
|---|
| 1760 | | - |
|---|
| 1761 | | -config VIDEO_BF3925 |
|---|
| 1762 | | - tristate "BYD BF3925 sensor support" |
|---|
| 1763 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1764 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1765 | | - select V4L2_FWNODE |
|---|
| 1766 | | - help |
|---|
| 1767 | | - Support for the BYD BF3925 sensor. |
|---|
| 1768 | | - |
|---|
| 1769 | | - To compile this driver as a module, choose M here: the |
|---|
| 1770 | | - module will be called bf3925. |
|---|
| 1771 | | - |
|---|
| 1772 | | -config VIDEO_JX_F37 |
|---|
| 1773 | | - tristate "SOI JX_F37 sensor support" |
|---|
| 1774 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1775 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1776 | | - select V4L2_FWNODE |
|---|
| 1777 | | - help |
|---|
| 1778 | | - Support for the SOI JX_F37 sensor. |
|---|
| 1779 | | - |
|---|
| 1780 | | - To compile this driver as a module, choose M here: the |
|---|
| 1781 | | - module will be called jx_f37. |
|---|
| 1782 | | - |
|---|
| 1783 | | -config VIDEO_JX_F37P |
|---|
| 1784 | | - tristate "SOI JX_F37P sensor support" |
|---|
| 1785 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1786 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1787 | | - select V4L2_FWNODE |
|---|
| 1788 | | - help |
|---|
| 1789 | | - Support for the SOI JX_F37P sensor. |
|---|
| 1790 | | - |
|---|
| 1791 | | - To compile this driver as a module, choose M here: the |
|---|
| 1792 | | - module will be called jx_f37p. |
|---|
| 1793 | | - |
|---|
| 1794 | | -config VIDEO_JX_H62 |
|---|
| 1795 | | - tristate "SOI JX_H62 sensor support" |
|---|
| 1796 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1797 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1798 | | - select V4L2_FWNODE |
|---|
| 1799 | | - help |
|---|
| 1800 | | - Support for the SOI JX_H62 sensor. |
|---|
| 1801 | | - |
|---|
| 1802 | | - To compile this driver as a module, choose M here: the |
|---|
| 1803 | | - module will be called jx_h62. |
|---|
| 1804 | | - |
|---|
| 1805 | | -config VIDEO_JX_H65 |
|---|
| 1806 | | - tristate "SOI JX_H65 sensor support" |
|---|
| 1807 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1808 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1809 | | - select V4L2_FWNODE |
|---|
| 1810 | | - help |
|---|
| 1811 | | - Support for the SOI JX_H65 sensor. |
|---|
| 1812 | | - |
|---|
| 1813 | | - To compile this driver as a module, choose M here: the |
|---|
| 1814 | | - module will be called jx_h65. |
|---|
| 1815 | | - |
|---|
| 1816 | | -config VIDEO_JX_K04 |
|---|
| 1817 | | - tristate "SOI JX_K04 sensor support" |
|---|
| 1818 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1819 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1820 | | - select V4L2_FWNODE |
|---|
| 1821 | | - help |
|---|
| 1822 | | - Support for the SOI JX_K04 sensor. |
|---|
| 1823 | | - |
|---|
| 1824 | | - To compile this driver as a module, choose M here: the |
|---|
| 1825 | | - module will be called jx_k04. |
|---|
| 1826 | 1889 | |
|---|
| 1827 | 1890 | config VIDEO_SC031GS |
|---|
| 1828 | 1891 | tristate "SmartSens SC031GS sensor support" |
|---|
| .. | .. |
|---|
| 1835 | 1898 | To compile this driver as a module, choose M here: the |
|---|
| 1836 | 1899 | module will be called sc031gs. |
|---|
| 1837 | 1900 | |
|---|
| 1838 | | -config VIDEO_SC035HGS |
|---|
| 1839 | | - tristate "SmartSens SC035HGS sensor support" |
|---|
| 1901 | +config VIDEO_SC035GS |
|---|
| 1902 | + tristate "SmartSens SC035GS sensor support" |
|---|
| 1840 | 1903 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1841 | 1904 | depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1842 | 1905 | select V4L2_FWNODE |
|---|
| 1843 | 1906 | help |
|---|
| 1844 | | - Support for the SmartSens SC035HGS sensor. |
|---|
| 1907 | + Support for the SmartSens SC035GS sensor. |
|---|
| 1845 | 1908 | |
|---|
| 1846 | 1909 | To compile this driver as a module, choose M here: the |
|---|
| 1847 | | - module will be called sc035hgs. |
|---|
| 1848 | | - |
|---|
| 1849 | | -config VIDEO_SC1330 |
|---|
| 1850 | | - tristate "SmartSens SC1330 sensor support" |
|---|
| 1851 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1852 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1853 | | - select V4L2_FWNODE |
|---|
| 1854 | | - help |
|---|
| 1855 | | - Support for the SmartSens SC1330 sensor. |
|---|
| 1856 | | - |
|---|
| 1857 | | - To compile this driver as a module, choose M here: the |
|---|
| 1858 | | - module will be called SC1330. |
|---|
| 1910 | + module will be called sc1035gs. |
|---|
| 1859 | 1911 | |
|---|
| 1860 | 1912 | config VIDEO_SC132GS |
|---|
| 1861 | 1913 | tristate "SmartSens SC132GS sensor support" |
|---|
| .. | .. |
|---|
| 1869 | 1921 | module will be called sc132gs. |
|---|
| 1870 | 1922 | |
|---|
| 1871 | 1923 | config VIDEO_SC200AI |
|---|
| 1872 | | - tristate "smartsens,sc200ai sensor support" |
|---|
| 1873 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1874 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1875 | | - select V4L2_FWNODE |
|---|
| 1876 | | - ---help--- |
|---|
| 1877 | | - Support for the smartsens,sc200ai sensor. |
|---|
| 1878 | | - |
|---|
| 1879 | | - To compile this driver as a module, choose M here: the |
|---|
| 1880 | | - module will be called sc200ai. |
|---|
| 1881 | | - |
|---|
| 1882 | | -config VIDEO_SC210IOT |
|---|
| 1883 | | - tristate "SmartSens SC210iot sensor support" |
|---|
| 1884 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1885 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1924 | + tristate "SmartSens SC200AI sensor support" |
|---|
| 1925 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1926 | + select MEDIA_CONTROLLER |
|---|
| 1927 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1886 | 1928 | select V4L2_FWNODE |
|---|
| 1887 | 1929 | help |
|---|
| 1888 | | - Support for the SmartSens SC210iot sensor. |
|---|
| 1930 | + This is a Video4Linux2 sensor driver for the SmartSens |
|---|
| 1931 | + SC200AI camera. |
|---|
| 1889 | 1932 | |
|---|
| 1890 | | - To compile this driver as a module, choose M here: the |
|---|
| 1891 | | - module will be called sc210iot. |
|---|
| 1933 | +config VIDEO_SC210IOT |
|---|
| 1934 | + tristate "SmartSens SC210IOT sensor support" |
|---|
| 1935 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1936 | + select MEDIA_CONTROLLER |
|---|
| 1937 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1938 | + select V4L2_FWNODE |
|---|
| 1939 | + help |
|---|
| 1940 | + This is a Video4Linux2 sensor driver for the SmartSens |
|---|
| 1941 | + SC210IOT camera. |
|---|
| 1892 | 1942 | |
|---|
| 1893 | 1943 | config VIDEO_SC2232 |
|---|
| 1894 | 1944 | tristate "SmartSens SC2232 sensor support" |
|---|
| 1895 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1896 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1945 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1946 | + select MEDIA_CONTROLLER |
|---|
| 1947 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1897 | 1948 | select V4L2_FWNODE |
|---|
| 1898 | 1949 | help |
|---|
| 1899 | | - Support for the SmartSens SC2232 sensor. |
|---|
| 1900 | | - |
|---|
| 1901 | | - To compile this driver as a module, choose M here: the |
|---|
| 1902 | | - module will be called sc2232. |
|---|
| 1950 | + This is a Video4Linux2 sensor driver for the SmartSens |
|---|
| 1951 | + SC2232 camera. |
|---|
| 1903 | 1952 | |
|---|
| 1904 | 1953 | config VIDEO_SC2239 |
|---|
| 1905 | 1954 | tristate "SmartSens SC2239 sensor support" |
|---|
| 1906 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1907 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1955 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1956 | + select MEDIA_CONTROLLER |
|---|
| 1957 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1908 | 1958 | select V4L2_FWNODE |
|---|
| 1909 | 1959 | help |
|---|
| 1910 | | - Support for the SmartSens SC2239 sensor. |
|---|
| 1960 | + This is a Video4Linux2 sensor driver for the SmartSens |
|---|
| 1961 | + SC2239 camera. |
|---|
| 1911 | 1962 | |
|---|
| 1912 | | - To compile this driver as a module, choose M here: the |
|---|
| 1913 | | - module will be called sc2239. |
|---|
| 1914 | | - |
|---|
| 1915 | | -config VIDEO_SC223A |
|---|
| 1916 | | - tristate "SmartSens SC223A sensor support" |
|---|
| 1917 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1918 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1963 | +config VIDEO_SC230AI |
|---|
| 1964 | + tristate "SmartSens SC230AI sensor support" |
|---|
| 1965 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1966 | + select MEDIA_CONTROLLER |
|---|
| 1967 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1919 | 1968 | select V4L2_FWNODE |
|---|
| 1920 | 1969 | help |
|---|
| 1921 | | - Support for the SmartSens SC223A sensor. |
|---|
| 1922 | | - |
|---|
| 1923 | | - To compile this driver as a module, choose M here: the |
|---|
| 1924 | | - module will be called sc223a. |
|---|
| 1970 | + This is a Video4Linux2 sensor driver for the SmartSens |
|---|
| 1971 | + SC230AI camera. |
|---|
| 1925 | 1972 | |
|---|
| 1926 | 1973 | config VIDEO_SC2310 |
|---|
| 1927 | 1974 | tristate "SmartSens SC2310 sensor support" |
|---|
| 1928 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1929 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1975 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1976 | + select MEDIA_CONTROLLER |
|---|
| 1977 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1930 | 1978 | select V4L2_FWNODE |
|---|
| 1931 | 1979 | help |
|---|
| 1932 | | - Support for the SmartSens SC2310 sensor. |
|---|
| 1980 | + This is a Video4Linux2 sensor driver for the SmartSens |
|---|
| 1981 | + SC2310 camera. |
|---|
| 1933 | 1982 | |
|---|
| 1934 | | - To compile this driver as a module, choose M here: the |
|---|
| 1935 | | - module will be called sc2310. |
|---|
| 1936 | | - |
|---|
| 1937 | | -config VIDEO_SC2335 |
|---|
| 1938 | | - tristate "SmartSens SC2335 sensor support" |
|---|
| 1939 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1940 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1983 | +config VIDEO_SC2336 |
|---|
| 1984 | + tristate "SmartSens SC2336 sensor support" |
|---|
| 1985 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1986 | + select MEDIA_CONTROLLER |
|---|
| 1987 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1941 | 1988 | select V4L2_FWNODE |
|---|
| 1942 | 1989 | help |
|---|
| 1943 | | - Support for the SmartSens SC2335 sensor. |
|---|
| 1990 | + This is a Video4Linux2 sensor driver for the SmartSens |
|---|
| 1991 | + SC2336 camera. |
|---|
| 1944 | 1992 | |
|---|
| 1945 | | - To compile this driver as a module, choose M here: the |
|---|
| 1946 | | - module will be called sc2335. |
|---|
| 1947 | | - |
|---|
| 1948 | | -config VIDEO_SC2355 |
|---|
| 1949 | | - tristate "SmartSens SC2355 sensor support" |
|---|
| 1950 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1951 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 1993 | +config VIDEO_SC301IOT |
|---|
| 1994 | + tristate "SmartSens SC301IOT sensor support" |
|---|
| 1995 | + depends on I2C && VIDEO_V4L2 |
|---|
| 1996 | + select MEDIA_CONTROLLER |
|---|
| 1997 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1952 | 1998 | select V4L2_FWNODE |
|---|
| 1953 | 1999 | help |
|---|
| 1954 | | - Support for the SmartSens SC2355 sensor. |
|---|
| 1955 | | - |
|---|
| 1956 | | - To compile this driver as a module, choose M here: the |
|---|
| 1957 | | - module will be called sc2355. |
|---|
| 2000 | + This is a Video4Linux2 sensor driver for the SmartSens |
|---|
| 2001 | + SC301IOT camera. |
|---|
| 1958 | 2002 | |
|---|
| 1959 | 2003 | config VIDEO_SC3336 |
|---|
| 1960 | 2004 | tristate "SmartSens SC3336 sensor support" |
|---|
| 1961 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1962 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 2005 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2006 | + select MEDIA_CONTROLLER |
|---|
| 2007 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1963 | 2008 | select V4L2_FWNODE |
|---|
| 1964 | 2009 | help |
|---|
| 1965 | | - Support for the SmartSens SC3336 sensor. |
|---|
| 2010 | + This is a Video4Linux2 sensor driver for the SmartSens |
|---|
| 2011 | + SC3336 camera. |
|---|
| 1966 | 2012 | |
|---|
| 1967 | | - To compile this driver as a module, choose M here: the |
|---|
| 1968 | | - module will be called sc3336. |
|---|
| 2013 | +config VIDEO_SC3338 |
|---|
| 2014 | + tristate "SmartSens SC3338 sensor support" |
|---|
| 2015 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2016 | + select MEDIA_CONTROLLER |
|---|
| 2017 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2018 | + select V4L2_FWNODE |
|---|
| 2019 | + help |
|---|
| 2020 | + This is a Video4Linux2 sensor driver for the SmartSens |
|---|
| 2021 | + SC3338 camera. |
|---|
| 1969 | 2022 | |
|---|
| 1970 | 2023 | config VIDEO_SC401AI |
|---|
| 1971 | 2024 | tristate "SmartSens SC401AI sensor support" |
|---|
| 1972 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1973 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 2025 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2026 | + select MEDIA_CONTROLLER |
|---|
| 2027 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1974 | 2028 | select V4L2_FWNODE |
|---|
| 1975 | 2029 | help |
|---|
| 1976 | | - Support for the SmartSens SC401AI sensor. |
|---|
| 2030 | + This is a Video4Linux2 sensor driver for the SmartSens |
|---|
| 2031 | + SC401ai camera. |
|---|
| 1977 | 2032 | |
|---|
| 1978 | | - To compile this driver as a module, choose M here: the |
|---|
| 1979 | | - module will be called SC401AI. |
|---|
| 2033 | +config VIDEO_SC4210 |
|---|
| 2034 | + tristate "SmartSens SC4210 sensor support" |
|---|
| 2035 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2036 | + select MEDIA_CONTROLLER |
|---|
| 2037 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2038 | + select V4L2_FWNODE |
|---|
| 2039 | + help |
|---|
| 2040 | + This is a Video4Linux2 sensor driver for the SmartSens |
|---|
| 2041 | + SC4210 camera. |
|---|
| 1980 | 2042 | |
|---|
| 1981 | 2043 | config VIDEO_SC4238 |
|---|
| 1982 | 2044 | tristate "SmartSens SC4238 sensor support" |
|---|
| 1983 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1984 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 2045 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2046 | + select MEDIA_CONTROLLER |
|---|
| 2047 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1985 | 2048 | select V4L2_FWNODE |
|---|
| 1986 | 2049 | help |
|---|
| 1987 | | - Support for the SmartSens SC4238 sensor. |
|---|
| 1988 | | - |
|---|
| 1989 | | - To compile this driver as a module, choose M here: the |
|---|
| 1990 | | - module will be called sc4238. |
|---|
| 2050 | + This is a Video4Linux2 sensor driver for the SmartSens |
|---|
| 2051 | + SC4238 camera. |
|---|
| 1991 | 2052 | |
|---|
| 1992 | 2053 | config VIDEO_SC430CS |
|---|
| 1993 | 2054 | tristate "SmartSens SC430CS sensor support" |
|---|
| 1994 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 1995 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 2055 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2056 | + select MEDIA_CONTROLLER |
|---|
| 2057 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 1996 | 2058 | select V4L2_FWNODE |
|---|
| 1997 | 2059 | help |
|---|
| 1998 | | - Support for the SmartSens SC430CS sensor. |
|---|
| 1999 | | - |
|---|
| 2000 | | - To compile this driver as a module, choose M here: the |
|---|
| 2001 | | - module will be called SC430CS. |
|---|
| 2060 | + This is a Video4Linux2 sensor driver for the SmartSens |
|---|
| 2061 | + SC430CS camera. |
|---|
| 2002 | 2062 | |
|---|
| 2003 | 2063 | config VIDEO_SC4336 |
|---|
| 2004 | 2064 | tristate "SmartSens SC4336 sensor support" |
|---|
| .. | .. |
|---|
| 2012 | 2072 | |
|---|
| 2013 | 2073 | config VIDEO_SC500AI |
|---|
| 2014 | 2074 | tristate "SmartSens SC500AI sensor support" |
|---|
| 2015 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 2016 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 2075 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2076 | + select MEDIA_CONTROLLER |
|---|
| 2077 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2017 | 2078 | select V4L2_FWNODE |
|---|
| 2018 | 2079 | help |
|---|
| 2019 | | - Support for the SmartSens SC500AI sensor. |
|---|
| 2080 | + This is a Video4Linux2 sensor driver for the SmartSens |
|---|
| 2081 | + SC500AI camera. |
|---|
| 2020 | 2082 | |
|---|
| 2021 | | - To compile this driver as a module, choose M here: the |
|---|
| 2022 | | - module will be called SC500AI. |
|---|
| 2083 | +config VIDEO_SC501AI |
|---|
| 2084 | + tristate "SmartSens SC501AI sensor support" |
|---|
| 2085 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2086 | + select MEDIA_CONTROLLER |
|---|
| 2087 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2088 | + select V4L2_FWNODE |
|---|
| 2089 | + help |
|---|
| 2090 | + This is a Video4Linux2 sensor driver for the SmartSens |
|---|
| 2091 | + SC501AI camera. |
|---|
| 2023 | 2092 | |
|---|
| 2024 | 2093 | config VIDEO_SC530AI |
|---|
| 2025 | 2094 | tristate "SmartSens SC530AI sensor support" |
|---|
| 2095 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2096 | + select MEDIA_CONTROLLER |
|---|
| 2097 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2098 | + select V4L2_FWNODE |
|---|
| 2099 | + help |
|---|
| 2100 | + This is a Video4Linux2 sensor driver for the SmartSens |
|---|
| 2101 | + SC530AI camera. |
|---|
| 2102 | + |
|---|
| 2103 | +config VIDEO_SC850SL |
|---|
| 2104 | + tristate "SmartSens SC850SL sensor support" |
|---|
| 2105 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2106 | + select MEDIA_CONTROLLER |
|---|
| 2107 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2108 | + select V4L2_FWNODE |
|---|
| 2109 | + help |
|---|
| 2110 | + This is a Video4Linux2 sensor driver for the SmartSens |
|---|
| 2111 | + SC850SL camera. |
|---|
| 2112 | + |
|---|
| 2113 | +config VIDEO_SENSOR_ADAPTER |
|---|
| 2114 | + tristate "Rockchip sensor driver adapter" |
|---|
| 2115 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2116 | + select MEDIA_CONTROLLER |
|---|
| 2117 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2118 | + select V4L2_FWNODE |
|---|
| 2119 | + help |
|---|
| 2120 | + This is a Video4Linux2 sensor driver adapter for other platform. |
|---|
| 2121 | + |
|---|
| 2122 | +config VIDEO_SR030PC30 |
|---|
| 2123 | + tristate "Siliconfile SR030PC30 sensor support" |
|---|
| 2124 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2125 | + help |
|---|
| 2126 | + This driver supports SR030PC30 VGA camera from Siliconfile |
|---|
| 2127 | + |
|---|
| 2128 | +config VIDEO_NOON010PC30 |
|---|
| 2129 | + tristate "Siliconfile NOON010PC30 sensor support" |
|---|
| 2130 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2131 | + select MEDIA_CONTROLLER |
|---|
| 2132 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2133 | + help |
|---|
| 2134 | + This driver supports NOON010PC30 CIF camera from Siliconfile |
|---|
| 2135 | + |
|---|
| 2136 | +source "drivers/media/i2c/m5mols/Kconfig" |
|---|
| 2137 | + |
|---|
| 2138 | +config VIDEO_RDACM20 |
|---|
| 2139 | + tristate "IMI RDACM20 camera support" |
|---|
| 2140 | + depends on I2C |
|---|
| 2141 | + select V4L2_FWNODE |
|---|
| 2142 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2143 | + select MEDIA_CONTROLLER |
|---|
| 2144 | + help |
|---|
| 2145 | + This driver supports the IMI RDACM20 GMSL camera, used in |
|---|
| 2146 | + ADAS systems. |
|---|
| 2147 | + |
|---|
| 2148 | + This camera should be used in conjunction with a GMSL |
|---|
| 2149 | + deserialiser such as the MAX9286. |
|---|
| 2150 | + |
|---|
| 2151 | +config VIDEO_RJ54N1 |
|---|
| 2152 | + tristate "Sharp RJ54N1CB0C sensor support" |
|---|
| 2153 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2154 | + help |
|---|
| 2155 | + This is a V4L2 sensor driver for Sharp RJ54N1CB0C CMOS image |
|---|
| 2156 | + sensor. |
|---|
| 2157 | + |
|---|
| 2158 | + To compile this driver as a module, choose M here: the |
|---|
| 2159 | + module will be called rj54n1. |
|---|
| 2160 | + |
|---|
| 2161 | +config VIDEO_S5K3L6XX |
|---|
| 2162 | + tristate "Samsung S5K3L6XX sensor support" |
|---|
| 2026 | 2163 | depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 2027 | 2164 | depends on MEDIA_CAMERA_SUPPORT |
|---|
| 2028 | 2165 | select V4L2_FWNODE |
|---|
| 2029 | 2166 | help |
|---|
| 2030 | | - Support for the SmartSens SC530AI sensor. |
|---|
| 2167 | + This is a Video4Linux2 sensor driver for the Samsung |
|---|
| 2168 | + S5K3L6XX camera. |
|---|
| 2031 | 2169 | |
|---|
| 2032 | | - To compile this driver as a module, choose M here: the |
|---|
| 2033 | | - module will be called SC530AI. |
|---|
| 2170 | +config VIDEO_S5K6AA |
|---|
| 2171 | + tristate "Samsung S5K6AAFX sensor support" |
|---|
| 2172 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2173 | + select MEDIA_CONTROLLER |
|---|
| 2174 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2175 | + help |
|---|
| 2176 | + This is a V4L2 sensor driver for Samsung S5K6AA(FX) 1.3M |
|---|
| 2177 | + camera sensor with an embedded SoC image signal processor. |
|---|
| 2034 | 2178 | |
|---|
| 2035 | | -config VIDEO_SC5239 |
|---|
| 2036 | | - tristate "SmartSens SC5239 sensor support" |
|---|
| 2037 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 2038 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 2179 | +config VIDEO_S5K6A3 |
|---|
| 2180 | + tristate "Samsung S5K6A3 sensor support" |
|---|
| 2181 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2182 | + select MEDIA_CONTROLLER |
|---|
| 2183 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2184 | + help |
|---|
| 2185 | + This is a V4L2 sensor driver for Samsung S5K6A3 raw |
|---|
| 2186 | + camera sensor. |
|---|
| 2187 | + |
|---|
| 2188 | +config VIDEO_S5K4ECGX |
|---|
| 2189 | + tristate "Samsung S5K4ECGX sensor support" |
|---|
| 2190 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2191 | + select MEDIA_CONTROLLER |
|---|
| 2192 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2193 | + select CRC32 |
|---|
| 2194 | + help |
|---|
| 2195 | + This is a V4L2 sensor driver for Samsung S5K4ECGX 5M |
|---|
| 2196 | + camera sensor with an embedded SoC image signal processor. |
|---|
| 2197 | + |
|---|
| 2198 | +config VIDEO_S5K5BAF |
|---|
| 2199 | + tristate "Samsung S5K5BAF sensor support" |
|---|
| 2200 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2201 | + select MEDIA_CONTROLLER |
|---|
| 2202 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2039 | 2203 | select V4L2_FWNODE |
|---|
| 2040 | 2204 | help |
|---|
| 2041 | | - Support for the SmartSens SC5239 sensor. |
|---|
| 2205 | + This is a V4L2 sensor driver for Samsung S5K5BAF 2M |
|---|
| 2206 | + camera sensor with an embedded SoC image signal processor. |
|---|
| 2042 | 2207 | |
|---|
| 2043 | | - To compile this driver as a module, choose M here: the |
|---|
| 2044 | | - module will be called SC5239. |
|---|
| 2045 | | - |
|---|
| 2046 | | -config VIDEO_SC8220 |
|---|
| 2047 | | - tristate "SmartSens SC8220 sensor support" |
|---|
| 2048 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 2049 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 2208 | +config VIDEO_S5KJN1 |
|---|
| 2209 | + tristate "Samsung S5KJN1 sensor support" |
|---|
| 2210 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2211 | + select MEDIA_CONTROLLER |
|---|
| 2212 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2050 | 2213 | select V4L2_FWNODE |
|---|
| 2051 | 2214 | help |
|---|
| 2052 | | - Support for the SmartSens SC8220 sensor. |
|---|
| 2215 | + This is a Video4Linux2 sensor driver for the Samsung |
|---|
| 2216 | + S5KJN1 camera. |
|---|
| 2053 | 2217 | |
|---|
| 2054 | | - To compile this driver as a module, choose M here: the |
|---|
| 2055 | | - module will be called SC8220. |
|---|
| 2218 | +source "drivers/media/i2c/smiapp/Kconfig" |
|---|
| 2219 | +source "drivers/media/i2c/et8ek8/Kconfig" |
|---|
| 2056 | 2220 | |
|---|
| 2057 | | -config VIDEO_SP250A |
|---|
| 2058 | | - tristate "Superpix SP250A sensor support" |
|---|
| 2059 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 2060 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 2221 | +config VIDEO_S5C73M3 |
|---|
| 2222 | + tristate "Samsung S5C73M3 sensor support" |
|---|
| 2223 | + depends on I2C && SPI && VIDEO_V4L2 |
|---|
| 2224 | + select MEDIA_CONTROLLER |
|---|
| 2225 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2061 | 2226 | select V4L2_FWNODE |
|---|
| 2062 | 2227 | help |
|---|
| 2063 | | - Support for the SmartSens SP250A sensor. |
|---|
| 2228 | + This is a V4L2 sensor driver for Samsung S5C73M3 |
|---|
| 2229 | + 8 Mpixel camera. |
|---|
| 2064 | 2230 | |
|---|
| 2231 | +config VIDEO_PREISP_DUMMY_SENSOR |
|---|
| 2232 | + tristate "Preisp dummy sensor support" |
|---|
| 2233 | + depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API |
|---|
| 2234 | + help |
|---|
| 2235 | + Support for the preisp dummy sensor. |
|---|
| 2065 | 2236 | To compile this driver as a module, choose M here: the |
|---|
| 2066 | | - module will be called SP250A. |
|---|
| 2237 | + module will be called pisp_dmy. |
|---|
| 2067 | 2238 | |
|---|
| 2068 | | -config VIDEO_HYNIX_HI556 |
|---|
| 2069 | | - tristate "Hynix HI556 sensor support" |
|---|
| 2070 | | - depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER |
|---|
| 2071 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 2239 | +endmenu |
|---|
| 2240 | + |
|---|
| 2241 | +menu "Lens drivers" |
|---|
| 2242 | + visible if MEDIA_CAMERA_SUPPORT |
|---|
| 2243 | + |
|---|
| 2244 | +config VIDEO_AD5820 |
|---|
| 2245 | + tristate "AD5820 lens voice coil support" |
|---|
| 2246 | + depends on GPIOLIB && I2C && VIDEO_V4L2 |
|---|
| 2247 | + select MEDIA_CONTROLLER |
|---|
| 2248 | + help |
|---|
| 2249 | + This is a driver for the AD5820 camera lens voice coil. |
|---|
| 2250 | + It is used for example in Nokia N900 (RX-51). |
|---|
| 2251 | + |
|---|
| 2252 | +config VIDEO_AK7375 |
|---|
| 2253 | + tristate "AK7375 lens voice coil support" |
|---|
| 2254 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2255 | + select MEDIA_CONTROLLER |
|---|
| 2256 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2257 | + help |
|---|
| 2258 | + This is a driver for the AK7375 camera lens voice coil. |
|---|
| 2259 | + AK7375 is a 12 bit DAC with 120mA output current sink |
|---|
| 2260 | + capability. This is designed for linear control of |
|---|
| 2261 | + voice coil motors, controlled via I2C serial interface. |
|---|
| 2262 | + |
|---|
| 2263 | +config VIDEO_AW8601 |
|---|
| 2264 | + tristate "AW8601 lens voice coil support" |
|---|
| 2265 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2266 | + select MEDIA_CONTROLLER |
|---|
| 2267 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2268 | + help |
|---|
| 2269 | + This is a driver for the AW8601 camera lens voice coil. |
|---|
| 2270 | + AW8601 is a 10 bit DAC with 100mA output current sink |
|---|
| 2271 | + capability. This is designed for linear control of |
|---|
| 2272 | + voice coil motors, controlled via I2C serial interface. |
|---|
| 2273 | + |
|---|
| 2274 | +config VIDEO_CN3927V |
|---|
| 2275 | + tristate "CN3927V lens voice coil support" |
|---|
| 2276 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2277 | + select MEDIA_CONTROLLER |
|---|
| 2278 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2279 | + help |
|---|
| 2280 | + This is a driver for the CN3927V camera lens voice coil. |
|---|
| 2281 | + CN3927V is a 10 bit DAC with 120mA output current sink |
|---|
| 2282 | + capability. This is designed for linear control of |
|---|
| 2283 | + voice coil motors, controlled via I2C serial interface. |
|---|
| 2284 | + |
|---|
| 2285 | +config VIDEO_DW9714 |
|---|
| 2286 | + tristate "DW9714 lens voice coil support" |
|---|
| 2287 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2288 | + select MEDIA_CONTROLLER |
|---|
| 2289 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2290 | + help |
|---|
| 2291 | + This is a driver for the DW9714 camera lens voice coil. |
|---|
| 2292 | + DW9714 is a 10 bit DAC with 120mA output current sink |
|---|
| 2293 | + capability. This is designed for linear control of |
|---|
| 2294 | + voice coil motors, controlled via I2C serial interface. |
|---|
| 2295 | + |
|---|
| 2296 | +config VIDEO_DW9763 |
|---|
| 2297 | + tristate "DW9763 lens voice coil support" |
|---|
| 2298 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2299 | + select MEDIA_CONTROLLER |
|---|
| 2300 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2072 | 2301 | select V4L2_FWNODE |
|---|
| 2073 | 2302 | help |
|---|
| 2074 | | - This is a Video4Linux2 sensor driver for the Hynix |
|---|
| 2075 | | - HI556 camera. |
|---|
| 2303 | + This is a driver for the DW9763 camera lens voice coil. |
|---|
| 2304 | + DW9763 is a 10 bit DAC with 120mA output current sink |
|---|
| 2305 | + capability. This is designed for linear control of |
|---|
| 2306 | + voice coil motors, controlled via I2C serial interface. |
|---|
| 2076 | 2307 | |
|---|
| 2077 | | - To compile this driver as a module, choose M here: the |
|---|
| 2078 | | - module will be called hynix_hi556. |
|---|
| 2079 | | - |
|---|
| 2080 | | -config VIDEO_HYNIX_HI846 |
|---|
| 2081 | | - tristate "Hynix HI846 sensor support" |
|---|
| 2082 | | - depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER |
|---|
| 2083 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 2308 | +config VIDEO_DW9768 |
|---|
| 2309 | + tristate "DW9768 lens voice coil support" |
|---|
| 2310 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2311 | + select MEDIA_CONTROLLER |
|---|
| 2312 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2084 | 2313 | select V4L2_FWNODE |
|---|
| 2085 | 2314 | help |
|---|
| 2086 | | - This is a Video4Linux2 sensor driver for the Hynix |
|---|
| 2087 | | - HI846 camera. |
|---|
| 2315 | + This is a driver for the DW9768 camera lens voice coil. |
|---|
| 2316 | + DW9768 is a 10 bit DAC with 100mA output current sink |
|---|
| 2317 | + capability. This is designed for linear control of |
|---|
| 2318 | + voice coil motors, controlled via I2C serial interface. |
|---|
| 2088 | 2319 | |
|---|
| 2089 | | - To compile this driver as a module, choose M here: the |
|---|
| 2090 | | - module will be called hynix_hi846. |
|---|
| 2091 | | - |
|---|
| 2092 | | -config VIDEO_HM5040 |
|---|
| 2093 | | - tristate "Himax HM5040 sensor support" |
|---|
| 2094 | | - depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER |
|---|
| 2095 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 2320 | +config VIDEO_DW9800W |
|---|
| 2321 | + tristate "DW9800W lens voice coil support" |
|---|
| 2322 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2323 | + select MEDIA_CONTROLLER |
|---|
| 2324 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2096 | 2325 | select V4L2_FWNODE |
|---|
| 2097 | 2326 | help |
|---|
| 2098 | | - This is a Video4Linux2 sensor driver for the Hynix |
|---|
| 2099 | | - HM5040 camera. |
|---|
| 2327 | + This is a driver for the DW9800W camera lens voice coil. |
|---|
| 2328 | + DW9800W is a 10 bit DAC with ±100mA output current sink |
|---|
| 2329 | + capability. This is designed for linear control of |
|---|
| 2330 | + voice coil motors, controlled via I2C serial interface. |
|---|
| 2100 | 2331 | |
|---|
| 2101 | | - To compile this driver as a module, choose M here: the |
|---|
| 2102 | | - module will be called hm5040. |
|---|
| 2332 | +config VIDEO_DW9807_VCM |
|---|
| 2333 | + tristate "DW9807 lens voice coil support" |
|---|
| 2334 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2335 | + select MEDIA_CONTROLLER |
|---|
| 2336 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2337 | + help |
|---|
| 2338 | + This is a driver for the DW9807 camera lens voice coil. |
|---|
| 2339 | + DW9807 is a 10 bit DAC with 100mA output current sink |
|---|
| 2340 | + capability. This is designed for linear control of |
|---|
| 2341 | + voice coil motors, controlled via I2C serial interface. |
|---|
| 2103 | 2342 | |
|---|
| 2104 | | -comment "Flash devices" |
|---|
| 2343 | +config VIDEO_FP5510 |
|---|
| 2344 | + tristate "FP5510 lens voice coil support" |
|---|
| 2345 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2346 | + select MEDIA_CONTROLLER |
|---|
| 2347 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 2348 | + help |
|---|
| 2349 | + This is a driver for the FP5510 camera lens voice coil. |
|---|
| 2350 | + FP5510 is a 10 bit DAC with 100mA output current sink |
|---|
| 2351 | + capability. This is designed for linear control of |
|---|
| 2352 | + voice coil motors, controlled via I2C serial interface. |
|---|
| 2353 | + |
|---|
| 2354 | +endmenu |
|---|
| 2355 | + |
|---|
| 2356 | +menu "Flash devices" |
|---|
| 2357 | + visible if MEDIA_CAMERA_SUPPORT |
|---|
| 2105 | 2358 | |
|---|
| 2106 | 2359 | config VIDEO_ADP1653 |
|---|
| 2107 | 2360 | tristate "ADP1653 flash support" |
|---|
| 2108 | | - depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER |
|---|
| 2109 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 2110 | | - ---help--- |
|---|
| 2361 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2362 | + select MEDIA_CONTROLLER |
|---|
| 2363 | + help |
|---|
| 2111 | 2364 | This is a driver for the ADP1653 flash controller. It is used for |
|---|
| 2112 | 2365 | example in Nokia N900. |
|---|
| 2113 | 2366 | |
|---|
| 2367 | +config VIDEO_AW36518 |
|---|
| 2368 | + tristate "AW36518 flash driver support" |
|---|
| 2369 | + depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER |
|---|
| 2370 | + depends on VIDEO_V4L2_SUBDEV_API |
|---|
| 2371 | + help |
|---|
| 2372 | + This is a driver for the aw36518 flash controllers. It controls |
|---|
| 2373 | + flash, torch LEDs. |
|---|
| 2374 | + |
|---|
| 2114 | 2375 | config VIDEO_LM3560 |
|---|
| 2115 | 2376 | tristate "LM3560 dual flash driver support" |
|---|
| 2116 | | - depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER |
|---|
| 2117 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 2377 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2378 | + select MEDIA_CONTROLLER |
|---|
| 2118 | 2379 | select REGMAP_I2C |
|---|
| 2119 | | - ---help--- |
|---|
| 2380 | + help |
|---|
| 2120 | 2381 | This is a driver for the lm3560 dual flash controllers. It controls |
|---|
| 2121 | 2382 | flash, torch LEDs. |
|---|
| 2122 | 2383 | |
|---|
| 2123 | 2384 | config VIDEO_LM3646 |
|---|
| 2124 | 2385 | tristate "LM3646 dual flash driver support" |
|---|
| 2125 | | - depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER |
|---|
| 2126 | | - depends on MEDIA_CAMERA_SUPPORT |
|---|
| 2386 | + depends on I2C && VIDEO_V4L2 |
|---|
| 2387 | + select MEDIA_CONTROLLER |
|---|
| 2127 | 2388 | select REGMAP_I2C |
|---|
| 2128 | | - ---help--- |
|---|
| 2389 | + help |
|---|
| 2129 | 2390 | This is a driver for the lm3646 dual flash controllers. It controls |
|---|
| 2130 | 2391 | flash, torch LEDs. |
|---|
| 2131 | 2392 | |
|---|
| .. | .. |
|---|
| 2136 | 2397 | help |
|---|
| 2137 | 2398 | This is a driver for the sgm3784 dual flash controllers. It controls |
|---|
| 2138 | 2399 | flash, torch LEDs. |
|---|
| 2139 | | - |
|---|
| 2140 | | -comment "Video improvement chips" |
|---|
| 2141 | | - |
|---|
| 2142 | | -config VIDEO_UPD64031A |
|---|
| 2143 | | - tristate "NEC Electronics uPD64031A Ghost Reduction" |
|---|
| 2144 | | - depends on VIDEO_V4L2 && I2C |
|---|
| 2145 | | - ---help--- |
|---|
| 2146 | | - Support for the NEC Electronics uPD64031A Ghost Reduction |
|---|
| 2147 | | - video chip. It is most often found in NTSC TV cards made for |
|---|
| 2148 | | - Japan and is used to reduce the 'ghosting' effect that can |
|---|
| 2149 | | - be present in analog TV broadcasts. |
|---|
| 2150 | | - |
|---|
| 2151 | | - To compile this driver as a module, choose M here: the |
|---|
| 2152 | | - module will be called upd64031a. |
|---|
| 2153 | | - |
|---|
| 2154 | | -config VIDEO_UPD64083 |
|---|
| 2155 | | - tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation" |
|---|
| 2156 | | - depends on VIDEO_V4L2 && I2C |
|---|
| 2157 | | - ---help--- |
|---|
| 2158 | | - Support for the NEC Electronics uPD64083 3-Dimensional Y/C |
|---|
| 2159 | | - separation video chip. It is used to improve the quality of |
|---|
| 2160 | | - the colors of a composite signal. |
|---|
| 2161 | | - |
|---|
| 2162 | | - To compile this driver as a module, choose M here: the |
|---|
| 2163 | | - module will be called upd64083. |
|---|
| 2164 | | - |
|---|
| 2165 | | -comment "Audio/Video compression chips" |
|---|
| 2166 | | - |
|---|
| 2167 | | -config VIDEO_SAA6752HS |
|---|
| 2168 | | - tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder" |
|---|
| 2169 | | - depends on VIDEO_V4L2 && I2C |
|---|
| 2170 | | - select CRC32 |
|---|
| 2171 | | - ---help--- |
|---|
| 2172 | | - Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3 |
|---|
| 2173 | | - audio encoder with multiplexer. |
|---|
| 2174 | | - |
|---|
| 2175 | | - To compile this driver as a module, choose M here: the |
|---|
| 2176 | | - module will be called saa6752hs. |
|---|
| 2177 | | - |
|---|
| 2178 | | -comment "SDR tuner chips" |
|---|
| 2179 | | - |
|---|
| 2180 | | -config SDR_MAX2175 |
|---|
| 2181 | | - tristate "Maxim 2175 RF to Bits tuner" |
|---|
| 2182 | | - depends on VIDEO_V4L2 && MEDIA_SDR_SUPPORT && I2C |
|---|
| 2183 | | - ---help--- |
|---|
| 2184 | | - Support for Maxim 2175 tuner. It is an advanced analog/digital |
|---|
| 2185 | | - radio receiver with RF-to-Bits front-end designed for SDR solutions. |
|---|
| 2186 | | - |
|---|
| 2187 | | - To compile this driver as a module, choose M here; the |
|---|
| 2188 | | - module will be called max2175. |
|---|
| 2189 | | - |
|---|
| 2190 | | -comment "Miscellaneous helper chips" |
|---|
| 2191 | | - |
|---|
| 2192 | | -config VIDEO_THS7303 |
|---|
| 2193 | | - tristate "THS7303/53 Video Amplifier" |
|---|
| 2194 | | - depends on VIDEO_V4L2 && I2C |
|---|
| 2195 | | - help |
|---|
| 2196 | | - Support for TI THS7303/53 video amplifier |
|---|
| 2197 | | - |
|---|
| 2198 | | - To compile this driver as a module, choose M here: the |
|---|
| 2199 | | - module will be called ths7303. |
|---|
| 2200 | | - |
|---|
| 2201 | | -config VIDEO_M52790 |
|---|
| 2202 | | - tristate "Mitsubishi M52790 A/V switch" |
|---|
| 2203 | | - depends on VIDEO_V4L2 && I2C |
|---|
| 2204 | | - ---help--- |
|---|
| 2205 | | - Support for the Mitsubishi M52790 A/V switch. |
|---|
| 2206 | | - |
|---|
| 2207 | | - To compile this driver as a module, choose M here: the |
|---|
| 2208 | | - module will be called m52790. |
|---|
| 2209 | | - |
|---|
| 2210 | | -config VIDEO_I2C |
|---|
| 2211 | | - tristate "I2C transport video support" |
|---|
| 2212 | | - depends on VIDEO_V4L2 && I2C |
|---|
| 2213 | | - select VIDEOBUF2_VMALLOC |
|---|
| 2214 | | - imply HWMON |
|---|
| 2215 | | - ---help--- |
|---|
| 2216 | | - Enable the I2C transport video support which supports the |
|---|
| 2217 | | - following: |
|---|
| 2218 | | - * Panasonic AMG88xx Grid-Eye Sensors |
|---|
| 2219 | | - |
|---|
| 2220 | | - To compile this driver as a module, choose M here: the |
|---|
| 2221 | | - module will be called video-i2c |
|---|
| 2222 | | - |
|---|
| 2223 | | -config VIDEO_NVP6158 |
|---|
| 2224 | | - tristate "NEXTCHIP nvp6158 driver support" |
|---|
| 2225 | | - depends on VIDEO_V4L2 && I2C |
|---|
| 2226 | | - ---help--- |
|---|
| 2227 | | - Support for the Nextchip NVP6158 multi channels digital decode to |
|---|
| 2228 | | - BT656/BT1120 bridge. |
|---|
| 2229 | | - |
|---|
| 2230 | | - To compile this driver as a module, choose M here: the |
|---|
| 2231 | | - module will be called nvp6158_drv. |
|---|
| 2232 | | - |
|---|
| 2233 | | -config VIDEO_NVP6188 |
|---|
| 2234 | | - tristate "NEXTCHIP nvp6188 driver support" |
|---|
| 2235 | | - depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API |
|---|
| 2236 | | - help |
|---|
| 2237 | | - Support for the Nextchip NVP6188 multi channels digital decode to |
|---|
| 2238 | | - MIPI CSI-2 bridge. |
|---|
| 2239 | | - |
|---|
| 2240 | | - To compile this driver as a module, choose M here: the |
|---|
| 2241 | | - module will be called nvp6188. |
|---|
| 2242 | | - |
|---|
| 2243 | | -config VIDEO_NVP6324 |
|---|
| 2244 | | - tristate "NEXTCHIP nvp6324 driver support" |
|---|
| 2245 | | - depends on VIDEO_V4L2 && I2C |
|---|
| 2246 | | - ---help--- |
|---|
| 2247 | | - Support for the NVP6324. |
|---|
| 2248 | | - |
|---|
| 2249 | | - To compile this driver as a module, choose M here: the |
|---|
| 2250 | | - module will be called jaguar1_drv. |
|---|
| 2251 | | - |
|---|
| 2252 | | -config VIDEO_RN6854 |
|---|
| 2253 | | - tristate "RICHNEX rn6854 driver support" |
|---|
| 2254 | | - depends on VIDEO_V4L2 && I2C |
|---|
| 2255 | | - help |
|---|
| 2256 | | - Support for the RICHNEX RN6854 multi channels digital decode to |
|---|
| 2257 | | - MIPI CSI-2 bridge. |
|---|
| 2258 | | - |
|---|
| 2259 | | - To compile this driver as a module, choose M here: the |
|---|
| 2260 | | - module will be called rn6854. |
|---|
| 2261 | | - |
|---|
| 2262 | | -config VIDEO_HALL_DC_MOTOR |
|---|
| 2263 | | - tristate "Hall dc-motor driver for camera iris" |
|---|
| 2264 | | - depends on PWM && VIDEO_V4L2 |
|---|
| 2265 | | - help |
|---|
| 2266 | | - This a driver used pwm to drive motor |
|---|
| 2267 | | - |
|---|
| 2268 | | -config VIDEO_RK_IRCUT |
|---|
| 2269 | | - tristate "Rockchip IR-CUT control device" |
|---|
| 2270 | | - depends on VIDEO_V4L2 |
|---|
| 2271 | | - help |
|---|
| 2272 | | - Support for the Rockchip IR-CUT control board. |
|---|
| 2273 | | - |
|---|
| 2274 | | - To compile this driver as a module, choose M here: the |
|---|
| 2275 | | - module will be called rk_ircut. |
|---|
| 2276 | | - |
|---|
| 2277 | | -config VIDEO_MP6507 |
|---|
| 2278 | | - tristate "MP6507 motor driver for camera iris/focus/zoom" |
|---|
| 2279 | | - depends on PWM |
|---|
| 2280 | | - help |
|---|
| 2281 | | - This a driver used pwm to drive motor |
|---|
| 2282 | | - |
|---|
| 2283 | 2400 | endmenu |
|---|
| 2284 | 2401 | |
|---|
| 2285 | | -menu "Sensors used on soc_camera driver" |
|---|
| 2286 | | - |
|---|
| 2287 | | -if SOC_CAMERA |
|---|
| 2288 | | - source "drivers/media/i2c/soc_camera/Kconfig" |
|---|
| 2289 | | -endif |
|---|
| 2290 | | - |
|---|
| 2291 | | -endmenu |
|---|
| 2292 | | - |
|---|
| 2293 | | -endif |
|---|
| 2402 | +endif # VIDEO_V4L2 |
|---|