Kconfig 16 KB

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