Kconfig 30 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078
  1. #
  2. # Multimedia Video device configuration
  3. #
  4. if VIDEO_V4L2
  5. config VIDEO_IR_I2C
  6. tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT
  7. depends on I2C && RC_CORE
  8. default y
  9. ---help---
  10. Most boards have an IR chip directly connected via GPIO. However,
  11. some video boards have the IR connected via I2C bus.
  12. If your board doesn't have an I2C IR chip, you may disable this
  13. option.
  14. In doubt, say Y.
  15. #
  16. # Encoder / Decoder module configuration
  17. #
  18. menu "I2C Encoders, decoders, sensors and other helper chips"
  19. visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
  20. comment "Audio decoders, processors and mixers"
  21. config VIDEO_TVAUDIO
  22. tristate "Simple audio decoder chips"
  23. depends on VIDEO_V4L2 && I2C
  24. ---help---
  25. Support for several audio decoder chips found on some bt8xx boards:
  26. Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
  27. tea6320, tea6420, tda8425, ta8874z.
  28. Microchip: pic16c54 based design on ProVideo PV951 board.
  29. To compile this driver as a module, choose M here: the
  30. module will be called tvaudio.
  31. config VIDEO_TDA7432
  32. tristate "Philips TDA7432 audio processor"
  33. depends on VIDEO_V4L2 && I2C
  34. ---help---
  35. Support for tda7432 audio decoder chip found on some bt8xx boards.
  36. To compile this driver as a module, choose M here: the
  37. module will be called tda7432.
  38. config VIDEO_TDA9840
  39. tristate "Philips TDA9840 audio processor"
  40. depends on I2C
  41. ---help---
  42. Support for tda9840 audio decoder chip found on some Zoran boards.
  43. To compile this driver as a module, choose M here: the
  44. module will be called tda9840.
  45. config VIDEO_TDA1997X
  46. tristate "NXP TDA1997x HDMI receiver"
  47. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  48. depends on SND_SOC
  49. select SND_PCM
  50. ---help---
  51. V4L2 subdevice driver for the NXP TDA1997x HDMI receivers.
  52. To compile this driver as a module, choose M here: the
  53. module will be called tda1997x.
  54. config VIDEO_TEA6415C
  55. tristate "Philips TEA6415C audio processor"
  56. depends on I2C
  57. ---help---
  58. Support for tea6415c audio decoder chip found on some bt8xx boards.
  59. To compile this driver as a module, choose M here: the
  60. module will be called tea6415c.
  61. config VIDEO_TEA6420
  62. tristate "Philips TEA6420 audio processor"
  63. depends on I2C
  64. ---help---
  65. Support for tea6420 audio decoder chip found on some bt8xx boards.
  66. To compile this driver as a module, choose M here: the
  67. module will be called tea6420.
  68. config VIDEO_MSP3400
  69. tristate "Micronas MSP34xx audio decoders"
  70. depends on VIDEO_V4L2 && I2C
  71. ---help---
  72. Support for the Micronas MSP34xx series of audio decoders.
  73. To compile this driver as a module, choose M here: the
  74. module will be called msp3400.
  75. config VIDEO_CS3308
  76. tristate "Cirrus Logic CS3308 audio ADC"
  77. depends on VIDEO_V4L2 && I2C
  78. ---help---
  79. Support for the Cirrus Logic CS3308 High Performance 8-Channel
  80. Analog Volume Control
  81. To compile this driver as a module, choose M here: the
  82. module will be called cs3308.
  83. config VIDEO_CS5345
  84. tristate "Cirrus Logic CS5345 audio ADC"
  85. depends on VIDEO_V4L2 && I2C
  86. ---help---
  87. Support for the Cirrus Logic CS5345 24-bit, 192 kHz
  88. stereo A/D converter.
  89. To compile this driver as a module, choose M here: the
  90. module will be called cs5345.
  91. config VIDEO_CS53L32A
  92. tristate "Cirrus Logic CS53L32A audio ADC"
  93. depends on VIDEO_V4L2 && I2C
  94. ---help---
  95. Support for the Cirrus Logic CS53L32A low voltage
  96. stereo A/D converter.
  97. To compile this driver as a module, choose M here: the
  98. module will be called cs53l32a.
  99. config VIDEO_TLV320AIC23B
  100. tristate "Texas Instruments TLV320AIC23B audio codec"
  101. depends on VIDEO_V4L2 && I2C
  102. ---help---
  103. Support for the Texas Instruments TLV320AIC23B audio codec.
  104. To compile this driver as a module, choose M here: the
  105. module will be called tlv320aic23b.
  106. config VIDEO_UDA1342
  107. tristate "Philips UDA1342 audio codec"
  108. depends on VIDEO_V4L2 && I2C
  109. ---help---
  110. Support for the Philips UDA1342 audio codec.
  111. To compile this driver as a module, choose M here: the
  112. module will be called uda1342.
  113. config VIDEO_WM8775
  114. tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
  115. depends on VIDEO_V4L2 && I2C
  116. ---help---
  117. Support for the Wolfson Microelectronics WM8775 high
  118. performance stereo A/D Converter with a 4 channel input mixer.
  119. To compile this driver as a module, choose M here: the
  120. module will be called wm8775.
  121. config VIDEO_WM8739
  122. tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
  123. depends on VIDEO_V4L2 && I2C
  124. ---help---
  125. Support for the Wolfson Microelectronics WM8739
  126. stereo A/D Converter.
  127. To compile this driver as a module, choose M here: the
  128. module will be called wm8739.
  129. config VIDEO_VP27SMPX
  130. tristate "Panasonic VP27's internal MPX"
  131. depends on VIDEO_V4L2 && I2C
  132. ---help---
  133. Support for the internal MPX of the Panasonic VP27s tuner.
  134. To compile this driver as a module, choose M here: the
  135. module will be called vp27smpx.
  136. config VIDEO_SONY_BTF_MPX
  137. tristate "Sony BTF's internal MPX"
  138. depends on VIDEO_V4L2 && I2C
  139. help
  140. Support for the internal MPX of the Sony BTF-PG472Z tuner.
  141. To compile this driver as a module, choose M here: the
  142. module will be called sony-btf-mpx.
  143. comment "RDS decoders"
  144. config VIDEO_SAA6588
  145. tristate "SAA6588 Radio Chip RDS decoder support"
  146. depends on VIDEO_V4L2 && I2C
  147. help
  148. Support for this Radio Data System (RDS) decoder. This allows
  149. seeing radio station identification transmitted using this
  150. standard.
  151. To compile this driver as a module, choose M here: the
  152. module will be called saa6588.
  153. comment "Video decoders"
  154. config VIDEO_ADV7180
  155. tristate "Analog Devices ADV7180 decoder"
  156. depends on GPIOLIB && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  157. ---help---
  158. Support for the Analog Devices ADV7180 video decoder.
  159. To compile this driver as a module, choose M here: the
  160. module will be called adv7180.
  161. config VIDEO_ADV7183
  162. tristate "Analog Devices ADV7183 decoder"
  163. depends on VIDEO_V4L2 && I2C
  164. ---help---
  165. V4l2 subdevice driver for the Analog Devices
  166. ADV7183 video decoder.
  167. To compile this driver as a module, choose M here: the
  168. module will be called adv7183.
  169. config VIDEO_ADV748X
  170. tristate "Analog Devices ADV748x decoder"
  171. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  172. depends on OF
  173. select REGMAP_I2C
  174. ---help---
  175. V4L2 subdevice driver for the Analog Devices
  176. ADV7481 and ADV7482 HDMI/Analog video decoders.
  177. To compile this driver as a module, choose M here: the
  178. module will be called adv748x.
  179. config VIDEO_ADV7604
  180. tristate "Analog Devices ADV7604 decoder"
  181. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  182. depends on GPIOLIB || COMPILE_TEST
  183. select HDMI
  184. select V4L2_FWNODE
  185. ---help---
  186. Support for the Analog Devices ADV7604 video decoder.
  187. This is a Analog Devices Component/Graphics Digitizer
  188. with 4:1 Multiplexed HDMI Receiver.
  189. To compile this driver as a module, choose M here: the
  190. module will be called adv7604.
  191. config VIDEO_ADV7604_CEC
  192. bool "Enable Analog Devices ADV7604 CEC support"
  193. depends on VIDEO_ADV7604
  194. select CEC_CORE
  195. ---help---
  196. When selected the adv7604 will support the optional
  197. HDMI CEC feature.
  198. config VIDEO_ADV7842
  199. tristate "Analog Devices ADV7842 decoder"
  200. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  201. select HDMI
  202. ---help---
  203. Support for the Analog Devices ADV7842 video decoder.
  204. This is a Analog Devices Component/Graphics/SD Digitizer
  205. with 2:1 Multiplexed HDMI Receiver.
  206. To compile this driver as a module, choose M here: the
  207. module will be called adv7842.
  208. config VIDEO_ADV7842_CEC
  209. bool "Enable Analog Devices ADV7842 CEC support"
  210. depends on VIDEO_ADV7842
  211. select CEC_CORE
  212. ---help---
  213. When selected the adv7842 will support the optional
  214. HDMI CEC feature.
  215. config VIDEO_BT819
  216. tristate "BT819A VideoStream decoder"
  217. depends on VIDEO_V4L2 && I2C
  218. ---help---
  219. Support for BT819A video decoder.
  220. To compile this driver as a module, choose M here: the
  221. module will be called bt819.
  222. config VIDEO_BT856
  223. tristate "BT856 VideoStream decoder"
  224. depends on VIDEO_V4L2 && I2C
  225. ---help---
  226. Support for BT856 video decoder.
  227. To compile this driver as a module, choose M here: the
  228. module will be called bt856.
  229. config VIDEO_BT866
  230. tristate "BT866 VideoStream decoder"
  231. depends on VIDEO_V4L2 && I2C
  232. ---help---
  233. Support for BT866 video decoder.
  234. To compile this driver as a module, choose M here: the
  235. module will be called bt866.
  236. config VIDEO_KS0127
  237. tristate "KS0127 video decoder"
  238. depends on VIDEO_V4L2 && I2C
  239. ---help---
  240. Support for KS0127 video decoder.
  241. This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
  242. cards.
  243. To compile this driver as a module, choose M here: the
  244. module will be called ks0127.
  245. config VIDEO_ML86V7667
  246. tristate "OKI ML86V7667 video decoder"
  247. depends on VIDEO_V4L2 && I2C
  248. ---help---
  249. Support for the OKI Semiconductor ML86V7667 video decoder.
  250. To compile this driver as a module, choose M here: the
  251. module will be called ml86v7667.
  252. config VIDEO_AD5820
  253. tristate "AD5820 lens voice coil support"
  254. depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
  255. ---help---
  256. This is a driver for the AD5820 camera lens voice coil.
  257. It is used for example in Nokia N900 (RX-51).
  258. config VIDEO_AK7375
  259. tristate "AK7375 lens voice coil support"
  260. depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
  261. depends on VIDEO_V4L2_SUBDEV_API
  262. help
  263. This is a driver for the AK7375 camera lens voice coil.
  264. AK7375 is a 12 bit DAC with 120mA output current sink
  265. capability. This is designed for linear control of
  266. voice coil motors, controlled via I2C serial interface.
  267. config VIDEO_DW9714
  268. tristate "DW9714 lens voice coil support"
  269. depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
  270. depends on VIDEO_V4L2_SUBDEV_API
  271. ---help---
  272. This is a driver for the DW9714 camera lens voice coil.
  273. DW9714 is a 10 bit DAC with 120mA output current sink
  274. capability. This is designed for linear control of
  275. voice coil motors, controlled via I2C serial interface.
  276. config VIDEO_DW9807_VCM
  277. tristate "DW9807 lens voice coil support"
  278. depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
  279. depends on VIDEO_V4L2_SUBDEV_API
  280. ---help---
  281. This is a driver for the DW9807 camera lens voice coil.
  282. DW9807 is a 10 bit DAC with 100mA output current sink
  283. capability. This is designed for linear control of
  284. voice coil motors, controlled via I2C serial interface.
  285. config VIDEO_SAA7110
  286. tristate "Philips SAA7110 video decoder"
  287. depends on VIDEO_V4L2 && I2C
  288. ---help---
  289. Support for the Philips SAA7110 video decoders.
  290. To compile this driver as a module, choose M here: the
  291. module will be called saa7110.
  292. config VIDEO_SAA711X
  293. tristate "Philips SAA7111/3/4/5 video decoders"
  294. depends on VIDEO_V4L2 && I2C
  295. ---help---
  296. Support for the Philips SAA7111/3/4/5 video decoders.
  297. To compile this driver as a module, choose M here: the
  298. module will be called saa7115.
  299. config VIDEO_TC358743
  300. tristate "Toshiba TC358743 decoder"
  301. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  302. select HDMI
  303. select V4L2_FWNODE
  304. ---help---
  305. Support for the Toshiba TC358743 HDMI to MIPI CSI-2 bridge.
  306. To compile this driver as a module, choose M here: the
  307. module will be called tc358743.
  308. config VIDEO_TC358743_CEC
  309. bool "Enable Toshiba TC358743 CEC support"
  310. depends on VIDEO_TC358743
  311. select CEC_CORE
  312. ---help---
  313. When selected the tc358743 will support the optional
  314. HDMI CEC feature.
  315. config VIDEO_TVP514X
  316. tristate "Texas Instruments TVP514x video decoder"
  317. depends on VIDEO_V4L2 && I2C
  318. select V4L2_FWNODE
  319. ---help---
  320. This is a Video4Linux2 sensor driver for the TI TVP5146/47
  321. decoder. It is currently working with the TI OMAP3 camera
  322. controller.
  323. To compile this driver as a module, choose M here: the
  324. module will be called tvp514x.
  325. config VIDEO_TVP5150
  326. tristate "Texas Instruments TVP5150 video decoder"
  327. depends on VIDEO_V4L2 && I2C
  328. select V4L2_FWNODE
  329. ---help---
  330. Support for the Texas Instruments TVP5150 video decoder.
  331. To compile this driver as a module, choose M here: the
  332. module will be called tvp5150.
  333. config VIDEO_TVP7002
  334. tristate "Texas Instruments TVP7002 video decoder"
  335. depends on VIDEO_V4L2 && I2C
  336. select V4L2_FWNODE
  337. ---help---
  338. Support for the Texas Instruments TVP7002 video decoder.
  339. To compile this driver as a module, choose M here: the
  340. module will be called tvp7002.
  341. config VIDEO_TW2804
  342. tristate "Techwell TW2804 multiple video decoder"
  343. depends on VIDEO_V4L2 && I2C
  344. ---help---
  345. Support for the Techwell tw2804 multiple video decoder.
  346. To compile this driver as a module, choose M here: the
  347. module will be called tw2804.
  348. config VIDEO_TW9903
  349. tristate "Techwell TW9903 video decoder"
  350. depends on VIDEO_V4L2 && I2C
  351. ---help---
  352. Support for the Techwell tw9903 multi-standard video decoder
  353. with high quality down scaler.
  354. To compile this driver as a module, choose M here: the
  355. module will be called tw9903.
  356. config VIDEO_TW9906
  357. tristate "Techwell TW9906 video decoder"
  358. depends on VIDEO_V4L2 && I2C
  359. ---help---
  360. Support for the Techwell tw9906 enhanced multi-standard comb filter
  361. video decoder with YCbCr input support.
  362. To compile this driver as a module, choose M here: the
  363. module will be called tw9906.
  364. config VIDEO_TW9910
  365. tristate "Techwell TW9910 video decoder"
  366. depends on VIDEO_V4L2 && I2C
  367. ---help---
  368. Support for Techwell TW9910 NTSC/PAL/SECAM video decoder.
  369. To compile this driver as a module, choose M here: the
  370. module will be called tw9910.
  371. config VIDEO_VPX3220
  372. tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
  373. depends on VIDEO_V4L2 && I2C
  374. ---help---
  375. Support for VPX322x video decoders.
  376. To compile this driver as a module, choose M here: the
  377. module will be called vpx3220.
  378. comment "Video and audio decoders"
  379. config VIDEO_SAA717X
  380. tristate "Philips SAA7171/3/4 audio/video decoders"
  381. depends on VIDEO_V4L2 && I2C
  382. ---help---
  383. Support for the Philips SAA7171/3/4 audio/video decoders.
  384. To compile this driver as a module, choose M here: the
  385. module will be called saa717x.
  386. source "drivers/media/i2c/cx25840/Kconfig"
  387. comment "Video encoders"
  388. config VIDEO_SAA7127
  389. tristate "Philips SAA7127/9 digital video encoders"
  390. depends on VIDEO_V4L2 && I2C
  391. ---help---
  392. Support for the Philips SAA7127/9 digital video encoders.
  393. To compile this driver as a module, choose M here: the
  394. module will be called saa7127.
  395. config VIDEO_SAA7185
  396. tristate "Philips SAA7185 video encoder"
  397. depends on VIDEO_V4L2 && I2C
  398. ---help---
  399. Support for the Philips SAA7185 video encoder.
  400. To compile this driver as a module, choose M here: the
  401. module will be called saa7185.
  402. config VIDEO_ADV7170
  403. tristate "Analog Devices ADV7170 video encoder"
  404. depends on VIDEO_V4L2 && I2C
  405. ---help---
  406. Support for the Analog Devices ADV7170 video encoder driver
  407. To compile this driver as a module, choose M here: the
  408. module will be called adv7170.
  409. config VIDEO_ADV7175
  410. tristate "Analog Devices ADV7175 video encoder"
  411. depends on VIDEO_V4L2 && I2C
  412. ---help---
  413. Support for the Analog Devices ADV7175 video encoder driver
  414. To compile this driver as a module, choose M here: the
  415. module will be called adv7175.
  416. config VIDEO_ADV7343
  417. tristate "ADV7343 video encoder"
  418. depends on I2C
  419. help
  420. Support for Analog Devices I2C bus based ADV7343 encoder.
  421. To compile this driver as a module, choose M here: the
  422. module will be called adv7343.
  423. config VIDEO_ADV7393
  424. tristate "ADV7393 video encoder"
  425. depends on I2C
  426. help
  427. Support for Analog Devices I2C bus based ADV7393 encoder.
  428. To compile this driver as a module, choose M here: the
  429. module will be called adv7393.
  430. config VIDEO_ADV7511
  431. tristate "Analog Devices ADV7511 encoder"
  432. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  433. select HDMI
  434. ---help---
  435. Support for the Analog Devices ADV7511 video encoder.
  436. This is a Analog Devices HDMI transmitter.
  437. To compile this driver as a module, choose M here: the
  438. module will be called adv7511.
  439. config VIDEO_ADV7511_CEC
  440. bool "Enable Analog Devices ADV7511 CEC support"
  441. depends on VIDEO_ADV7511
  442. select CEC_CORE
  443. ---help---
  444. When selected the adv7511 will support the optional
  445. HDMI CEC feature.
  446. config VIDEO_AD9389B
  447. tristate "Analog Devices AD9389B encoder"
  448. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  449. ---help---
  450. Support for the Analog Devices AD9389B video encoder.
  451. This is a Analog Devices HDMI transmitter.
  452. To compile this driver as a module, choose M here: the
  453. module will be called ad9389b.
  454. config VIDEO_AK881X
  455. tristate "AK8813/AK8814 video encoders"
  456. depends on I2C
  457. help
  458. Video output driver for AKM AK8813 and AK8814 TV encoders
  459. config VIDEO_THS8200
  460. tristate "Texas Instruments THS8200 video encoder"
  461. depends on VIDEO_V4L2 && I2C
  462. ---help---
  463. Support for the Texas Instruments THS8200 video encoder.
  464. To compile this driver as a module, choose M here: the
  465. module will be called ths8200.
  466. comment "Camera sensor devices"
  467. config VIDEO_APTINA_PLL
  468. tristate
  469. config VIDEO_SMIAPP_PLL
  470. tristate
  471. config VIDEO_IMX258
  472. tristate "Sony IMX258 sensor support"
  473. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  474. depends on MEDIA_CAMERA_SUPPORT
  475. ---help---
  476. This is a Video4Linux2 sensor driver for the Sony
  477. IMX258 camera.
  478. To compile this driver as a module, choose M here: the
  479. module will be called imx258.
  480. config VIDEO_IMX274
  481. tristate "Sony IMX274 sensor support"
  482. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  483. depends on MEDIA_CAMERA_SUPPORT
  484. ---help---
  485. This is a V4L2 sensor driver for the Sony IMX274
  486. CMOS image sensor.
  487. config VIDEO_OV2640
  488. tristate "OmniVision OV2640 sensor support"
  489. depends on VIDEO_V4L2 && I2C
  490. depends on MEDIA_CAMERA_SUPPORT
  491. help
  492. This is a Video4Linux2 sensor driver for the OmniVision
  493. OV2640 camera.
  494. To compile this driver as a module, choose M here: the
  495. module will be called ov2640.
  496. config VIDEO_OV2659
  497. tristate "OmniVision OV2659 sensor support"
  498. depends on VIDEO_V4L2 && I2C
  499. depends on MEDIA_CAMERA_SUPPORT
  500. select V4L2_FWNODE
  501. ---help---
  502. This is a Video4Linux2 sensor driver for the OmniVision
  503. OV2659 camera.
  504. To compile this driver as a module, choose M here: the
  505. module will be called ov2659.
  506. config VIDEO_OV2680
  507. tristate "OmniVision OV2680 sensor support"
  508. depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER
  509. depends on MEDIA_CAMERA_SUPPORT
  510. select V4L2_FWNODE
  511. ---help---
  512. This is a Video4Linux2 sensor driver for the OmniVision
  513. OV2680 camera.
  514. To compile this driver as a module, choose M here: the
  515. module will be called ov2680.
  516. config VIDEO_OV2685
  517. tristate "OmniVision OV2685 sensor support"
  518. depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER
  519. depends on MEDIA_CAMERA_SUPPORT
  520. select V4L2_FWNODE
  521. ---help---
  522. This is a Video4Linux2 sensor driver for the OmniVision
  523. OV2685 camera.
  524. To compile this driver as a module, choose M here: the
  525. module will be called ov2685.
  526. config VIDEO_OV5640
  527. tristate "OmniVision OV5640 sensor support"
  528. depends on OF
  529. depends on GPIOLIB && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  530. depends on MEDIA_CAMERA_SUPPORT
  531. select V4L2_FWNODE
  532. ---help---
  533. This is a Video4Linux2 sensor driver for the Omnivision
  534. OV5640 camera sensor with a MIPI CSI-2 interface.
  535. config VIDEO_OV5645
  536. tristate "OmniVision OV5645 sensor support"
  537. depends on OF
  538. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  539. depends on MEDIA_CAMERA_SUPPORT
  540. select V4L2_FWNODE
  541. ---help---
  542. This is a Video4Linux2 sensor driver for the OmniVision
  543. OV5645 camera.
  544. To compile this driver as a module, choose M here: the
  545. module will be called ov5645.
  546. config VIDEO_OV5647
  547. tristate "OmniVision OV5647 sensor support"
  548. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  549. depends on MEDIA_CAMERA_SUPPORT
  550. select V4L2_FWNODE
  551. ---help---
  552. This is a Video4Linux2 sensor driver for the OmniVision
  553. OV5647 camera.
  554. To compile this driver as a module, choose M here: the
  555. module will be called ov5647.
  556. config VIDEO_OV6650
  557. tristate "OmniVision OV6650 sensor support"
  558. depends on I2C && VIDEO_V4L2
  559. depends on MEDIA_CAMERA_SUPPORT
  560. ---help---
  561. This is a Video4Linux2 sensor driver for the OmniVision
  562. OV6650 camera.
  563. To compile this driver as a module, choose M here: the
  564. module will be called ov6650.
  565. config VIDEO_OV5670
  566. tristate "OmniVision OV5670 sensor support"
  567. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  568. depends on MEDIA_CAMERA_SUPPORT
  569. depends on MEDIA_CONTROLLER
  570. select V4L2_FWNODE
  571. ---help---
  572. This is a Video4Linux2 sensor driver for the OmniVision
  573. OV5670 camera.
  574. To compile this driver as a module, choose M here: the
  575. module will be called ov5670.
  576. config VIDEO_OV5695
  577. tristate "OmniVision OV5695 sensor support"
  578. depends on I2C && VIDEO_V4L2
  579. depends on MEDIA_CAMERA_SUPPORT
  580. ---help---
  581. This is a Video4Linux2 sensor driver for the OmniVision
  582. OV5695 camera.
  583. To compile this driver as a module, choose M here: the
  584. module will be called ov5695.
  585. config VIDEO_OV7251
  586. tristate "OmniVision OV7251 sensor support"
  587. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  588. depends on MEDIA_CAMERA_SUPPORT
  589. select V4L2_FWNODE
  590. help
  591. This is a Video4Linux2 sensor driver for the OmniVision
  592. OV7251 camera.
  593. To compile this driver as a module, choose M here: the
  594. module will be called ov7251.
  595. config VIDEO_OV772X
  596. tristate "OmniVision OV772x sensor support"
  597. depends on I2C && VIDEO_V4L2
  598. depends on MEDIA_CAMERA_SUPPORT
  599. ---help---
  600. This is a Video4Linux2 sensor driver for the OmniVision
  601. OV772x camera.
  602. To compile this driver as a module, choose M here: the
  603. module will be called ov772x.
  604. config VIDEO_OV7640
  605. tristate "OmniVision OV7640 sensor support"
  606. depends on I2C && VIDEO_V4L2
  607. depends on MEDIA_CAMERA_SUPPORT
  608. ---help---
  609. This is a Video4Linux2 sensor driver for the OmniVision
  610. OV7640 camera.
  611. To compile this driver as a module, choose M here: the
  612. module will be called ov7640.
  613. config VIDEO_OV7670
  614. tristate "OmniVision OV7670 sensor support"
  615. depends on I2C && VIDEO_V4L2
  616. depends on MEDIA_CAMERA_SUPPORT
  617. select V4L2_FWNODE
  618. ---help---
  619. This is a Video4Linux2 sensor driver for the OmniVision
  620. OV7670 VGA camera. It currently only works with the M88ALP01
  621. controller.
  622. config VIDEO_OV7740
  623. tristate "OmniVision OV7740 sensor support"
  624. depends on I2C && VIDEO_V4L2
  625. depends on MEDIA_CAMERA_SUPPORT
  626. ---help---
  627. This is a Video4Linux2 sensor driver for the OmniVision
  628. OV7740 VGA camera sensor.
  629. config VIDEO_OV9650
  630. tristate "OmniVision OV9650/OV9652 sensor support"
  631. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  632. ---help---
  633. This is a V4L2 sensor driver for the Omnivision
  634. OV9650 and OV9652 camera sensors.
  635. config VIDEO_OV13858
  636. tristate "OmniVision OV13858 sensor support"
  637. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  638. depends on MEDIA_CAMERA_SUPPORT
  639. select V4L2_FWNODE
  640. ---help---
  641. This is a Video4Linux2 sensor driver for the OmniVision
  642. OV13858 camera.
  643. config VIDEO_VS6624
  644. tristate "ST VS6624 sensor support"
  645. depends on VIDEO_V4L2 && I2C
  646. depends on MEDIA_CAMERA_SUPPORT
  647. ---help---
  648. This is a Video4Linux2 sensor driver for the ST VS6624
  649. camera.
  650. To compile this driver as a module, choose M here: the
  651. module will be called vs6624.
  652. config VIDEO_MT9M032
  653. tristate "MT9M032 camera sensor support"
  654. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  655. depends on MEDIA_CAMERA_SUPPORT
  656. select VIDEO_APTINA_PLL
  657. ---help---
  658. This driver supports MT9M032 camera sensors from Aptina, monochrome
  659. models only.
  660. config VIDEO_MT9M111
  661. tristate "mt9m111, mt9m112 and mt9m131 support"
  662. depends on I2C && VIDEO_V4L2
  663. help
  664. This driver supports MT9M111, MT9M112 and MT9M131 cameras from
  665. Micron/Aptina
  666. config VIDEO_MT9P031
  667. tristate "Aptina MT9P031 support"
  668. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  669. depends on MEDIA_CAMERA_SUPPORT
  670. select VIDEO_APTINA_PLL
  671. ---help---
  672. This is a Video4Linux2 sensor driver for the Aptina
  673. (Micron) mt9p031 5 Mpixel camera.
  674. config VIDEO_MT9T001
  675. tristate "Aptina MT9T001 support"
  676. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  677. depends on MEDIA_CAMERA_SUPPORT
  678. ---help---
  679. This is a Video4Linux2 sensor driver for the Aptina
  680. (Micron) mt0t001 3 Mpixel camera.
  681. config VIDEO_MT9T112
  682. tristate "Aptina MT9T111/MT9T112 support"
  683. depends on I2C && VIDEO_V4L2
  684. depends on MEDIA_CAMERA_SUPPORT
  685. ---help---
  686. This is a Video4Linux2 sensor driver for the Aptina
  687. (Micron) MT9T111 and MT9T112 3 Mpixel camera.
  688. To compile this driver as a module, choose M here: the
  689. module will be called mt9t112.
  690. config VIDEO_MT9V011
  691. tristate "Micron mt9v011 sensor support"
  692. depends on I2C && VIDEO_V4L2
  693. depends on MEDIA_CAMERA_SUPPORT
  694. ---help---
  695. This is a Video4Linux2 sensor driver for the Micron
  696. mt0v011 1.3 Mpixel camera. It currently only works with the
  697. em28xx driver.
  698. config VIDEO_MT9V032
  699. tristate "Micron MT9V032 sensor support"
  700. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  701. depends on MEDIA_CAMERA_SUPPORT
  702. select REGMAP_I2C
  703. select V4L2_FWNODE
  704. ---help---
  705. This is a Video4Linux2 sensor driver for the Micron
  706. MT9V032 752x480 CMOS sensor.
  707. config VIDEO_MT9V111
  708. tristate "Aptina MT9V111 sensor support"
  709. depends on I2C && VIDEO_V4L2
  710. depends on MEDIA_CAMERA_SUPPORT
  711. help
  712. This is a Video4Linux2 sensor driver for the Aptina/Micron
  713. MT9V111 sensor.
  714. To compile this driver as a module, choose M here: the
  715. module will be called mt9v111.
  716. config VIDEO_SR030PC30
  717. tristate "Siliconfile SR030PC30 sensor support"
  718. depends on I2C && VIDEO_V4L2
  719. depends on MEDIA_CAMERA_SUPPORT
  720. ---help---
  721. This driver supports SR030PC30 VGA camera from Siliconfile
  722. config VIDEO_NOON010PC30
  723. tristate "Siliconfile NOON010PC30 sensor support"
  724. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  725. depends on MEDIA_CAMERA_SUPPORT
  726. ---help---
  727. This driver supports NOON010PC30 CIF camera from Siliconfile
  728. source "drivers/media/i2c/m5mols/Kconfig"
  729. config VIDEO_RJ54N1
  730. tristate "Sharp RJ54N1CB0C sensor support"
  731. depends on I2C && VIDEO_V4L2
  732. depends on MEDIA_CAMERA_SUPPORT
  733. help
  734. This is a V4L2 sensor driver for Sharp RJ54N1CB0C CMOS image
  735. sensor.
  736. To compile this driver as a module, choose M here: the
  737. module will be called rj54n1.
  738. config VIDEO_S5K6AA
  739. tristate "Samsung S5K6AAFX sensor support"
  740. depends on MEDIA_CAMERA_SUPPORT
  741. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  742. ---help---
  743. This is a V4L2 sensor driver for Samsung S5K6AA(FX) 1.3M
  744. camera sensor with an embedded SoC image signal processor.
  745. config VIDEO_S5K6A3
  746. tristate "Samsung S5K6A3 sensor support"
  747. depends on MEDIA_CAMERA_SUPPORT
  748. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  749. ---help---
  750. This is a V4L2 sensor driver for Samsung S5K6A3 raw
  751. camera sensor.
  752. config VIDEO_S5K4ECGX
  753. tristate "Samsung S5K4ECGX sensor support"
  754. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  755. select CRC32
  756. ---help---
  757. This is a V4L2 sensor driver for Samsung S5K4ECGX 5M
  758. camera sensor with an embedded SoC image signal processor.
  759. config VIDEO_S5K5BAF
  760. tristate "Samsung S5K5BAF sensor support"
  761. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  762. select V4L2_FWNODE
  763. ---help---
  764. This is a V4L2 sensor driver for Samsung S5K5BAF 2M
  765. camera sensor with an embedded SoC image signal processor.
  766. source "drivers/media/i2c/smiapp/Kconfig"
  767. source "drivers/media/i2c/et8ek8/Kconfig"
  768. config VIDEO_S5C73M3
  769. tristate "Samsung S5C73M3 sensor support"
  770. depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  771. select V4L2_FWNODE
  772. ---help---
  773. This is a V4L2 sensor driver for Samsung S5C73M3
  774. 8 Mpixel camera.
  775. comment "Flash devices"
  776. config VIDEO_ADP1653
  777. tristate "ADP1653 flash support"
  778. depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
  779. depends on MEDIA_CAMERA_SUPPORT
  780. ---help---
  781. This is a driver for the ADP1653 flash controller. It is used for
  782. example in Nokia N900.
  783. config VIDEO_LM3560
  784. tristate "LM3560 dual flash driver support"
  785. depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
  786. depends on MEDIA_CAMERA_SUPPORT
  787. select REGMAP_I2C
  788. ---help---
  789. This is a driver for the lm3560 dual flash controllers. It controls
  790. flash, torch LEDs.
  791. config VIDEO_LM3646
  792. tristate "LM3646 dual flash driver support"
  793. depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
  794. depends on MEDIA_CAMERA_SUPPORT
  795. select REGMAP_I2C
  796. ---help---
  797. This is a driver for the lm3646 dual flash controllers. It controls
  798. flash, torch LEDs.
  799. comment "Video improvement chips"
  800. config VIDEO_UPD64031A
  801. tristate "NEC Electronics uPD64031A Ghost Reduction"
  802. depends on VIDEO_V4L2 && I2C
  803. ---help---
  804. Support for the NEC Electronics uPD64031A Ghost Reduction
  805. video chip. It is most often found in NTSC TV cards made for
  806. Japan and is used to reduce the 'ghosting' effect that can
  807. be present in analog TV broadcasts.
  808. To compile this driver as a module, choose M here: the
  809. module will be called upd64031a.
  810. config VIDEO_UPD64083
  811. tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
  812. depends on VIDEO_V4L2 && I2C
  813. ---help---
  814. Support for the NEC Electronics uPD64083 3-Dimensional Y/C
  815. separation video chip. It is used to improve the quality of
  816. the colors of a composite signal.
  817. To compile this driver as a module, choose M here: the
  818. module will be called upd64083.
  819. comment "Audio/Video compression chips"
  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. To compile this driver as a module, choose M here: the
  828. module will be called saa6752hs.
  829. comment "SDR tuner chips"
  830. config SDR_MAX2175
  831. tristate "Maxim 2175 RF to Bits tuner"
  832. depends on VIDEO_V4L2 && MEDIA_SDR_SUPPORT && I2C
  833. ---help---
  834. Support for Maxim 2175 tuner. It is an advanced analog/digital
  835. radio receiver with RF-to-Bits front-end designed for SDR solutions.
  836. To compile this driver as a module, choose M here; the
  837. module will be called max2175.
  838. comment "Miscellaneous helper chips"
  839. config VIDEO_THS7303
  840. tristate "THS7303/53 Video Amplifier"
  841. depends on VIDEO_V4L2 && I2C
  842. help
  843. Support for TI THS7303/53 video amplifier
  844. To compile this driver as a module, choose M here: the
  845. module will be called ths7303.
  846. config VIDEO_M52790
  847. tristate "Mitsubishi M52790 A/V switch"
  848. depends on VIDEO_V4L2 && I2C
  849. ---help---
  850. Support for the Mitsubishi M52790 A/V switch.
  851. To compile this driver as a module, choose M here: the
  852. module will be called m52790.
  853. config VIDEO_I2C
  854. tristate "I2C transport video support"
  855. depends on VIDEO_V4L2 && I2C
  856. select VIDEOBUF2_VMALLOC
  857. imply HWMON
  858. ---help---
  859. Enable the I2C transport video support which supports the
  860. following:
  861. * Panasonic AMG88xx Grid-Eye Sensors
  862. To compile this driver as a module, choose M here: the
  863. module will be called video-i2c
  864. endmenu
  865. menu "Sensors used on soc_camera driver"
  866. if SOC_CAMERA
  867. source "drivers/media/i2c/soc_camera/Kconfig"
  868. endif
  869. endmenu
  870. endif