Kconfig 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  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
  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_WM8775
  90. tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
  91. depends on VIDEO_V4L2 && I2C
  92. ---help---
  93. Support for the Wolfson Microelectronics WM8775 high
  94. performance stereo A/D Converter with a 4 channel input mixer.
  95. To compile this driver as a module, choose M here: the
  96. module will be called wm8775.
  97. config VIDEO_WM8739
  98. tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
  99. depends on VIDEO_V4L2 && I2C
  100. ---help---
  101. Support for the Wolfson Microelectronics WM8739
  102. stereo A/D Converter.
  103. To compile this driver as a module, choose M here: the
  104. module will be called wm8739.
  105. config VIDEO_VP27SMPX
  106. tristate "Panasonic VP27's internal MPX"
  107. depends on VIDEO_V4L2 && I2C
  108. ---help---
  109. Support for the internal MPX of the Panasonic VP27s tuner.
  110. To compile this driver as a module, choose M here: the
  111. module will be called vp27smpx.
  112. config VIDEO_SONY_BTF_MPX
  113. tristate "Sony BTF's internal MPX"
  114. depends on VIDEO_V4L2 && I2C
  115. help
  116. Support for the internal MPX of the Sony BTF-PG472Z tuner.
  117. To compile this driver as a module, choose M here: the
  118. module will be called sony-btf-mpx.
  119. comment "RDS decoders"
  120. config VIDEO_SAA6588
  121. tristate "SAA6588 Radio Chip RDS decoder support"
  122. depends on VIDEO_V4L2 && I2C
  123. help
  124. Support for this Radio Data System (RDS) decoder. This allows
  125. seeing radio station identification transmitted using this
  126. standard.
  127. To compile this driver as a module, choose M here: the
  128. module will be called saa6588.
  129. comment "Video decoders"
  130. config VIDEO_ADV7180
  131. tristate "Analog Devices ADV7180 decoder"
  132. depends on VIDEO_V4L2 && I2C
  133. ---help---
  134. Support for the Analog Devices ADV7180 video decoder.
  135. To compile this driver as a module, choose M here: the
  136. module will be called adv7180.
  137. config VIDEO_ADV7183
  138. tristate "Analog Devices ADV7183 decoder"
  139. depends on VIDEO_V4L2 && I2C
  140. ---help---
  141. V4l2 subdevice driver for the Analog Devices
  142. ADV7183 video decoder.
  143. To compile this driver as a module, choose M here: the
  144. module will be called adv7183.
  145. config VIDEO_ADV7604
  146. tristate "Analog Devices ADV7604 decoder"
  147. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  148. ---help---
  149. Support for the Analog Devices ADV7604 video decoder.
  150. This is a Analog Devices Component/Graphics Digitizer
  151. with 4:1 Multiplexed HDMI Receiver.
  152. To compile this driver as a module, choose M here: the
  153. module will be called adv7604.
  154. config VIDEO_BT819
  155. tristate "BT819A VideoStream decoder"
  156. depends on VIDEO_V4L2 && I2C
  157. ---help---
  158. Support for BT819A video decoder.
  159. To compile this driver as a module, choose M here: the
  160. module will be called bt819.
  161. config VIDEO_BT856
  162. tristate "BT856 VideoStream decoder"
  163. depends on VIDEO_V4L2 && I2C
  164. ---help---
  165. Support for BT856 video decoder.
  166. To compile this driver as a module, choose M here: the
  167. module will be called bt856.
  168. config VIDEO_BT866
  169. tristate "BT866 VideoStream decoder"
  170. depends on VIDEO_V4L2 && I2C
  171. ---help---
  172. Support for BT866 video decoder.
  173. To compile this driver as a module, choose M here: the
  174. module will be called bt866.
  175. config VIDEO_KS0127
  176. tristate "KS0127 video decoder"
  177. depends on VIDEO_V4L2 && I2C
  178. ---help---
  179. Support for KS0127 video decoder.
  180. This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
  181. cards.
  182. To compile this driver as a module, choose M here: the
  183. module will be called ks0127.
  184. config VIDEO_SAA7110
  185. tristate "Philips SAA7110 video decoder"
  186. depends on VIDEO_V4L2 && I2C
  187. ---help---
  188. Support for the Philips SAA7110 video decoders.
  189. To compile this driver as a module, choose M here: the
  190. module will be called saa7110.
  191. config VIDEO_SAA711X
  192. tristate "Philips SAA7111/3/4/5 video decoders"
  193. depends on VIDEO_V4L2 && I2C
  194. ---help---
  195. Support for the Philips SAA7111/3/4/5 video decoders.
  196. To compile this driver as a module, choose M here: the
  197. module will be called saa7115.
  198. config VIDEO_SAA7191
  199. tristate "Philips SAA7191 video decoder"
  200. depends on VIDEO_V4L2 && I2C
  201. ---help---
  202. Support for the Philips SAA7191 video decoder.
  203. To compile this driver as a module, choose M here: the
  204. module will be called saa7191.
  205. config VIDEO_TVP514X
  206. tristate "Texas Instruments TVP514x video decoder"
  207. depends on VIDEO_V4L2 && I2C
  208. ---help---
  209. This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
  210. decoder. It is currently working with the TI OMAP3 camera
  211. controller.
  212. To compile this driver as a module, choose M here: the
  213. module will be called tvp514x.
  214. config VIDEO_TVP5150
  215. tristate "Texas Instruments TVP5150 video decoder"
  216. depends on VIDEO_V4L2 && I2C
  217. ---help---
  218. Support for the Texas Instruments TVP5150 video decoder.
  219. To compile this driver as a module, choose M here: the
  220. module will be called tvp5150.
  221. config VIDEO_TVP7002
  222. tristate "Texas Instruments TVP7002 video decoder"
  223. depends on VIDEO_V4L2 && I2C
  224. ---help---
  225. Support for the Texas Instruments TVP7002 video decoder.
  226. To compile this driver as a module, choose M here: the
  227. module will be called tvp7002.
  228. config VIDEO_VPX3220
  229. tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
  230. depends on VIDEO_V4L2 && I2C
  231. ---help---
  232. Support for VPX322x video decoders.
  233. To compile this driver as a module, choose M here: the
  234. module will be called vpx3220.
  235. comment "Video and audio decoders"
  236. config VIDEO_SAA717X
  237. tristate "Philips SAA7171/3/4 audio/video decoders"
  238. depends on VIDEO_V4L2 && I2C
  239. ---help---
  240. Support for the Philips SAA7171/3/4 audio/video decoders.
  241. To compile this driver as a module, choose M here: the
  242. module will be called saa717x.
  243. source "drivers/media/i2c/cx25840/Kconfig"
  244. comment "Video encoders"
  245. config VIDEO_SAA7127
  246. tristate "Philips SAA7127/9 digital video encoders"
  247. depends on VIDEO_V4L2 && I2C
  248. ---help---
  249. Support for the Philips SAA7127/9 digital video encoders.
  250. To compile this driver as a module, choose M here: the
  251. module will be called saa7127.
  252. config VIDEO_SAA7185
  253. tristate "Philips SAA7185 video encoder"
  254. depends on VIDEO_V4L2 && I2C
  255. ---help---
  256. Support for the Philips SAA7185 video encoder.
  257. To compile this driver as a module, choose M here: the
  258. module will be called saa7185.
  259. config VIDEO_ADV7170
  260. tristate "Analog Devices ADV7170 video encoder"
  261. depends on VIDEO_V4L2 && I2C
  262. ---help---
  263. Support for the Analog Devices ADV7170 video encoder driver
  264. To compile this driver as a module, choose M here: the
  265. module will be called adv7170.
  266. config VIDEO_ADV7175
  267. tristate "Analog Devices ADV7175 video encoder"
  268. depends on VIDEO_V4L2 && I2C
  269. ---help---
  270. Support for the Analog Devices ADV7175 video encoder driver
  271. To compile this driver as a module, choose M here: the
  272. module will be called adv7175.
  273. config VIDEO_ADV7343
  274. tristate "ADV7343 video encoder"
  275. depends on I2C
  276. help
  277. Support for Analog Devices I2C bus based ADV7343 encoder.
  278. To compile this driver as a module, choose M here: the
  279. module will be called adv7343.
  280. config VIDEO_ADV7393
  281. tristate "ADV7393 video encoder"
  282. depends on I2C
  283. help
  284. Support for Analog Devices I2C bus based ADV7393 encoder.
  285. To compile this driver as a module, choose M here: the
  286. module will be called adv7393.
  287. config VIDEO_AD9389B
  288. tristate "Analog Devices AD9389B encoder"
  289. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  290. ---help---
  291. Support for the Analog Devices AD9389B video encoder.
  292. This is a Analog Devices HDMI transmitter.
  293. To compile this driver as a module, choose M here: the
  294. module will be called ad9389b.
  295. config VIDEO_AK881X
  296. tristate "AK8813/AK8814 video encoders"
  297. depends on I2C
  298. help
  299. Video output driver for AKM AK8813 and AK8814 TV encoders
  300. comment "Camera sensor devices"
  301. config VIDEO_APTINA_PLL
  302. tristate
  303. config VIDEO_SMIAPP_PLL
  304. tristate
  305. config VIDEO_OV7640
  306. tristate "OmniVision OV7640 sensor support"
  307. depends on I2C && VIDEO_V4L2
  308. depends on MEDIA_CAMERA_SUPPORT
  309. ---help---
  310. This is a Video4Linux2 sensor-level driver for the OmniVision
  311. OV7640 camera.
  312. To compile this driver as a module, choose M here: the
  313. module will be called ov7640.
  314. config VIDEO_OV7670
  315. tristate "OmniVision OV7670 sensor support"
  316. depends on I2C && VIDEO_V4L2
  317. depends on MEDIA_CAMERA_SUPPORT
  318. ---help---
  319. This is a Video4Linux2 sensor-level driver for the OmniVision
  320. OV7670 VGA camera. It currently only works with the M88ALP01
  321. controller.
  322. config VIDEO_OV9650
  323. tristate "OmniVision OV9650/OV9652 sensor support"
  324. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  325. ---help---
  326. This is a V4L2 sensor-level driver for the Omnivision
  327. OV9650 and OV9652 camera sensors.
  328. config VIDEO_VS6624
  329. tristate "ST VS6624 sensor support"
  330. depends on VIDEO_V4L2 && I2C
  331. depends on MEDIA_CAMERA_SUPPORT
  332. ---help---
  333. This is a Video4Linux2 sensor-level driver for the ST VS6624
  334. camera.
  335. To compile this driver as a module, choose M here: the
  336. module will be called vs6624.
  337. config VIDEO_MT9M032
  338. tristate "MT9M032 camera sensor support"
  339. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  340. depends on MEDIA_CAMERA_SUPPORT
  341. select VIDEO_APTINA_PLL
  342. ---help---
  343. This driver supports MT9M032 camera sensors from Aptina, monochrome
  344. models only.
  345. config VIDEO_MT9P031
  346. tristate "Aptina MT9P031 support"
  347. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  348. depends on MEDIA_CAMERA_SUPPORT
  349. select VIDEO_APTINA_PLL
  350. ---help---
  351. This is a Video4Linux2 sensor-level driver for the Aptina
  352. (Micron) mt9p031 5 Mpixel camera.
  353. config VIDEO_MT9T001
  354. tristate "Aptina MT9T001 support"
  355. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  356. depends on MEDIA_CAMERA_SUPPORT
  357. ---help---
  358. This is a Video4Linux2 sensor-level driver for the Aptina
  359. (Micron) mt0t001 3 Mpixel camera.
  360. config VIDEO_MT9V011
  361. tristate "Micron mt9v011 sensor support"
  362. depends on I2C && VIDEO_V4L2
  363. depends on MEDIA_CAMERA_SUPPORT
  364. ---help---
  365. This is a Video4Linux2 sensor-level driver for the Micron
  366. mt0v011 1.3 Mpixel camera. It currently only works with the
  367. em28xx driver.
  368. config VIDEO_MT9V032
  369. tristate "Micron MT9V032 sensor support"
  370. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  371. depends on MEDIA_CAMERA_SUPPORT
  372. ---help---
  373. This is a Video4Linux2 sensor-level driver for the Micron
  374. MT9V032 752x480 CMOS sensor.
  375. config VIDEO_TCM825X
  376. tristate "TCM825x camera sensor support"
  377. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_INT_DEVICE
  378. depends on MEDIA_CAMERA_SUPPORT
  379. ---help---
  380. This is a driver for the Toshiba TCM825x VGA camera sensor.
  381. It is used for example in Nokia N800.
  382. config VIDEO_SR030PC30
  383. tristate "Siliconfile SR030PC30 sensor support"
  384. depends on I2C && VIDEO_V4L2
  385. depends on MEDIA_CAMERA_SUPPORT
  386. ---help---
  387. This driver supports SR030PC30 VGA camera from Siliconfile
  388. config VIDEO_NOON010PC30
  389. tristate "Siliconfile NOON010PC30 sensor support"
  390. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  391. depends on MEDIA_CAMERA_SUPPORT
  392. ---help---
  393. This driver supports NOON010PC30 CIF camera from Siliconfile
  394. source "drivers/media/i2c/m5mols/Kconfig"
  395. config VIDEO_S5K6AA
  396. tristate "Samsung S5K6AAFX sensor support"
  397. depends on MEDIA_CAMERA_SUPPORT
  398. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  399. ---help---
  400. This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
  401. camera sensor with an embedded SoC image signal processor.
  402. config VIDEO_S5K4ECGX
  403. tristate "Samsung S5K4ECGX sensor support"
  404. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  405. ---help---
  406. This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M
  407. camera sensor with an embedded SoC image signal processor.
  408. source "drivers/media/i2c/smiapp/Kconfig"
  409. config VIDEO_S5C73M3
  410. tristate "Samsung S5C73M3 sensor support"
  411. depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  412. ---help---
  413. This is a V4L2 sensor-level driver for Samsung S5C73M3
  414. 8 Mpixel camera.
  415. comment "Flash devices"
  416. config VIDEO_ADP1653
  417. tristate "ADP1653 flash support"
  418. depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
  419. depends on MEDIA_CAMERA_SUPPORT
  420. ---help---
  421. This is a driver for the ADP1653 flash controller. It is used for
  422. example in Nokia N900.
  423. config VIDEO_AS3645A
  424. tristate "AS3645A flash driver support"
  425. depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
  426. depends on MEDIA_CAMERA_SUPPORT
  427. ---help---
  428. This is a driver for the AS3645A and LM3555 flash controllers. It has
  429. build in control for flash, torch and indicator LEDs.
  430. comment "Video improvement chips"
  431. config VIDEO_UPD64031A
  432. tristate "NEC Electronics uPD64031A Ghost Reduction"
  433. depends on VIDEO_V4L2 && I2C
  434. ---help---
  435. Support for the NEC Electronics uPD64031A Ghost Reduction
  436. video chip. It is most often found in NTSC TV cards made for
  437. Japan and is used to reduce the 'ghosting' effect that can
  438. be present in analog TV broadcasts.
  439. To compile this driver as a module, choose M here: the
  440. module will be called upd64031a.
  441. config VIDEO_UPD64083
  442. tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
  443. depends on VIDEO_V4L2 && I2C
  444. ---help---
  445. Support for the NEC Electronics uPD64083 3-Dimensional Y/C
  446. separation video chip. It is used to improve the quality of
  447. the colors of a composite signal.
  448. To compile this driver as a module, choose M here: the
  449. module will be called upd64083.
  450. comment "Miscelaneous helper chips"
  451. config VIDEO_THS7303
  452. tristate "THS7303/53 Video Amplifier"
  453. depends on VIDEO_V4L2 && I2C
  454. help
  455. Support for TI THS7303/53 video amplifier
  456. To compile this driver as a module, choose M here: the
  457. module will be called ths7303.
  458. config VIDEO_M52790
  459. tristate "Mitsubishi M52790 A/V switch"
  460. depends on VIDEO_V4L2 && I2C
  461. ---help---
  462. Support for the Mitsubishi M52790 A/V switch.
  463. To compile this driver as a module, choose M here: the
  464. module will be called m52790.
  465. endmenu
  466. menu "Sensors used on soc_camera driver"
  467. if SOC_CAMERA
  468. source "drivers/media/i2c/soc_camera/Kconfig"
  469. endif
  470. endmenu
  471. endif