Kconfig 16 KB

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