Kconfig 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561
  1. #
  2. # Generic video config states
  3. #
  4. config VIDEO_BTCX
  5. depends on PCI
  6. tristate
  7. config VIDEO_TVEEPROM
  8. tristate
  9. depends on I2C
  10. #
  11. # Multimedia Video device configuration
  12. #
  13. if VIDEO_V4L2
  14. config VIDEO_IR_I2C
  15. tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT
  16. depends on I2C && RC_CORE
  17. default y
  18. ---help---
  19. Most boards have an IR chip directly connected via GPIO. However,
  20. some video boards have the IR connected via I2C bus.
  21. If your board doesn't have an I2C IR chip, you may disable this
  22. option.
  23. In doubt, say Y.
  24. #
  25. # Encoder / Decoder module configuration
  26. #
  27. menu "Encoders, decoders, sensors and other helper chips"
  28. visible if !MEDIA_SUBDRV_AUTOSELECT
  29. comment "Audio decoders, processors and mixers"
  30. config VIDEO_TVAUDIO
  31. tristate "Simple audio decoder chips"
  32. depends on VIDEO_V4L2 && I2C
  33. ---help---
  34. Support for several audio decoder chips found on some bt8xx boards:
  35. Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
  36. tea6320, tea6420, tda8425, ta8874z.
  37. Microchip: pic16c54 based design on ProVideo PV951 board.
  38. To compile this driver as a module, choose M here: the
  39. module will be called tvaudio.
  40. config VIDEO_TDA7432
  41. tristate "Philips TDA7432 audio processor"
  42. depends on VIDEO_V4L2 && I2C
  43. ---help---
  44. Support for tda7432 audio decoder chip found on some bt8xx boards.
  45. To compile this driver as a module, choose M here: the
  46. module will be called tda7432.
  47. config VIDEO_TDA9840
  48. tristate "Philips TDA9840 audio processor"
  49. depends on I2C
  50. ---help---
  51. Support for tda9840 audio decoder chip found on some Zoran boards.
  52. To compile this driver as a module, choose M here: the
  53. module will be called tda9840.
  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_CS5345
  76. tristate "Cirrus Logic CS5345 audio ADC"
  77. depends on VIDEO_V4L2 && I2C
  78. ---help---
  79. Support for the Cirrus Logic CS5345 24-bit, 192 kHz
  80. stereo A/D converter.
  81. To compile this driver as a module, choose M here: the
  82. module will be called cs5345.
  83. config VIDEO_CS53L32A
  84. tristate "Cirrus Logic CS53L32A audio ADC"
  85. depends on VIDEO_V4L2 && I2C
  86. ---help---
  87. Support for the Cirrus Logic CS53L32A low voltage
  88. stereo A/D converter.
  89. To compile this driver as a module, choose M here: the
  90. module will be called cs53l32a.
  91. config VIDEO_TLV320AIC23B
  92. tristate "Texas Instruments TLV320AIC23B audio codec"
  93. depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
  94. ---help---
  95. Support for the Texas Instruments TLV320AIC23B audio codec.
  96. To compile this driver as a module, choose M here: the
  97. module will be called tlv320aic23b.
  98. config VIDEO_WM8775
  99. tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
  100. depends on VIDEO_V4L2 && I2C
  101. ---help---
  102. Support for the Wolfson Microelectronics WM8775 high
  103. performance stereo A/D Converter with a 4 channel input mixer.
  104. To compile this driver as a module, choose M here: the
  105. module will be called wm8775.
  106. config VIDEO_WM8739
  107. tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
  108. depends on VIDEO_V4L2 && I2C
  109. ---help---
  110. Support for the Wolfson Microelectronics WM8739
  111. stereo A/D Converter.
  112. To compile this driver as a module, choose M here: the
  113. module will be called wm8739.
  114. config VIDEO_VP27SMPX
  115. tristate "Panasonic VP27s internal MPX"
  116. depends on VIDEO_V4L2 && I2C
  117. ---help---
  118. Support for the internal MPX of the Panasonic VP27s tuner.
  119. To compile this driver as a module, choose M here: the
  120. module will be called vp27smpx.
  121. comment "RDS decoders"
  122. config VIDEO_SAA6588
  123. tristate "SAA6588 Radio Chip RDS decoder support"
  124. depends on VIDEO_V4L2 && I2C
  125. help
  126. Support for this Radio Data System (RDS) decoder. This allows
  127. seeing radio station identification transmitted using this
  128. standard.
  129. To compile this driver as a module, choose M here: the
  130. module will be called saa6588.
  131. comment "Video decoders"
  132. config VIDEO_ADV7180
  133. tristate "Analog Devices ADV7180 decoder"
  134. depends on VIDEO_V4L2 && I2C
  135. ---help---
  136. Support for the Analog Devices ADV7180 video decoder.
  137. To compile this driver as a module, choose M here: the
  138. module will be called adv7180.
  139. config VIDEO_ADV7183
  140. tristate "Analog Devices ADV7183 decoder"
  141. depends on VIDEO_V4L2 && I2C
  142. ---help---
  143. V4l2 subdevice driver for the Analog Devices
  144. ADV7183 video decoder.
  145. To compile this driver as a module, choose M here: the
  146. module will be called adv7183.
  147. config VIDEO_BT819
  148. tristate "BT819A VideoStream decoder"
  149. depends on VIDEO_V4L2 && I2C
  150. ---help---
  151. Support for BT819A video decoder.
  152. To compile this driver as a module, choose M here: the
  153. module will be called bt819.
  154. config VIDEO_BT856
  155. tristate "BT856 VideoStream decoder"
  156. depends on VIDEO_V4L2 && I2C
  157. ---help---
  158. Support for BT856 video decoder.
  159. To compile this driver as a module, choose M here: the
  160. module will be called bt856.
  161. config VIDEO_BT866
  162. tristate "BT866 VideoStream decoder"
  163. depends on VIDEO_V4L2 && I2C
  164. ---help---
  165. Support for BT866 video decoder.
  166. To compile this driver as a module, choose M here: the
  167. module will be called bt866.
  168. config VIDEO_KS0127
  169. tristate "KS0127 video decoder"
  170. depends on VIDEO_V4L2 && I2C
  171. ---help---
  172. Support for KS0127 video decoder.
  173. This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
  174. cards.
  175. To compile this driver as a module, choose M here: the
  176. module will be called ks0127.
  177. config VIDEO_SAA7110
  178. tristate "Philips SAA7110 video decoder"
  179. depends on VIDEO_V4L2 && I2C
  180. ---help---
  181. Support for the Philips SAA7110 video decoders.
  182. To compile this driver as a module, choose M here: the
  183. module will be called saa7110.
  184. config VIDEO_SAA711X
  185. tristate "Philips SAA7111/3/4/5 video decoders"
  186. depends on VIDEO_V4L2 && I2C
  187. ---help---
  188. Support for the Philips SAA7111/3/4/5 video decoders.
  189. To compile this driver as a module, choose M here: the
  190. module will be called saa7115.
  191. config VIDEO_SAA7191
  192. tristate "Philips SAA7191 video decoder"
  193. depends on VIDEO_V4L2 && I2C
  194. ---help---
  195. Support for the Philips SAA7191 video decoder.
  196. To compile this driver as a module, choose M here: the
  197. module will be called saa7191.
  198. config VIDEO_TVP514X
  199. tristate "Texas Instruments TVP514x video decoder"
  200. depends on VIDEO_V4L2 && I2C
  201. ---help---
  202. This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
  203. decoder. It is currently working with the TI OMAP3 camera
  204. controller.
  205. To compile this driver as a module, choose M here: the
  206. module will be called tvp514x.
  207. config VIDEO_TVP5150
  208. tristate "Texas Instruments TVP5150 video decoder"
  209. depends on VIDEO_V4L2 && I2C
  210. ---help---
  211. Support for the Texas Instruments TVP5150 video decoder.
  212. To compile this driver as a module, choose M here: the
  213. module will be called tvp5150.
  214. config VIDEO_TVP7002
  215. tristate "Texas Instruments TVP7002 video decoder"
  216. depends on VIDEO_V4L2 && I2C
  217. ---help---
  218. Support for the Texas Instruments TVP7002 video decoder.
  219. To compile this driver as a module, choose M here: the
  220. module will be called tvp7002.
  221. config VIDEO_VPX3220
  222. tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
  223. depends on VIDEO_V4L2 && I2C
  224. ---help---
  225. Support for VPX322x video decoders.
  226. To compile this driver as a module, choose M here: the
  227. module will be called vpx3220.
  228. comment "Video and audio decoders"
  229. config VIDEO_SAA717X
  230. tristate "Philips SAA7171/3/4 audio/video decoders"
  231. depends on VIDEO_V4L2 && I2C
  232. ---help---
  233. Support for the Philips SAA7171/3/4 audio/video decoders.
  234. To compile this driver as a module, choose M here: the
  235. module will be called saa717x.
  236. source "drivers/media/i2c/cx25840/Kconfig"
  237. comment "MPEG video encoders"
  238. config VIDEO_CX2341X
  239. tristate "Conexant CX2341x MPEG encoders"
  240. depends on VIDEO_V4L2
  241. ---help---
  242. Support for the Conexant CX23416 MPEG encoders
  243. and CX23415 MPEG encoder/decoders.
  244. This module currently supports the encoding functions only.
  245. To compile this driver as a module, choose M here: the
  246. module will be called cx2341x.
  247. comment "Video encoders"
  248. config VIDEO_SAA7127
  249. tristate "Philips SAA7127/9 digital video encoders"
  250. depends on VIDEO_V4L2 && I2C
  251. ---help---
  252. Support for the Philips SAA7127/9 digital video encoders.
  253. To compile this driver as a module, choose M here: the
  254. module will be called saa7127.
  255. config VIDEO_SAA7185
  256. tristate "Philips SAA7185 video encoder"
  257. depends on VIDEO_V4L2 && I2C
  258. ---help---
  259. Support for the Philips SAA7185 video encoder.
  260. To compile this driver as a module, choose M here: the
  261. module will be called saa7185.
  262. config VIDEO_ADV7170
  263. tristate "Analog Devices ADV7170 video encoder"
  264. depends on VIDEO_V4L2 && I2C
  265. ---help---
  266. Support for the Analog Devices ADV7170 video encoder driver
  267. To compile this driver as a module, choose M here: the
  268. module will be called adv7170.
  269. config VIDEO_ADV7175
  270. tristate "Analog Devices ADV7175 video encoder"
  271. depends on VIDEO_V4L2 && I2C
  272. ---help---
  273. Support for the Analog Devices ADV7175 video encoder driver
  274. To compile this driver as a module, choose M here: the
  275. module will be called adv7175.
  276. config VIDEO_ADV7343
  277. tristate "ADV7343 video encoder"
  278. depends on I2C
  279. help
  280. Support for Analog Devices I2C bus based ADV7343 encoder.
  281. To compile this driver as a module, choose M here: the
  282. module will be called adv7343.
  283. config VIDEO_ADV7393
  284. tristate "ADV7393 video encoder"
  285. depends on I2C
  286. help
  287. Support for Analog Devices I2C bus based ADV7393 encoder.
  288. To compile this driver as a module, choose M here: the
  289. module will be called adv7393.
  290. config VIDEO_AK881X
  291. tristate "AK8813/AK8814 video encoders"
  292. depends on I2C
  293. help
  294. Video output driver for AKM AK8813 and AK8814 TV encoders
  295. comment "Camera sensor devices"
  296. config VIDEO_APTINA_PLL
  297. tristate
  298. config VIDEO_SMIAPP_PLL
  299. tristate
  300. config VIDEO_OV7670
  301. tristate "OmniVision OV7670 sensor support"
  302. depends on I2C && VIDEO_V4L2
  303. depends on MEDIA_CAMERA_SUPPORT
  304. ---help---
  305. This is a Video4Linux2 sensor-level driver for the OmniVision
  306. OV7670 VGA camera. It currently only works with the M88ALP01
  307. controller.
  308. config VIDEO_VS6624
  309. tristate "ST VS6624 sensor support"
  310. depends on VIDEO_V4L2 && I2C
  311. depends on MEDIA_CAMERA_SUPPORT
  312. ---help---
  313. This is a Video4Linux2 sensor-level driver for the ST VS6624
  314. camera.
  315. To compile this driver as a module, choose M here: the
  316. module will be called vs6624.
  317. config VIDEO_MT9M032
  318. tristate "MT9M032 camera sensor support"
  319. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  320. depends on MEDIA_CAMERA_SUPPORT
  321. select VIDEO_APTINA_PLL
  322. ---help---
  323. This driver supports MT9M032 camera sensors from Aptina, monochrome
  324. models only.
  325. config VIDEO_MT9P031
  326. tristate "Aptina MT9P031 support"
  327. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  328. depends on MEDIA_CAMERA_SUPPORT
  329. select VIDEO_APTINA_PLL
  330. ---help---
  331. This is a Video4Linux2 sensor-level driver for the Aptina
  332. (Micron) mt9p031 5 Mpixel camera.
  333. config VIDEO_MT9T001
  334. tristate "Aptina MT9T001 support"
  335. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  336. depends on MEDIA_CAMERA_SUPPORT
  337. ---help---
  338. This is a Video4Linux2 sensor-level driver for the Aptina
  339. (Micron) mt0t001 3 Mpixel camera.
  340. config VIDEO_MT9V011
  341. tristate "Micron mt9v011 sensor support"
  342. depends on I2C && VIDEO_V4L2
  343. depends on MEDIA_CAMERA_SUPPORT
  344. ---help---
  345. This is a Video4Linux2 sensor-level driver for the Micron
  346. mt0v011 1.3 Mpixel camera. It currently only works with the
  347. em28xx driver.
  348. config VIDEO_MT9V032
  349. tristate "Micron MT9V032 sensor support"
  350. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  351. depends on MEDIA_CAMERA_SUPPORT
  352. ---help---
  353. This is a Video4Linux2 sensor-level driver for the Micron
  354. MT9V032 752x480 CMOS sensor.
  355. config VIDEO_TCM825X
  356. tristate "TCM825x camera sensor support"
  357. depends on I2C && VIDEO_V4L2
  358. depends on MEDIA_CAMERA_SUPPORT
  359. ---help---
  360. This is a driver for the Toshiba TCM825x VGA camera sensor.
  361. It is used for example in Nokia N800.
  362. config VIDEO_SR030PC30
  363. tristate "Siliconfile SR030PC30 sensor support"
  364. depends on I2C && VIDEO_V4L2
  365. depends on MEDIA_CAMERA_SUPPORT
  366. ---help---
  367. This driver supports SR030PC30 VGA camera from Siliconfile
  368. config VIDEO_NOON010PC30
  369. tristate "Siliconfile NOON010PC30 sensor support"
  370. depends on I2C && VIDEO_V4L2 && EXPERIMENTAL && VIDEO_V4L2_SUBDEV_API
  371. depends on MEDIA_CAMERA_SUPPORT
  372. ---help---
  373. This driver supports NOON010PC30 CIF camera from Siliconfile
  374. source "drivers/media/i2c/m5mols/Kconfig"
  375. config VIDEO_S5K6AA
  376. tristate "Samsung S5K6AAFX sensor support"
  377. depends on MEDIA_CAMERA_SUPPORT
  378. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  379. ---help---
  380. This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
  381. camera sensor with an embedded SoC image signal processor.
  382. source "drivers/media/i2c/smiapp/Kconfig"
  383. comment "Flash devices"
  384. config VIDEO_ADP1653
  385. tristate "ADP1653 flash support"
  386. depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
  387. depends on MEDIA_CAMERA_SUPPORT
  388. ---help---
  389. This is a driver for the ADP1653 flash controller. It is used for
  390. example in Nokia N900.
  391. config VIDEO_AS3645A
  392. tristate "AS3645A flash driver support"
  393. depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
  394. depends on MEDIA_CAMERA_SUPPORT
  395. ---help---
  396. This is a driver for the AS3645A and LM3555 flash controllers. It has
  397. build in control for flash, torch and indicator LEDs.
  398. comment "Video improvement chips"
  399. config VIDEO_UPD64031A
  400. tristate "NEC Electronics uPD64031A Ghost Reduction"
  401. depends on VIDEO_V4L2 && I2C
  402. ---help---
  403. Support for the NEC Electronics uPD64031A Ghost Reduction
  404. video chip. It is most often found in NTSC TV cards made for
  405. Japan and is used to reduce the 'ghosting' effect that can
  406. be present in analog TV broadcasts.
  407. To compile this driver as a module, choose M here: the
  408. module will be called upd64031a.
  409. config VIDEO_UPD64083
  410. tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
  411. depends on VIDEO_V4L2 && I2C
  412. ---help---
  413. Support for the NEC Electronics uPD64083 3-Dimensional Y/C
  414. separation video chip. It is used to improve the quality of
  415. the colors of a composite signal.
  416. To compile this driver as a module, choose M here: the
  417. module will be called upd64083.
  418. comment "Miscelaneous helper chips"
  419. config VIDEO_THS7303
  420. tristate "THS7303 Video Amplifier"
  421. depends on I2C
  422. help
  423. Support for TI THS7303 video amplifier
  424. To compile this driver as a module, choose M here: the
  425. module will be called ths7303.
  426. config VIDEO_M52790
  427. tristate "Mitsubishi M52790 A/V switch"
  428. depends on VIDEO_V4L2 && I2C
  429. ---help---
  430. Support for the Mitsubishi M52790 A/V switch.
  431. To compile this driver as a module, choose M here: the
  432. module will be called m52790.
  433. endmenu
  434. menu "Sensors used on soc_camera driver"
  435. if SOC_CAMERA
  436. source "drivers/media/i2c/soc_camera/Kconfig"
  437. endif
  438. endmenu
  439. endif