Kconfig 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587
  1. #
  2. # Generic video config states
  3. #
  4. config VIDEO_TVEEPROM
  5. tristate
  6. depends on I2C
  7. #
  8. # Multimedia Video device configuration
  9. #
  10. if VIDEO_V4L2
  11. config VIDEO_IR_I2C
  12. tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT
  13. depends on I2C && RC_CORE
  14. default y
  15. ---help---
  16. Most boards have an IR chip directly connected via GPIO. However,
  17. some video boards have the IR connected via I2C bus.
  18. If your board doesn't have an I2C IR chip, you may disable this
  19. option.
  20. In doubt, say Y.
  21. #
  22. # Encoder / Decoder module configuration
  23. #
  24. menu "Encoders, decoders, sensors and other helper chips"
  25. visible if !MEDIA_SUBDRV_AUTOSELECT
  26. comment "Audio decoders, processors and mixers"
  27. config VIDEO_TVAUDIO
  28. tristate "Simple audio decoder chips"
  29. depends on VIDEO_V4L2 && I2C
  30. ---help---
  31. Support for several audio decoder chips found on some bt8xx boards:
  32. Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
  33. tea6320, tea6420, tda8425, ta8874z.
  34. Microchip: pic16c54 based design on ProVideo PV951 board.
  35. To compile this driver as a module, choose M here: the
  36. module will be called tvaudio.
  37. config VIDEO_TDA7432
  38. tristate "Philips TDA7432 audio processor"
  39. depends on VIDEO_V4L2 && I2C
  40. ---help---
  41. Support for tda7432 audio decoder chip found on some bt8xx boards.
  42. To compile this driver as a module, choose M here: the
  43. module will be called tda7432.
  44. config VIDEO_TDA9840
  45. tristate "Philips TDA9840 audio processor"
  46. depends on I2C
  47. ---help---
  48. Support for tda9840 audio decoder chip found on some Zoran boards.
  49. To compile this driver as a module, choose M here: the
  50. module will be called tda9840.
  51. config VIDEO_TEA6415C
  52. tristate "Philips TEA6415C audio processor"
  53. depends on I2C
  54. ---help---
  55. Support for tea6415c audio decoder chip found on some bt8xx boards.
  56. To compile this driver as a module, choose M here: the
  57. module will be called tea6415c.
  58. config VIDEO_TEA6420
  59. tristate "Philips TEA6420 audio processor"
  60. depends on I2C
  61. ---help---
  62. Support for tea6420 audio decoder chip found on some bt8xx boards.
  63. To compile this driver as a module, choose M here: the
  64. module will be called tea6420.
  65. config VIDEO_MSP3400
  66. tristate "Micronas MSP34xx audio decoders"
  67. depends on VIDEO_V4L2 && I2C
  68. ---help---
  69. Support for the Micronas MSP34xx series of audio decoders.
  70. To compile this driver as a module, choose M here: the
  71. module will be called msp3400.
  72. config VIDEO_CS5345
  73. tristate "Cirrus Logic CS5345 audio ADC"
  74. depends on VIDEO_V4L2 && I2C
  75. ---help---
  76. Support for the Cirrus Logic CS5345 24-bit, 192 kHz
  77. stereo A/D converter.
  78. To compile this driver as a module, choose M here: the
  79. module will be called cs5345.
  80. config VIDEO_CS53L32A
  81. tristate "Cirrus Logic CS53L32A audio ADC"
  82. depends on VIDEO_V4L2 && I2C
  83. ---help---
  84. Support for the Cirrus Logic CS53L32A low voltage
  85. stereo A/D converter.
  86. To compile this driver as a module, choose M here: the
  87. module will be called cs53l32a.
  88. config VIDEO_TLV320AIC23B
  89. tristate "Texas Instruments TLV320AIC23B audio codec"
  90. depends on VIDEO_V4L2 && I2C
  91. ---help---
  92. Support for the Texas Instruments TLV320AIC23B audio codec.
  93. To compile this driver as a module, choose M here: the
  94. module will be called tlv320aic23b.
  95. config VIDEO_WM8775
  96. tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
  97. depends on VIDEO_V4L2 && I2C
  98. ---help---
  99. Support for the Wolfson Microelectronics WM8775 high
  100. performance stereo A/D Converter with a 4 channel input mixer.
  101. To compile this driver as a module, choose M here: the
  102. module will be called wm8775.
  103. config VIDEO_WM8739
  104. tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
  105. depends on VIDEO_V4L2 && I2C
  106. ---help---
  107. Support for the Wolfson Microelectronics WM8739
  108. stereo A/D Converter.
  109. To compile this driver as a module, choose M here: the
  110. module will be called wm8739.
  111. config VIDEO_VP27SMPX
  112. tristate "Panasonic VP27s internal MPX"
  113. depends on VIDEO_V4L2 && I2C
  114. ---help---
  115. Support for the internal MPX of the Panasonic VP27s tuner.
  116. To compile this driver as a module, choose M here: the
  117. module will be called vp27smpx.
  118. comment "RDS decoders"
  119. config VIDEO_SAA6588
  120. tristate "SAA6588 Radio Chip RDS decoder support"
  121. depends on VIDEO_V4L2 && I2C
  122. help
  123. Support for this Radio Data System (RDS) decoder. This allows
  124. seeing radio station identification transmitted using this
  125. standard.
  126. To compile this driver as a module, choose M here: the
  127. module will be called saa6588.
  128. comment "Video decoders"
  129. config VIDEO_ADV7180
  130. tristate "Analog Devices ADV7180 decoder"
  131. depends on VIDEO_V4L2 && I2C
  132. ---help---
  133. Support for the Analog Devices ADV7180 video decoder.
  134. To compile this driver as a module, choose M here: the
  135. module will be called adv7180.
  136. config VIDEO_ADV7183
  137. tristate "Analog Devices ADV7183 decoder"
  138. depends on VIDEO_V4L2 && I2C
  139. ---help---
  140. V4l2 subdevice driver for the Analog Devices
  141. ADV7183 video decoder.
  142. To compile this driver as a module, choose M here: the
  143. module will be called adv7183.
  144. config VIDEO_ADV7604
  145. tristate "Analog Devices ADV7604 decoder"
  146. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  147. ---help---
  148. Support for the Analog Devices ADV7604 video decoder.
  149. This is a Analog Devices Component/Graphics Digitizer
  150. with 4:1 Multiplexed HDMI Receiver.
  151. To compile this driver as a module, choose M here: the
  152. module will be called adv7604.
  153. config VIDEO_BT819
  154. tristate "BT819A VideoStream decoder"
  155. depends on VIDEO_V4L2 && I2C
  156. ---help---
  157. Support for BT819A video decoder.
  158. To compile this driver as a module, choose M here: the
  159. module will be called bt819.
  160. config VIDEO_BT856
  161. tristate "BT856 VideoStream decoder"
  162. depends on VIDEO_V4L2 && I2C
  163. ---help---
  164. Support for BT856 video decoder.
  165. To compile this driver as a module, choose M here: the
  166. module will be called bt856.
  167. config VIDEO_BT866
  168. tristate "BT866 VideoStream decoder"
  169. depends on VIDEO_V4L2 && I2C
  170. ---help---
  171. Support for BT866 video decoder.
  172. To compile this driver as a module, choose M here: the
  173. module will be called bt866.
  174. config VIDEO_KS0127
  175. tristate "KS0127 video decoder"
  176. depends on VIDEO_V4L2 && I2C
  177. ---help---
  178. Support for KS0127 video decoder.
  179. This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
  180. cards.
  181. To compile this driver as a module, choose M here: the
  182. module will be called ks0127.
  183. config VIDEO_SAA7110
  184. tristate "Philips SAA7110 video decoder"
  185. depends on VIDEO_V4L2 && I2C
  186. ---help---
  187. Support for the Philips SAA7110 video decoders.
  188. To compile this driver as a module, choose M here: the
  189. module will be called saa7110.
  190. config VIDEO_SAA711X
  191. tristate "Philips SAA7111/3/4/5 video decoders"
  192. depends on VIDEO_V4L2 && I2C
  193. ---help---
  194. Support for the Philips SAA7111/3/4/5 video decoders.
  195. To compile this driver as a module, choose M here: the
  196. module will be called saa7115.
  197. config VIDEO_SAA7191
  198. tristate "Philips SAA7191 video decoder"
  199. depends on VIDEO_V4L2 && I2C
  200. ---help---
  201. Support for the Philips SAA7191 video decoder.
  202. To compile this driver as a module, choose M here: the
  203. module will be called saa7191.
  204. config VIDEO_TVP514X
  205. tristate "Texas Instruments TVP514x video decoder"
  206. depends on VIDEO_V4L2 && I2C
  207. ---help---
  208. This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
  209. decoder. It is currently working with the TI OMAP3 camera
  210. controller.
  211. To compile this driver as a module, choose M here: the
  212. module will be called tvp514x.
  213. config VIDEO_TVP5150
  214. tristate "Texas Instruments TVP5150 video decoder"
  215. depends on VIDEO_V4L2 && I2C
  216. ---help---
  217. Support for the Texas Instruments TVP5150 video decoder.
  218. To compile this driver as a module, choose M here: the
  219. module will be called tvp5150.
  220. config VIDEO_TVP7002
  221. tristate "Texas Instruments TVP7002 video decoder"
  222. depends on VIDEO_V4L2 && I2C
  223. ---help---
  224. Support for the Texas Instruments TVP7002 video decoder.
  225. To compile this driver as a module, choose M here: the
  226. module will be called tvp7002.
  227. config VIDEO_VPX3220
  228. tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
  229. depends on VIDEO_V4L2 && I2C
  230. ---help---
  231. Support for VPX322x video decoders.
  232. To compile this driver as a module, choose M here: the
  233. module will be called vpx3220.
  234. comment "Video and audio decoders"
  235. config VIDEO_SAA717X
  236. tristate "Philips SAA7171/3/4 audio/video decoders"
  237. depends on VIDEO_V4L2 && I2C
  238. ---help---
  239. Support for the Philips SAA7171/3/4 audio/video decoders.
  240. To compile this driver as a module, choose M here: the
  241. module will be called saa717x.
  242. source "drivers/media/i2c/cx25840/Kconfig"
  243. comment "Video encoders"
  244. config VIDEO_SAA7127
  245. tristate "Philips SAA7127/9 digital video encoders"
  246. depends on VIDEO_V4L2 && I2C
  247. ---help---
  248. Support for the Philips SAA7127/9 digital video encoders.
  249. To compile this driver as a module, choose M here: the
  250. module will be called saa7127.
  251. config VIDEO_SAA7185
  252. tristate "Philips SAA7185 video encoder"
  253. depends on VIDEO_V4L2 && I2C
  254. ---help---
  255. Support for the Philips SAA7185 video encoder.
  256. To compile this driver as a module, choose M here: the
  257. module will be called saa7185.
  258. config VIDEO_ADV7170
  259. tristate "Analog Devices ADV7170 video encoder"
  260. depends on VIDEO_V4L2 && I2C
  261. ---help---
  262. Support for the Analog Devices ADV7170 video encoder driver
  263. To compile this driver as a module, choose M here: the
  264. module will be called adv7170.
  265. config VIDEO_ADV7175
  266. tristate "Analog Devices ADV7175 video encoder"
  267. depends on VIDEO_V4L2 && I2C
  268. ---help---
  269. Support for the Analog Devices ADV7175 video encoder driver
  270. To compile this driver as a module, choose M here: the
  271. module will be called adv7175.
  272. config VIDEO_ADV7343
  273. tristate "ADV7343 video encoder"
  274. depends on I2C
  275. help
  276. Support for Analog Devices I2C bus based ADV7343 encoder.
  277. To compile this driver as a module, choose M here: the
  278. module will be called adv7343.
  279. config VIDEO_ADV7393
  280. tristate "ADV7393 video encoder"
  281. depends on I2C
  282. help
  283. Support for Analog Devices I2C bus based ADV7393 encoder.
  284. To compile this driver as a module, choose M here: the
  285. module will be called adv7393.
  286. config VIDEO_AD9389B
  287. tristate "Analog Devices AD9389B encoder"
  288. depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
  289. ---help---
  290. Support for the Analog Devices AD9389B video encoder.
  291. This is a Analog Devices HDMI transmitter.
  292. To compile this driver as a module, choose M here: the
  293. module will be called ad9389b.
  294. config VIDEO_AK881X
  295. tristate "AK8813/AK8814 video encoders"
  296. depends on I2C
  297. help
  298. Video output driver for AKM AK8813 and AK8814 TV encoders
  299. comment "Camera sensor devices"
  300. config VIDEO_APTINA_PLL
  301. tristate
  302. config VIDEO_SMIAPP_PLL
  303. tristate
  304. config VIDEO_OV7670
  305. tristate "OmniVision OV7670 sensor support"
  306. depends on I2C && VIDEO_V4L2
  307. depends on MEDIA_CAMERA_SUPPORT
  308. ---help---
  309. This is a Video4Linux2 sensor-level driver for the OmniVision
  310. OV7670 VGA camera. It currently only works with the M88ALP01
  311. controller.
  312. config VIDEO_OV9650
  313. tristate "OmniVision OV9650/OV9652 sensor support"
  314. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  315. ---help---
  316. This is a V4L2 sensor-level driver for the Omnivision
  317. OV9650 and OV9652 camera sensors.
  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 && VIDEO_V4L2_INT_DEVICE
  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 && 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. config VIDEO_S5K4ECGX
  393. tristate "Samsung S5K4ECGX sensor support"
  394. depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  395. ---help---
  396. This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M
  397. camera sensor with an embedded SoC image signal processor.
  398. source "drivers/media/i2c/smiapp/Kconfig"
  399. config VIDEO_S5C73M3
  400. tristate "Samsung S5C73M3 sensor support"
  401. depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  402. ---help---
  403. This is a V4L2 sensor-level driver for Samsung S5C73M3
  404. 8 Mpixel camera.
  405. comment "Flash devices"
  406. config VIDEO_ADP1653
  407. tristate "ADP1653 flash support"
  408. depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
  409. depends on MEDIA_CAMERA_SUPPORT
  410. ---help---
  411. This is a driver for the ADP1653 flash controller. It is used for
  412. example in Nokia N900.
  413. config VIDEO_AS3645A
  414. tristate "AS3645A flash driver support"
  415. depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
  416. depends on MEDIA_CAMERA_SUPPORT
  417. ---help---
  418. This is a driver for the AS3645A and LM3555 flash controllers. It has
  419. build in control for flash, torch and indicator LEDs.
  420. comment "Video improvement chips"
  421. config VIDEO_UPD64031A
  422. tristate "NEC Electronics uPD64031A Ghost Reduction"
  423. depends on VIDEO_V4L2 && I2C
  424. ---help---
  425. Support for the NEC Electronics uPD64031A Ghost Reduction
  426. video chip. It is most often found in NTSC TV cards made for
  427. Japan and is used to reduce the 'ghosting' effect that can
  428. be present in analog TV broadcasts.
  429. To compile this driver as a module, choose M here: the
  430. module will be called upd64031a.
  431. config VIDEO_UPD64083
  432. tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
  433. depends on VIDEO_V4L2 && I2C
  434. ---help---
  435. Support for the NEC Electronics uPD64083 3-Dimensional Y/C
  436. separation video chip. It is used to improve the quality of
  437. the colors of a composite signal.
  438. To compile this driver as a module, choose M here: the
  439. module will be called upd64083.
  440. comment "Miscelaneous helper chips"
  441. config VIDEO_THS7303
  442. tristate "THS7303 Video Amplifier"
  443. depends on I2C
  444. help
  445. Support for TI THS7303 video amplifier
  446. To compile this driver as a module, choose M here: the
  447. module will be called ths7303.
  448. config VIDEO_M52790
  449. tristate "Mitsubishi M52790 A/V switch"
  450. depends on VIDEO_V4L2 && I2C
  451. ---help---
  452. Support for the Mitsubishi M52790 A/V switch.
  453. To compile this driver as a module, choose M here: the
  454. module will be called m52790.
  455. endmenu
  456. menu "Sensors used on soc_camera driver"
  457. if SOC_CAMERA
  458. source "drivers/media/i2c/soc_camera/Kconfig"
  459. endif
  460. endmenu
  461. endif