Kconfig 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734
  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 "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_TEA6415C
  46. tristate "Philips TEA6415C audio processor"
  47. depends on I2C
  48. ---help---
  49. Support for tea6415c audio decoder chip found on some bt8xx boards.
  50. To compile this driver as a module, choose M here: the
  51. module will be called tea6415c.
  52. config VIDEO_TEA6420
  53. tristate "Philips TEA6420 audio processor"
  54. depends on I2C
  55. ---help---
  56. Support for tea6420 audio decoder chip found on some bt8xx boards.
  57. To compile this driver as a module, choose M here: the
  58. module will be called tea6420.
  59. config VIDEO_MSP3400
  60. tristate "Micronas MSP34xx audio decoders"
  61. depends on VIDEO_V4L2 && I2C
  62. ---help---
  63. Support for the Micronas MSP34xx series of audio decoders.
  64. To compile this driver as a module, choose M here: the
  65. module will be called msp3400.
  66. config VIDEO_CS5345
  67. tristate "Cirrus Logic CS5345 audio ADC"
  68. depends on VIDEO_V4L2 && I2C
  69. ---help---
  70. Support for the Cirrus Logic CS5345 24-bit, 192 kHz
  71. stereo A/D converter.
  72. To compile this driver as a module, choose M here: the
  73. module will be called cs5345.
  74. config VIDEO_CS53L32A
  75. tristate "Cirrus Logic CS53L32A audio ADC"
  76. depends on VIDEO_V4L2 && I2C
  77. ---help---
  78. Support for the Cirrus Logic CS53L32A low voltage
  79. stereo A/D converter.
  80. To compile this driver as a module, choose M here: the
  81. module will be called cs53l32a.
  82. config VIDEO_TLV320AIC23B
  83. tristate "Texas Instruments TLV320AIC23B audio codec"
  84. depends on VIDEO_V4L2 && I2C
  85. ---help---
  86. Support for the Texas Instruments TLV320AIC23B audio codec.
  87. To compile this driver as a module, choose M here: the
  88. module will be called tlv320aic23b.
  89. config VIDEO_UDA1342
  90. tristate "Philips UDA1342 audio codec"
  91. depends on VIDEO_V4L2 && I2C
  92. ---help---
  93. Support for the Philips UDA1342 audio codec.
  94. To compile this driver as a module, choose M here: the
  95. module will be called uda1342.
  96. config VIDEO_WM8775
  97. tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
  98. depends on VIDEO_V4L2 && I2C
  99. ---help---
  100. Support for the Wolfson Microelectronics WM8775 high
  101. performance stereo A/D Converter with a 4 channel input mixer.
  102. To compile this driver as a module, choose M here: the
  103. module will be called wm8775.
  104. config VIDEO_WM8739
  105. tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
  106. depends on VIDEO_V4L2 && I2C
  107. ---help---
  108. Support for the Wolfson Microelectronics WM8739
  109. stereo A/D Converter.
  110. To compile this driver as a module, choose M here: the
  111. module will be called wm8739.
  112. config VIDEO_VP27SMPX
  113. tristate "Panasonic VP27's internal MPX"
  114. depends on VIDEO_V4L2 && I2C
  115. ---help---
  116. Support for the internal MPX of the Panasonic VP27s tuner.
  117. To compile this driver as a module, choose M here: the
  118. module will be called vp27smpx.
  119. config VIDEO_SONY_BTF_MPX
  120. tristate "Sony BTF's internal MPX"
  121. depends on VIDEO_V4L2 && I2C
  122. help
  123. Support for the internal MPX of the Sony BTF-PG472Z tuner.
  124. To compile this driver as a module, choose M here: the
  125. module will be called sony-btf-mpx.
  126. comment "RDS decoders"
  127. config VIDEO_SAA6588
  128. tristate "SAA6588 Radio Chip RDS decoder support"
  129. depends on VIDEO_V4L2 && I2C
  130. help
  131. Support for this Radio Data System (RDS) decoder. This allows
  132. seeing radio station identification transmitted using this
  133. standard.
  134. To compile this driver as a module, choose M here: the
  135. module will be called saa6588.
  136. comment "Video decoders"
  137. config VIDEO_ADV7180
  138. tristate "Analog Devices ADV7180 decoder"
  139. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  140. ---help---
  141. Support for the Analog Devices ADV7180 video decoder.
  142. To compile this driver as a module, choose M here: the
  143. module will be called adv7180.
  144. config VIDEO_ADV7183
  145. tristate "Analog Devices ADV7183 decoder"
  146. depends on VIDEO_V4L2 && I2C
  147. ---help---
  148. V4l2 subdevice driver for the Analog Devices
  149. ADV7183 video decoder.
  150. To compile this driver as a module, choose M here: the
  151. module will be called adv7183.
  152. config VIDEO_ADV7604
  153. tristate "Analog Devices ADV7604 decoder"
  154. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  155. depends on GPIOLIB || COMPILE_TEST
  156. select HDMI
  157. ---help---
  158. Support for the Analog Devices ADV7604 video decoder.
  159. This is a Analog Devices Component/Graphics Digitizer
  160. with 4:1 Multiplexed HDMI Receiver.
  161. To compile this driver as a module, choose M here: the
  162. module will be called adv7604.
  163. config VIDEO_ADV7842
  164. tristate "Analog Devices ADV7842 decoder"
  165. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  166. select HDMI
  167. ---help---
  168. Support for the Analog Devices ADV7842 video decoder.
  169. This is a Analog Devices Component/Graphics/SD Digitizer
  170. with 2:1 Multiplexed HDMI Receiver.
  171. To compile this driver as a module, choose M here: the
  172. module will be called adv7842.
  173. config VIDEO_BT819
  174. tristate "BT819A VideoStream decoder"
  175. depends on VIDEO_V4L2 && I2C
  176. ---help---
  177. Support for BT819A video decoder.
  178. To compile this driver as a module, choose M here: the
  179. module will be called bt819.
  180. config VIDEO_BT856
  181. tristate "BT856 VideoStream decoder"
  182. depends on VIDEO_V4L2 && I2C
  183. ---help---
  184. Support for BT856 video decoder.
  185. To compile this driver as a module, choose M here: the
  186. module will be called bt856.
  187. config VIDEO_BT866
  188. tristate "BT866 VideoStream decoder"
  189. depends on VIDEO_V4L2 && I2C
  190. ---help---
  191. Support for BT866 video decoder.
  192. To compile this driver as a module, choose M here: the
  193. module will be called bt866.
  194. config VIDEO_KS0127
  195. tristate "KS0127 video decoder"
  196. depends on VIDEO_V4L2 && I2C
  197. ---help---
  198. Support for KS0127 video decoder.
  199. This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
  200. cards.
  201. To compile this driver as a module, choose M here: the
  202. module will be called ks0127.
  203. config VIDEO_ML86V7667
  204. tristate "OKI ML86V7667 video decoder"
  205. depends on VIDEO_V4L2 && I2C
  206. ---help---
  207. Support for the OKI Semiconductor ML86V7667 video decoder.
  208. To compile this driver as a module, choose M here: the
  209. module will be called ml86v7667.
  210. config VIDEO_SAA7110
  211. tristate "Philips SAA7110 video decoder"
  212. depends on VIDEO_V4L2 && I2C
  213. ---help---
  214. Support for the Philips SAA7110 video decoders.
  215. To compile this driver as a module, choose M here: the
  216. module will be called saa7110.
  217. config VIDEO_SAA711X
  218. tristate "Philips SAA7111/3/4/5 video decoders"
  219. depends on VIDEO_V4L2 && I2C
  220. ---help---
  221. Support for the Philips SAA7111/3/4/5 video decoders.
  222. To compile this driver as a module, choose M here: the
  223. module will be called saa7115.
  224. config VIDEO_TC358743
  225. tristate "Toshiba TC358743 decoder"
  226. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  227. select HDMI
  228. ---help---
  229. Support for the Toshiba TC358743 HDMI to MIPI CSI-2 bridge.
  230. To compile this driver as a module, choose M here: the
  231. module will be called tc358743.
  232. config VIDEO_TVP514X
  233. tristate "Texas Instruments TVP514x video decoder"
  234. depends on VIDEO_V4L2 && I2C
  235. ---help---
  236. This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
  237. decoder. It is currently working with the TI OMAP3 camera
  238. controller.
  239. To compile this driver as a module, choose M here: the
  240. module will be called tvp514x.
  241. config VIDEO_TVP5150
  242. tristate "Texas Instruments TVP5150 video decoder"
  243. depends on VIDEO_V4L2 && I2C
  244. ---help---
  245. Support for the Texas Instruments TVP5150 video decoder.
  246. To compile this driver as a module, choose M here: the
  247. module will be called tvp5150.
  248. config VIDEO_TVP7002
  249. tristate "Texas Instruments TVP7002 video decoder"
  250. depends on VIDEO_V4L2 && I2C
  251. ---help---
  252. Support for the Texas Instruments TVP7002 video decoder.
  253. To compile this driver as a module, choose M here: the
  254. module will be called tvp7002.
  255. config VIDEO_TW2804
  256. tristate "Techwell TW2804 multiple video decoder"
  257. depends on VIDEO_V4L2 && I2C
  258. ---help---
  259. Support for the Techwell tw2804 multiple video decoder.
  260. To compile this driver as a module, choose M here: the
  261. module will be called tw2804.
  262. config VIDEO_TW9903
  263. tristate "Techwell TW9903 video decoder"
  264. depends on VIDEO_V4L2 && I2C
  265. ---help---
  266. Support for the Techwell tw9903 multi-standard video decoder
  267. with high quality down scaler.
  268. To compile this driver as a module, choose M here: the
  269. module will be called tw9903.
  270. config VIDEO_TW9906
  271. tristate "Techwell TW9906 video decoder"
  272. depends on VIDEO_V4L2 && I2C
  273. ---help---
  274. Support for the Techwell tw9906 enhanced multi-standard comb filter
  275. video decoder with YCbCr input support.
  276. To compile this driver as a module, choose M here: the
  277. module will be called tw9906.
  278. config VIDEO_VPX3220
  279. tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
  280. depends on VIDEO_V4L2 && I2C
  281. ---help---
  282. Support for VPX322x video decoders.
  283. To compile this driver as a module, choose M here: the
  284. module will be called vpx3220.
  285. comment "Video and audio decoders"
  286. config VIDEO_SAA717X
  287. tristate "Philips SAA7171/3/4 audio/video decoders"
  288. depends on VIDEO_V4L2 && I2C
  289. ---help---
  290. Support for the Philips SAA7171/3/4 audio/video decoders.
  291. To compile this driver as a module, choose M here: the
  292. module will be called saa717x.
  293. source "drivers/media/i2c/cx25840/Kconfig"
  294. comment "Video encoders"
  295. config VIDEO_SAA7127
  296. tristate "Philips SAA7127/9 digital video encoders"
  297. depends on VIDEO_V4L2 && I2C
  298. ---help---
  299. Support for the Philips SAA7127/9 digital video encoders.
  300. To compile this driver as a module, choose M here: the
  301. module will be called saa7127.
  302. config VIDEO_SAA7185
  303. tristate "Philips SAA7185 video encoder"
  304. depends on VIDEO_V4L2 && I2C
  305. ---help---
  306. Support for the Philips SAA7185 video encoder.
  307. To compile this driver as a module, choose M here: the
  308. module will be called saa7185.
  309. config VIDEO_ADV7170
  310. tristate "Analog Devices ADV7170 video encoder"
  311. depends on VIDEO_V4L2 && I2C
  312. ---help---
  313. Support for the Analog Devices ADV7170 video encoder driver
  314. To compile this driver as a module, choose M here: the
  315. module will be called adv7170.
  316. config VIDEO_ADV7175
  317. tristate "Analog Devices ADV7175 video encoder"
  318. depends on VIDEO_V4L2 && I2C
  319. ---help---
  320. Support for the Analog Devices ADV7175 video encoder driver
  321. To compile this driver as a module, choose M here: the
  322. module will be called adv7175.
  323. config VIDEO_ADV7343
  324. tristate "ADV7343 video encoder"
  325. depends on I2C
  326. help
  327. Support for Analog Devices I2C bus based ADV7343 encoder.
  328. To compile this driver as a module, choose M here: the
  329. module will be called adv7343.
  330. config VIDEO_ADV7393
  331. tristate "ADV7393 video encoder"
  332. depends on I2C
  333. help
  334. Support for Analog Devices I2C bus based ADV7393 encoder.
  335. To compile this driver as a module, choose M here: the
  336. module will be called adv7393.
  337. config VIDEO_ADV7511
  338. tristate "Analog Devices ADV7511 encoder"
  339. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  340. select HDMI
  341. ---help---
  342. Support for the Analog Devices ADV7511 video encoder.
  343. This is a Analog Devices HDMI transmitter.
  344. To compile this driver as a module, choose M here: the
  345. module will be called adv7511.
  346. config VIDEO_AD9389B
  347. tristate "Analog Devices AD9389B encoder"
  348. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  349. ---help---
  350. Support for the Analog Devices AD9389B video encoder.
  351. This is a Analog Devices HDMI transmitter.
  352. To compile this driver as a module, choose M here: the
  353. module will be called ad9389b.
  354. config VIDEO_AK881X
  355. tristate "AK8813/AK8814 video encoders"
  356. depends on I2C
  357. help
  358. Video output driver for AKM AK8813 and AK8814 TV encoders
  359. config VIDEO_THS8200
  360. tristate "Texas Instruments THS8200 video encoder"
  361. depends on VIDEO_V4L2 && I2C
  362. ---help---
  363. Support for the Texas Instruments THS8200 video encoder.
  364. To compile this driver as a module, choose M here: the
  365. module will be called ths8200.
  366. comment "Camera sensor devices"
  367. config VIDEO_APTINA_PLL
  368. tristate
  369. config VIDEO_SMIAPP_PLL
  370. tristate
  371. config VIDEO_OV2659
  372. tristate "OmniVision OV2659 sensor support"
  373. depends on VIDEO_V4L2 && I2C
  374. depends on MEDIA_CAMERA_SUPPORT
  375. ---help---
  376. This is a Video4Linux2 sensor-level driver for the OmniVision
  377. OV2659 camera.
  378. To compile this driver as a module, choose M here: the
  379. module will be called ov2659.
  380. config VIDEO_OV7640
  381. tristate "OmniVision OV7640 sensor support"
  382. depends on I2C && VIDEO_V4L2
  383. depends on MEDIA_CAMERA_SUPPORT
  384. ---help---
  385. This is a Video4Linux2 sensor-level driver for the OmniVision
  386. OV7640 camera.
  387. To compile this driver as a module, choose M here: the
  388. module will be called ov7640.
  389. config VIDEO_OV7670
  390. tristate "OmniVision OV7670 sensor support"
  391. depends on I2C && VIDEO_V4L2
  392. depends on MEDIA_CAMERA_SUPPORT
  393. ---help---
  394. This is a Video4Linux2 sensor-level driver for the OmniVision
  395. OV7670 VGA camera. It currently only works with the M88ALP01
  396. controller.
  397. config VIDEO_OV9650
  398. tristate "OmniVision OV9650/OV9652 sensor support"
  399. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  400. ---help---
  401. This is a V4L2 sensor-level driver for the Omnivision
  402. OV9650 and OV9652 camera sensors.
  403. config VIDEO_VS6624
  404. tristate "ST VS6624 sensor support"
  405. depends on VIDEO_V4L2 && I2C
  406. depends on MEDIA_CAMERA_SUPPORT
  407. ---help---
  408. This is a Video4Linux2 sensor-level driver for the ST VS6624
  409. camera.
  410. To compile this driver as a module, choose M here: the
  411. module will be called vs6624.
  412. config VIDEO_MT9M032
  413. tristate "MT9M032 camera sensor support"
  414. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  415. depends on MEDIA_CAMERA_SUPPORT
  416. select VIDEO_APTINA_PLL
  417. ---help---
  418. This driver supports MT9M032 camera sensors from Aptina, monochrome
  419. models only.
  420. config VIDEO_MT9P031
  421. tristate "Aptina MT9P031 support"
  422. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  423. depends on MEDIA_CAMERA_SUPPORT
  424. select VIDEO_APTINA_PLL
  425. ---help---
  426. This is a Video4Linux2 sensor-level driver for the Aptina
  427. (Micron) mt9p031 5 Mpixel camera.
  428. config VIDEO_MT9T001
  429. tristate "Aptina MT9T001 support"
  430. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  431. depends on MEDIA_CAMERA_SUPPORT
  432. ---help---
  433. This is a Video4Linux2 sensor-level driver for the Aptina
  434. (Micron) mt0t001 3 Mpixel camera.
  435. config VIDEO_MT9V011
  436. tristate "Micron mt9v011 sensor support"
  437. depends on I2C && VIDEO_V4L2
  438. depends on MEDIA_CAMERA_SUPPORT
  439. ---help---
  440. This is a Video4Linux2 sensor-level driver for the Micron
  441. mt0v011 1.3 Mpixel camera. It currently only works with the
  442. em28xx driver.
  443. config VIDEO_MT9V032
  444. tristate "Micron MT9V032 sensor support"
  445. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  446. depends on MEDIA_CAMERA_SUPPORT
  447. select REGMAP_I2C
  448. ---help---
  449. This is a Video4Linux2 sensor-level driver for the Micron
  450. MT9V032 752x480 CMOS sensor.
  451. config VIDEO_SR030PC30
  452. tristate "Siliconfile SR030PC30 sensor support"
  453. depends on I2C && VIDEO_V4L2
  454. depends on MEDIA_CAMERA_SUPPORT
  455. ---help---
  456. This driver supports SR030PC30 VGA camera from Siliconfile
  457. config VIDEO_NOON010PC30
  458. tristate "Siliconfile NOON010PC30 sensor support"
  459. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  460. depends on MEDIA_CAMERA_SUPPORT
  461. ---help---
  462. This driver supports NOON010PC30 CIF camera from Siliconfile
  463. source "drivers/media/i2c/m5mols/Kconfig"
  464. config VIDEO_S5K6AA
  465. tristate "Samsung S5K6AAFX sensor support"
  466. depends on MEDIA_CAMERA_SUPPORT
  467. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  468. ---help---
  469. This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
  470. camera sensor with an embedded SoC image signal processor.
  471. config VIDEO_S5K6A3
  472. tristate "Samsung S5K6A3 sensor support"
  473. depends on MEDIA_CAMERA_SUPPORT
  474. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  475. ---help---
  476. This is a V4L2 sensor-level driver for Samsung S5K6A3 raw
  477. camera sensor.
  478. config VIDEO_S5K4ECGX
  479. tristate "Samsung S5K4ECGX sensor support"
  480. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  481. select CRC32
  482. ---help---
  483. This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M
  484. camera sensor with an embedded SoC image signal processor.
  485. config VIDEO_S5K5BAF
  486. tristate "Samsung S5K5BAF sensor support"
  487. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  488. ---help---
  489. This is a V4L2 sensor-level driver for Samsung S5K5BAF 2M
  490. camera sensor with an embedded SoC image signal processor.
  491. source "drivers/media/i2c/smiapp/Kconfig"
  492. config VIDEO_S5C73M3
  493. tristate "Samsung S5C73M3 sensor support"
  494. depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  495. ---help---
  496. This is a V4L2 sensor-level driver for Samsung S5C73M3
  497. 8 Mpixel camera.
  498. comment "Flash devices"
  499. config VIDEO_ADP1653
  500. tristate "ADP1653 flash support"
  501. depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
  502. depends on MEDIA_CAMERA_SUPPORT
  503. ---help---
  504. This is a driver for the ADP1653 flash controller. It is used for
  505. example in Nokia N900.
  506. config VIDEO_AS3645A
  507. tristate "AS3645A flash driver support"
  508. depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
  509. depends on MEDIA_CAMERA_SUPPORT
  510. ---help---
  511. This is a driver for the AS3645A and LM3555 flash controllers. It has
  512. build in control for flash, torch and indicator LEDs.
  513. config VIDEO_LM3560
  514. tristate "LM3560 dual flash driver support"
  515. depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
  516. depends on MEDIA_CAMERA_SUPPORT
  517. select REGMAP_I2C
  518. ---help---
  519. This is a driver for the lm3560 dual flash controllers. It controls
  520. flash, torch LEDs.
  521. config VIDEO_LM3646
  522. tristate "LM3646 dual flash driver support"
  523. depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
  524. depends on MEDIA_CAMERA_SUPPORT
  525. select REGMAP_I2C
  526. ---help---
  527. This is a driver for the lm3646 dual flash controllers. It controls
  528. flash, torch LEDs.
  529. comment "Video improvement chips"
  530. config VIDEO_UPD64031A
  531. tristate "NEC Electronics uPD64031A Ghost Reduction"
  532. depends on VIDEO_V4L2 && I2C
  533. ---help---
  534. Support for the NEC Electronics uPD64031A Ghost Reduction
  535. video chip. It is most often found in NTSC TV cards made for
  536. Japan and is used to reduce the 'ghosting' effect that can
  537. be present in analog TV broadcasts.
  538. To compile this driver as a module, choose M here: the
  539. module will be called upd64031a.
  540. config VIDEO_UPD64083
  541. tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
  542. depends on VIDEO_V4L2 && I2C
  543. ---help---
  544. Support for the NEC Electronics uPD64083 3-Dimensional Y/C
  545. separation video chip. It is used to improve the quality of
  546. the colors of a composite signal.
  547. To compile this driver as a module, choose M here: the
  548. module will be called upd64083.
  549. comment "Audio/Video compression chips"
  550. config VIDEO_SAA6752HS
  551. tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder"
  552. depends on VIDEO_V4L2 && I2C
  553. select CRC32
  554. ---help---
  555. Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3
  556. audio encoder with multiplexer.
  557. To compile this driver as a module, choose M here: the
  558. module will be called saa6752hs.
  559. comment "Miscellaneous helper chips"
  560. config VIDEO_THS7303
  561. tristate "THS7303/53 Video Amplifier"
  562. depends on VIDEO_V4L2 && I2C
  563. help
  564. Support for TI THS7303/53 video amplifier
  565. To compile this driver as a module, choose M here: the
  566. module will be called ths7303.
  567. config VIDEO_M52790
  568. tristate "Mitsubishi M52790 A/V switch"
  569. depends on VIDEO_V4L2 && I2C
  570. ---help---
  571. Support for the Mitsubishi M52790 A/V switch.
  572. To compile this driver as a module, choose M here: the
  573. module will be called m52790.
  574. endmenu
  575. menu "Sensors used on soc_camera driver"
  576. if SOC_CAMERA
  577. source "drivers/media/i2c/soc_camera/Kconfig"
  578. endif
  579. endmenu
  580. endif