xref: /openbmc/linux/drivers/media/i2c/Kconfig (revision 2e943af4)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2cb7a01acSMauro Carvalho Chehab#
3cb7a01acSMauro Carvalho Chehab# Multimedia Video device configuration
4cb7a01acSMauro Carvalho Chehab#
5cb7a01acSMauro Carvalho Chehab
69958d30fSMauro Carvalho Chehabif VIDEO_DEV
7cb7a01acSMauro Carvalho Chehab
85c57ae64SMauro Carvalho Chehabcomment "IR I2C driver auto-selected by 'Autoselect ancillary drivers'"
95c57ae64SMauro Carvalho Chehab	depends on MEDIA_SUBDRV_AUTOSELECT && I2C && RC_CORE
105c57ae64SMauro Carvalho Chehab
11cb7a01acSMauro Carvalho Chehabconfig VIDEO_IR_I2C
128169cf0aSStefan Agner	tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT || EXPERT
13cb7a01acSMauro Carvalho Chehab	depends on I2C && RC_CORE
14cb7a01acSMauro Carvalho Chehab	default y
15b60a5b8dSMauro Carvalho Chehab	help
16cb7a01acSMauro Carvalho Chehab	  Most boards have an IR chip directly connected via GPIO. However,
17cb7a01acSMauro Carvalho Chehab	  some video boards have the IR connected via I2C bus.
18cb7a01acSMauro Carvalho Chehab
19cb7a01acSMauro Carvalho Chehab	  If your board doesn't have an I2C IR chip, you may disable this
20cb7a01acSMauro Carvalho Chehab	  option.
21cb7a01acSMauro Carvalho Chehab
22cb7a01acSMauro Carvalho Chehab	  In doubt, say Y.
23cb7a01acSMauro Carvalho Chehab
24cb7a01acSMauro Carvalho Chehab#
255c57ae64SMauro Carvalho Chehab# V4L2 I2C drivers that are related with Camera support
26f48fd151SMauro Carvalho Chehab#
27f48fd151SMauro Carvalho Chehab
287d3c7d2aSSakari Ailusmenuconfig VIDEO_CAMERA_SENSOR
297d3c7d2aSSakari Ailus	bool "Camera sensor devices"
307d3c7d2aSSakari Ailus	depends on MEDIA_CAMERA_SUPPORT && I2C
317d3c7d2aSSakari Ailus	select MEDIA_CONTROLLER
327d3c7d2aSSakari Ailus	select V4L2_FWNODE
337d3c7d2aSSakari Ailus	select VIDEO_V4L2_SUBDEV_API
347d3c7d2aSSakari Ailus	default y
357d3c7d2aSSakari Ailus
367d3c7d2aSSakari Ailusif VIDEO_CAMERA_SENSOR
37cb7a01acSMauro Carvalho Chehab
38cb7a01acSMauro Carvalho Chehabconfig VIDEO_APTINA_PLL
39cb7a01acSMauro Carvalho Chehab	tristate
40cb7a01acSMauro Carvalho Chehab
419e05bbacSSakari Ailusconfig VIDEO_CCS_PLL
42cb7a01acSMauro Carvalho Chehab	tristate
43cb7a01acSMauro Carvalho Chehab
44852b50aeSKrzysztof Hałasaconfig VIDEO_AR0521
45852b50aeSKrzysztof Hałasa	tristate "ON Semiconductor AR0521 sensor support"
46852b50aeSKrzysztof Hałasa	help
47852b50aeSKrzysztof Hałasa	  This is a Video4Linux2 sensor driver for the ON Semiconductor
48852b50aeSKrzysztof Hałasa	  AR0521 camera.
49852b50aeSKrzysztof Hałasa
50852b50aeSKrzysztof Hałasa	  To compile this driver as a module, choose M here: the
51852b50aeSKrzysztof Hałasa	  module will be called ar0521.
52852b50aeSKrzysztof Hałasa
53e6213840SShawn Tuconfig VIDEO_HI556
54e6213840SShawn Tu	tristate "Hynix Hi-556 sensor support"
55e6213840SShawn Tu	help
56e6213840SShawn Tu	  This is a Video4Linux2 sensor driver for the Hynix
57e6213840SShawn Tu	  Hi-556 camera.
58e6213840SShawn Tu
59e6213840SShawn Tu	  To compile this driver as a module, choose M here: the
60e6213840SShawn Tu	  module will be called hi556.
61e6213840SShawn Tu
62e8c08826SMartin Kepplingerconfig VIDEO_HI846
63e8c08826SMartin Kepplinger	tristate "Hynix Hi-846 sensor support"
64e8c08826SMartin Kepplinger	help
65e8c08826SMartin Kepplinger	  This is a Video4Linux2 sensor driver for the Hynix
66e8c08826SMartin Kepplinger	  Hi-846 camera.
67e8c08826SMartin Kepplinger
68e8c08826SMartin Kepplinger	  To compile this driver as a module, choose M here: the
69e8c08826SMartin Kepplinger	  module will be called hi846.
70e8c08826SMartin Kepplinger
71da15b409SShawn Tuconfig VIDEO_HI847
72da15b409SShawn Tu        tristate "Hynix Hi-847 sensor support"
73da15b409SShawn Tu        help
74da15b409SShawn Tu          This is a Video4Linux2 sensor driver for the Hynix
75da15b409SShawn Tu          Hi-847 camera.
76da15b409SShawn Tu
77da15b409SShawn Tu          To compile this driver as a module, choose M here: the
78da15b409SShawn Tu          module will be called hi847.
79da15b409SShawn Tu
80d953e3cbSShawn Tuconfig VIDEO_IMX208
81d953e3cbSShawn Tu	tristate "Sony IMX208 sensor support"
82d953e3cbSShawn Tu	help
83d953e3cbSShawn Tu	  This is a Video4Linux2 sensor driver for the Sony
84d953e3cbSShawn Tu	  IMX208 camera.
85d953e3cbSShawn Tu
86d953e3cbSShawn Tu	  To compile this driver as a module, choose M here: the
87d953e3cbSShawn Tu	  module will be called imx208.
88d953e3cbSShawn Tu
8943619059SRicardo Ribalda Delgadoconfig VIDEO_IMX214
9043619059SRicardo Ribalda Delgado	tristate "Sony IMX214 sensor support"
9111ec2c45SSakari Ailus	depends on GPIOLIB
926de18fa3SIan Kumlien	select REGMAP_I2C
9343619059SRicardo Ribalda Delgado	help
9443619059SRicardo Ribalda Delgado	  This is a Video4Linux2 sensor driver for the Sony
9543619059SRicardo Ribalda Delgado	  IMX214 camera.
9643619059SRicardo Ribalda Delgado
9743619059SRicardo Ribalda Delgado	  To compile this driver as a module, choose M here: the
9843619059SRicardo Ribalda Delgado	  module will be called imx214.
9943619059SRicardo Ribalda Delgado
1001283b3b8SDave Stevensonconfig VIDEO_IMX219
1011283b3b8SDave Stevenson	tristate "Sony IMX219 sensor support"
102*2e943af4SLaurent Pinchart	select V4L2_CCI_I2C
1031283b3b8SDave Stevenson	help
1041283b3b8SDave Stevenson	  This is a Video4Linux2 sensor driver for the Sony
1051283b3b8SDave Stevenson	  IMX219 camera.
1061283b3b8SDave Stevenson
1071283b3b8SDave Stevenson	  To compile this driver as a module, choose M here: the
1081283b3b8SDave Stevenson	  module will be called imx219.
1091283b3b8SDave Stevenson
110e4802cb0SJason Chenconfig VIDEO_IMX258
111e4802cb0SJason Chen	tristate "Sony IMX258 sensor support"
112b60a5b8dSMauro Carvalho Chehab	help
113be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the Sony
114e4802cb0SJason Chen	  IMX258 camera.
115e4802cb0SJason Chen
116e4802cb0SJason Chen	  To compile this driver as a module, choose M here: the
117e4802cb0SJason Chen	  module will be called imx258.
118e4802cb0SJason Chen
1190985dd30SLeon Luoconfig VIDEO_IMX274
1200985dd30SLeon Luo	tristate "Sony IMX274 sensor support"
1214f9d7225SLuca Ceresoli	select REGMAP_I2C
122b60a5b8dSMauro Carvalho Chehab	help
123be9543ecSSakari Ailus	  This is a V4L2 sensor driver for the Sony IMX274
1240985dd30SLeon Luo	  CMOS image sensor.
1250985dd30SLeon Luo
126828dbc29SManivannan Sadhasivamconfig VIDEO_IMX290
127828dbc29SManivannan Sadhasivam	tristate "Sony IMX290 sensor support"
1286de18fa3SIan Kumlien	select REGMAP_I2C
129af73323bSHans de Goede	select V4L2_CCI_I2C
130828dbc29SManivannan Sadhasivam	help
131828dbc29SManivannan Sadhasivam	  This is a Video4Linux2 sensor driver for the Sony
132828dbc29SManivannan Sadhasivam	  IMX290 camera sensor.
133828dbc29SManivannan Sadhasivam
134828dbc29SManivannan Sadhasivam	  To compile this driver as a module, choose M here: the
135828dbc29SManivannan Sadhasivam	  module will be called imx290.
136828dbc29SManivannan Sadhasivam
137cb33db2bSLaurent Pinchartconfig VIDEO_IMX296
138cb33db2bSLaurent Pinchart	tristate "Sony IMX296 sensor support"
139cb33db2bSLaurent Pinchart	help
140cb33db2bSLaurent Pinchart	  This is a Video4Linux2 sensor driver for the Sony
141cb33db2bSLaurent Pinchart	  IMX296 camera.
142cb33db2bSLaurent Pinchart
143cb33db2bSLaurent Pinchart	  To compile this driver as a module, choose M here: the
144cb33db2bSLaurent Pinchart	  module will be called imx296.
145cb33db2bSLaurent Pinchart
1468a89dc62SBingbu Caoconfig VIDEO_IMX319
1478a89dc62SBingbu Cao	tristate "Sony IMX319 sensor support"
1488a89dc62SBingbu Cao	help
1498a89dc62SBingbu Cao	  This is a Video4Linux2 sensor driver for the Sony
1508a89dc62SBingbu Cao	  IMX319 camera.
1518a89dc62SBingbu Cao
1528a89dc62SBingbu Cao	  To compile this driver as a module, choose M here: the
1538a89dc62SBingbu Cao	  module will be called imx319.
1548a89dc62SBingbu Cao
1559746b117SMartina Krastevaconfig VIDEO_IMX334
1569746b117SMartina Krasteva	tristate "Sony IMX334 sensor support"
1579746b117SMartina Krasteva	depends on OF_GPIO
1589746b117SMartina Krasteva	help
1599746b117SMartina Krasteva	  This is a Video4Linux2 sensor driver for the Sony
1609746b117SMartina Krasteva	  IMX334 camera.
1619746b117SMartina Krasteva
1629746b117SMartina Krasteva	  To compile this driver as a module, choose M here: the
1639746b117SMartina Krasteva	  module will be called imx334.
1649746b117SMartina Krasteva
16545d19b5fSMartina Krastevaconfig VIDEO_IMX335
16645d19b5fSMartina Krasteva	tristate "Sony IMX335 sensor support"
16745d19b5fSMartina Krasteva	depends on OF_GPIO
16845d19b5fSMartina Krasteva	help
16945d19b5fSMartina Krasteva	  This is a Video4Linux2 sensor driver for the Sony
17045d19b5fSMartina Krasteva	  IMX335 camera.
17145d19b5fSMartina Krasteva
17245d19b5fSMartina Krasteva	  To compile this driver as a module, choose M here: the
17345d19b5fSMartina Krasteva	  module will be called imx335.
17445d19b5fSMartina Krasteva
175df0b5c4aSBingbu Caoconfig VIDEO_IMX355
176df0b5c4aSBingbu Cao	tristate "Sony IMX355 sensor support"
177df0b5c4aSBingbu Cao	help
178df0b5c4aSBingbu Cao	  This is a Video4Linux2 sensor driver for the Sony
179df0b5c4aSBingbu Cao	  IMX355 camera.
180df0b5c4aSBingbu Cao
181df0b5c4aSBingbu Cao	  To compile this driver as a module, choose M here: the
182df0b5c4aSBingbu Cao	  module will be called imx355.
183df0b5c4aSBingbu Cao
1849214e86cSMartina Krastevaconfig VIDEO_IMX412
1859214e86cSMartina Krasteva	tristate "Sony IMX412 sensor support"
1869214e86cSMartina Krasteva	depends on OF_GPIO
1879214e86cSMartina Krasteva	help
1889214e86cSMartina Krasteva	  This is a Video4Linux2 sensor driver for the Sony
1899214e86cSMartina Krasteva	  IMX412 camera.
1909214e86cSMartina Krasteva
1919214e86cSMartina Krasteva	  To compile this driver as a module, choose M here: the
1929214e86cSMartina Krasteva	  module will be called imx412.
1939214e86cSMartina Krasteva
19414cd15e7SGerald Loackerconfig VIDEO_IMX415
19514cd15e7SGerald Loacker	tristate "Sony IMX415 sensor support"
19614cd15e7SGerald Loacker	depends on OF_GPIO
19714cd15e7SGerald Loacker	help
19814cd15e7SGerald Loacker	  This is a Video4Linux2 sensor driver for the Sony
19914cd15e7SGerald Loacker	  IMX415 camera.
20014cd15e7SGerald Loacker
20114cd15e7SGerald Loacker	  To compile this driver as a module, choose M here: the
20214cd15e7SGerald Loacker	  module will be called imx415.
20314cd15e7SGerald Loacker
2046cdc31b2SMauro Carvalho Chehabconfig VIDEO_MAX9271_LIB
2056cdc31b2SMauro Carvalho Chehab	tristate
2066cdc31b2SMauro Carvalho Chehab
2076cdc31b2SMauro Carvalho Chehabconfig VIDEO_MT9M001
2086cdc31b2SMauro Carvalho Chehab	tristate "mt9m001 support"
2096cdc31b2SMauro Carvalho Chehab	help
2106cdc31b2SMauro Carvalho Chehab	  This driver supports MT9M001 cameras from Micron, monochrome
2116cdc31b2SMauro Carvalho Chehab	  and colour models.
2126cdc31b2SMauro Carvalho Chehab
2136cdc31b2SMauro Carvalho Chehabconfig VIDEO_MT9M111
2146cdc31b2SMauro Carvalho Chehab	tristate "mt9m111, mt9m112 and mt9m131 support"
2156cdc31b2SMauro Carvalho Chehab	help
2166cdc31b2SMauro Carvalho Chehab	  This driver supports MT9M111, MT9M112 and MT9M131 cameras from
2176cdc31b2SMauro Carvalho Chehab	  Micron/Aptina
2186cdc31b2SMauro Carvalho Chehab
2196cdc31b2SMauro Carvalho Chehabconfig VIDEO_MT9P031
2206cdc31b2SMauro Carvalho Chehab	tristate "Aptina MT9P031 support"
2216cdc31b2SMauro Carvalho Chehab	select VIDEO_APTINA_PLL
2226cdc31b2SMauro Carvalho Chehab	help
2236cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the Aptina
2246cdc31b2SMauro Carvalho Chehab	  (Micron) mt9p031 5 Mpixel camera.
2256cdc31b2SMauro Carvalho Chehab
2266cdc31b2SMauro Carvalho Chehabconfig VIDEO_MT9T112
2276cdc31b2SMauro Carvalho Chehab	tristate "Aptina MT9T111/MT9T112 support"
2286cdc31b2SMauro Carvalho Chehab	help
2296cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the Aptina
2306cdc31b2SMauro Carvalho Chehab	  (Micron) MT9T111 and MT9T112 3 Mpixel camera.
2316cdc31b2SMauro Carvalho Chehab
2326cdc31b2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
2336cdc31b2SMauro Carvalho Chehab	  module will be called mt9t112.
2346cdc31b2SMauro Carvalho Chehab
2356cdc31b2SMauro Carvalho Chehabconfig VIDEO_MT9V011
2366cdc31b2SMauro Carvalho Chehab	tristate "Micron mt9v011 sensor support"
2376cdc31b2SMauro Carvalho Chehab	help
2386cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the Micron
2396cdc31b2SMauro Carvalho Chehab	  mt0v011 1.3 Mpixel camera.  It currently only works with the
2406cdc31b2SMauro Carvalho Chehab	  em28xx driver.
2416cdc31b2SMauro Carvalho Chehab
2426cdc31b2SMauro Carvalho Chehabconfig VIDEO_MT9V032
2436cdc31b2SMauro Carvalho Chehab	tristate "Micron MT9V032 sensor support"
2446cdc31b2SMauro Carvalho Chehab	select REGMAP_I2C
2456cdc31b2SMauro Carvalho Chehab	help
2466cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the Micron
2476cdc31b2SMauro Carvalho Chehab	  MT9V032 752x480 CMOS sensor.
2486cdc31b2SMauro Carvalho Chehab
2496cdc31b2SMauro Carvalho Chehabconfig VIDEO_MT9V111
2506cdc31b2SMauro Carvalho Chehab	tristate "Aptina MT9V111 sensor support"
2516cdc31b2SMauro Carvalho Chehab	help
2526cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the Aptina/Micron
2536cdc31b2SMauro Carvalho Chehab	  MT9V111 sensor.
2546cdc31b2SMauro Carvalho Chehab
2556cdc31b2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
2566cdc31b2SMauro Carvalho Chehab	  module will be called mt9v111.
2576cdc31b2SMauro Carvalho Chehab
258472377feSShawn Tuconfig VIDEO_OG01A1B
259472377feSShawn Tu	tristate "OmniVision OG01A1B sensor support"
260472377feSShawn Tu	help
261472377feSShawn Tu	  This is a Video4Linux2 sensor driver for the OmniVision
262472377feSShawn Tu	  OG01A1B camera.
263472377feSShawn Tu
264472377feSShawn Tu	  To compile this driver as a module, choose M here: the
265472377feSShawn Tu	  module will be called og01a1b.
266472377feSShawn Tu
2670827b58dSBingbu Caoconfig VIDEO_OV01A10
2680827b58dSBingbu Cao	tristate "OmniVision OV01A10 sensor support"
2690827b58dSBingbu Cao	help
2700827b58dSBingbu Cao	  This is a Video4Linux2 sensor driver for the OmniVision
2710827b58dSBingbu Cao	  OV01A10 camera.
2720827b58dSBingbu Cao
2730827b58dSBingbu Cao	  To compile this driver as a module, choose M here: the
2740827b58dSBingbu Cao	  module will be called ov01a10.
2750827b58dSBingbu Cao
27691807efbSDongchun Zhuconfig VIDEO_OV02A10
27791807efbSDongchun Zhu	tristate "OmniVision OV02A10 sensor support"
27891807efbSDongchun Zhu	help
27991807efbSDongchun Zhu	  This is a Video4Linux2 sensor driver for the OmniVision
28091807efbSDongchun Zhu	  OV02A10 camera.
28191807efbSDongchun Zhu
28291807efbSDongchun Zhu	  To compile this driver as a module, choose M here: the
28391807efbSDongchun Zhu	  module will be called ov02a10.
28491807efbSDongchun Zhu
2857be91e02SJimmy Suconfig VIDEO_OV08D10
2867be91e02SJimmy Su        tristate "OmniVision OV08D10 sensor support"
2877be91e02SJimmy Su        help
2887be91e02SJimmy Su          This is a Video4Linux2 sensor driver for the OmniVision
2897be91e02SJimmy Su          OV08D10 camera sensor.
2907be91e02SJimmy Su
2917be91e02SJimmy Su          To compile this driver as a module, choose M here: the
2927be91e02SJimmy Su          module will be called ov08d10.
2937be91e02SJimmy Su
29438fc5136SShawn Tuconfig VIDEO_OV08X40
29538fc5136SShawn Tu	tristate "OmniVision OV08X40 sensor support"
29638fc5136SShawn Tu	help
29738fc5136SShawn Tu	  This is a Video4Linux2 sensor driver for the OmniVision
29838fc5136SShawn Tu	  OV08X40 camera.
29938fc5136SShawn Tu
30038fc5136SShawn Tu	  To compile this driver as a module, choose M here: the
30138fc5136SShawn Tu	  module will be called ov08x40.
30238fc5136SShawn Tu
3036cdc31b2SMauro Carvalho Chehabconfig VIDEO_OV13858
3046cdc31b2SMauro Carvalho Chehab	tristate "OmniVision OV13858 sensor support"
3056cdc31b2SMauro Carvalho Chehab	help
3066cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the OmniVision
3076cdc31b2SMauro Carvalho Chehab	  OV13858 camera.
3086cdc31b2SMauro Carvalho Chehab
3096cdc31b2SMauro Carvalho Chehabconfig VIDEO_OV13B10
3106cdc31b2SMauro Carvalho Chehab	tristate "OmniVision OV13B10 sensor support"
3116cdc31b2SMauro Carvalho Chehab	help
3126cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the OmniVision
3136cdc31b2SMauro Carvalho Chehab	  OV13B10 camera.
3146cdc31b2SMauro Carvalho Chehab
31534aa8879SHans Verkuilconfig VIDEO_OV2640
31634aa8879SHans Verkuil	tristate "OmniVision OV2640 sensor support"
31734aa8879SHans Verkuil	help
318be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
31934aa8879SHans Verkuil	  OV2640 camera.
32034aa8879SHans Verkuil
32134aa8879SHans Verkuil	  To compile this driver as a module, choose M here: the
32234aa8879SHans Verkuil	  module will be called ov2640.
32334aa8879SHans Verkuil
324c4c0283aSBenoit Parrotconfig VIDEO_OV2659
325c4c0283aSBenoit Parrot	tristate "OmniVision OV2659 sensor support"
32611ec2c45SSakari Ailus	depends on GPIOLIB
327b60a5b8dSMauro Carvalho Chehab	help
328be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
329c4c0283aSBenoit Parrot	  OV2659 camera.
330c4c0283aSBenoit Parrot
331c4c0283aSBenoit Parrot	  To compile this driver as a module, choose M here: the
332c4c0283aSBenoit Parrot	  module will be called ov2659.
333c4c0283aSBenoit Parrot
3343ee47cadSRui Miguel Silvaconfig VIDEO_OV2680
3353ee47cadSRui Miguel Silva	tristate "OmniVision OV2680 sensor support"
3369289998eSHans de Goede	select V4L2_CCI_I2C
337b60a5b8dSMauro Carvalho Chehab	help
3383ee47cadSRui Miguel Silva	  This is a Video4Linux2 sensor driver for the OmniVision
3393ee47cadSRui Miguel Silva	  OV2680 camera.
3403ee47cadSRui Miguel Silva
3413ee47cadSRui Miguel Silva	  To compile this driver as a module, choose M here: the
3423ee47cadSRui Miguel Silva	  module will be called ov2680.
3433ee47cadSRui Miguel Silva
344e3861d91SShunqian Zhengconfig VIDEO_OV2685
345e3861d91SShunqian Zheng	tristate "OmniVision OV2685 sensor support"
346b60a5b8dSMauro Carvalho Chehab	help
347be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
348e3861d91SShunqian Zheng	  OV2685 camera.
349e3861d91SShunqian Zheng
350e3861d91SShunqian Zheng	  To compile this driver as a module, choose M here: the
351e3861d91SShunqian Zheng	  module will be called ov2685.
352e3861d91SShunqian Zheng
353866edc89SBingbu Caoconfig VIDEO_OV2740
354866edc89SBingbu Cao	tristate "OmniVision OV2740 sensor support"
3551e8d3bbcSBingbu Cao	depends on ACPI || COMPILE_TEST
356e0f822f8SSergey Senozhatsky	select REGMAP_I2C
357866edc89SBingbu Cao	help
358866edc89SBingbu Cao	  This is a Video4Linux2 sensor driver for the OmniVision
359866edc89SBingbu Cao	  OV2740 camera.
360866edc89SBingbu Cao
361866edc89SBingbu Cao	  To compile this driver as a module, choose M here: the
362866edc89SBingbu Cao	  module will be called ov2740.
363866edc89SBingbu Cao
36432a437dbSMikhail Rudenkoconfig VIDEO_OV4689
36532a437dbSMikhail Rudenko	tristate "OmniVision OV4689 sensor support"
36611ec2c45SSakari Ailus	depends on GPIOLIB
36732a437dbSMikhail Rudenko	help
36832a437dbSMikhail Rudenko	  This is a Video4Linux2 sensor-level driver for the OmniVision
36932a437dbSMikhail Rudenko	  OV4689 camera.
37032a437dbSMikhail Rudenko
37132a437dbSMikhail Rudenko	  To compile this driver as a module, choose M here: the
37232a437dbSMikhail Rudenko	  module will be called ov4689.
37332a437dbSMikhail Rudenko
37419a81c14SSteve Longerbeamconfig VIDEO_OV5640
37519a81c14SSteve Longerbeam	tristate "OmniVision OV5640 sensor support"
37619a81c14SSteve Longerbeam	depends on OF
37711ec2c45SSakari Ailus	depends on GPIOLIB
378b60a5b8dSMauro Carvalho Chehab	help
379be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the Omnivision
38019a81c14SSteve Longerbeam	  OV5640 camera sensor with a MIPI CSI-2 interface.
38119a81c14SSteve Longerbeam
3829cae9722STodor Tomovconfig VIDEO_OV5645
3839cae9722STodor Tomov	tristate "OmniVision OV5645 sensor support"
3849cae9722STodor Tomov	depends on OF
385b60a5b8dSMauro Carvalho Chehab	help
386be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
3879cae9722STodor Tomov	  OV5645 camera.
3889cae9722STodor Tomov
3899cae9722STodor Tomov	  To compile this driver as a module, choose M here: the
3909cae9722STodor Tomov	  module will be called ov5645.
3919cae9722STodor Tomov
3923c2472a3SRamiro Oliveiraconfig VIDEO_OV5647
3933c2472a3SRamiro Oliveira	tristate "OmniVision OV5647 sensor support"
394b60a5b8dSMauro Carvalho Chehab	help
395be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
3963c2472a3SRamiro Oliveira	  OV5647 camera.
3973c2472a3SRamiro Oliveira
3983c2472a3SRamiro Oliveira	  To compile this driver as a module, choose M here: the
3993c2472a3SRamiro Oliveira	  module will be called ov5647.
4003c2472a3SRamiro Oliveira
401e43ccb0aSPaul Kocialkowskiconfig VIDEO_OV5648
402e43ccb0aSPaul Kocialkowski	tristate "OmniVision OV5648 sensor support"
40311ec2c45SSakari Ailus	depends on PM
404e43ccb0aSPaul Kocialkowski	help
405e43ccb0aSPaul Kocialkowski	  This is a Video4Linux2 sensor driver for the OmniVision
406e43ccb0aSPaul Kocialkowski	  OV5648 camera.
407e43ccb0aSPaul Kocialkowski
408e43ccb0aSPaul Kocialkowski	  To compile this driver as a module, choose M here: the
409e43ccb0aSPaul Kocialkowski	  module will be called ov5648.
410e43ccb0aSPaul Kocialkowski
4115de35c9bSChiranjeevi Rapoluconfig VIDEO_OV5670
4125de35c9bSChiranjeevi Rapolu	tristate "OmniVision OV5670 sensor support"
413b60a5b8dSMauro Carvalho Chehab	help
414be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
4155de35c9bSChiranjeevi Rapolu	  OV5670 camera.
4165de35c9bSChiranjeevi Rapolu
4175de35c9bSChiranjeevi Rapolu	  To compile this driver as a module, choose M here: the
4185de35c9bSChiranjeevi Rapolu	  module will be called ov5670.
4195de35c9bSChiranjeevi Rapolu
420bf27502bSShawn Tuconfig VIDEO_OV5675
421bf27502bSShawn Tu	tristate "OmniVision OV5675 sensor support"
422bf27502bSShawn Tu	help
423bf27502bSShawn Tu	  This is a Video4Linux2 sensor driver for the OmniVision
424bf27502bSShawn Tu	  OV5675 camera.
425bf27502bSShawn Tu
426bf27502bSShawn Tu	  To compile this driver as a module, choose M here: the
427bf27502bSShawn Tu	  module will be called ov5675.
428bf27502bSShawn Tu
42989aef879SDaniel Scallyconfig VIDEO_OV5693
43089aef879SDaniel Scally	tristate "OmniVision OV5693 sensor support"
431f3a5e2ccSHans de Goede	select V4L2_CCI_I2C
43289aef879SDaniel Scally	help
43389aef879SDaniel Scally	  This is a Video4Linux2 sensor driver for the OmniVision
43489aef879SDaniel Scally	  OV5693 camera.
43589aef879SDaniel Scally
43689aef879SDaniel Scally	  To compile this driver as a module, choose M here: the
43789aef879SDaniel Scally	  module will be called ov5693.
43889aef879SDaniel Scally
4398a77009bSShunqian Zhengconfig VIDEO_OV5695
4408a77009bSShunqian Zheng	tristate "OmniVision OV5695 sensor support"
441b60a5b8dSMauro Carvalho Chehab	help
442be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
4438a77009bSShunqian Zheng	  OV5695 camera.
4448a77009bSShunqian Zheng
4458a77009bSShunqian Zheng	  To compile this driver as a module, choose M here: the
4468a77009bSShunqian Zheng	  module will be called ov5695.
4478a77009bSShunqian Zheng
4486cdc31b2SMauro Carvalho Chehabconfig VIDEO_OV6650
4496cdc31b2SMauro Carvalho Chehab	tristate "OmniVision OV6650 sensor support"
4506cdc31b2SMauro Carvalho Chehab	help
4516cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the OmniVision
4526cdc31b2SMauro Carvalho Chehab	  OV6650 camera.
4536cdc31b2SMauro Carvalho Chehab
4546cdc31b2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
4556cdc31b2SMauro Carvalho Chehab	  module will be called ov6650.
4566cdc31b2SMauro Carvalho Chehab
457d30bb512STodor Tomovconfig VIDEO_OV7251
458d30bb512STodor Tomov	tristate "OmniVision OV7251 sensor support"
459d30bb512STodor Tomov	help
460be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
461d30bb512STodor Tomov	  OV7251 camera.
462d30bb512STodor Tomov
463d30bb512STodor Tomov	  To compile this driver as a module, choose M here: the
464d30bb512STodor Tomov	  module will be called ov7251.
465d30bb512STodor Tomov
466ec367c3cSHans Verkuilconfig VIDEO_OV7640
467ec367c3cSHans Verkuil	tristate "OmniVision OV7640 sensor support"
468b60a5b8dSMauro Carvalho Chehab	help
469be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
470ec367c3cSHans Verkuil	  OV7640 camera.
471ec367c3cSHans Verkuil
472ec367c3cSHans Verkuil	  To compile this driver as a module, choose M here: the
473ec367c3cSHans Verkuil	  module will be called ov7640.
474ec367c3cSHans Verkuil
475cb7a01acSMauro Carvalho Chehabconfig VIDEO_OV7670
476cb7a01acSMauro Carvalho Chehab	tristate "OmniVision OV7670 sensor support"
477b60a5b8dSMauro Carvalho Chehab	help
478be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
479cb7a01acSMauro Carvalho Chehab	  OV7670 VGA camera.  It currently only works with the M88ALP01
480cb7a01acSMauro Carvalho Chehab	  controller.
481cb7a01acSMauro Carvalho Chehab
4826cdc31b2SMauro Carvalho Chehabconfig VIDEO_OV772X
4836cdc31b2SMauro Carvalho Chehab	tristate "OmniVision OV772x sensor support"
4846cdc31b2SMauro Carvalho Chehab	select REGMAP_SCCB
4856cdc31b2SMauro Carvalho Chehab	help
4866cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the OmniVision
4876cdc31b2SMauro Carvalho Chehab	  OV772x camera.
4886cdc31b2SMauro Carvalho Chehab
4896cdc31b2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
4906cdc31b2SMauro Carvalho Chehab	  module will be called ov772x.
4916cdc31b2SMauro Carvalho Chehab
49239c5c447SWenyou Yangconfig VIDEO_OV7740
49339c5c447SWenyou Yang	tristate "OmniVision OV7740 sensor support"
494fd210e31SRaag Jadav	select REGMAP_SCCB
495b60a5b8dSMauro Carvalho Chehab	help
496be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
49739c5c447SWenyou Yang	  OV7740 VGA camera sensor.
49839c5c447SWenyou Yang
499879347f0SBen Kaoconfig VIDEO_OV8856
500879347f0SBen Kao	tristate "OmniVision OV8856 sensor support"
501879347f0SBen Kao	help
502879347f0SBen Kao	  This is a Video4Linux2 sensor driver for the OmniVision
503879347f0SBen Kao	  OV8856 camera sensor.
504879347f0SBen Kao
505879347f0SBen Kao	  To compile this driver as a module, choose M here: the
506879347f0SBen Kao	  module will be called ov8856.
507879347f0SBen Kao
508e14d3ac8SNicholas Rothconfig VIDEO_OV8858
509e14d3ac8SNicholas Roth	tristate "OmniVision OV8858 sensor support"
51011ec2c45SSakari Ailus	depends on PM
511e14d3ac8SNicholas Roth	help
512e14d3ac8SNicholas Roth	  This is a Video4Linux2 sensor driver for OmniVision
513e14d3ac8SNicholas Roth	  OV8858 camera sensor.
514e14d3ac8SNicholas Roth
515e14d3ac8SNicholas Roth	  To compile this driver as a module, choose M here: the
516e14d3ac8SNicholas Roth	  module will be called ov8858.
517e14d3ac8SNicholas Roth
51811c0d8fdSPaul Kocialkowskiconfig VIDEO_OV8865
51911c0d8fdSPaul Kocialkowski	tristate "OmniVision OV8865 sensor support"
52011ec2c45SSakari Ailus	depends on PM
52111c0d8fdSPaul Kocialkowski	help
52211c0d8fdSPaul Kocialkowski	  This is a Video4Linux2 sensor driver for OmniVision
52311c0d8fdSPaul Kocialkowski	  OV8865 camera sensor.
52411c0d8fdSPaul Kocialkowski
52511c0d8fdSPaul Kocialkowski	  To compile this driver as a module, choose M here: the
52611c0d8fdSPaul Kocialkowski	  module will be called ov8865.
52711c0d8fdSPaul Kocialkowski
52814ea315bSMartina Krastevaconfig VIDEO_OV9282
52914ea315bSMartina Krasteva	tristate "OmniVision OV9282 sensor support"
53014ea315bSMartina Krasteva	depends on OF_GPIO
53114ea315bSMartina Krasteva	help
53214ea315bSMartina Krasteva	  This is a Video4Linux2 sensor driver for the OmniVision
53314ea315bSMartina Krasteva	  OV9282 camera sensor.
53414ea315bSMartina Krasteva
53514ea315bSMartina Krasteva	  To compile this driver as a module, choose M here: the
53614ea315bSMartina Krasteva	  module will be called ov9282.
53714ea315bSMartina Krasteva
53857b0ad9eSPetr Cvekconfig VIDEO_OV9640
53957b0ad9eSPetr Cvek	tristate "OmniVision OV9640 sensor support"
54057b0ad9eSPetr Cvek	help
54157b0ad9eSPetr Cvek	  This is a Video4Linux2 sensor driver for the OmniVision
54257b0ad9eSPetr Cvek	  OV9640 camera sensor.
54357b0ad9eSPetr Cvek
54484a15dedSSylwester Nawrockiconfig VIDEO_OV9650
54584a15dedSSylwester Nawrocki	tristate "OmniVision OV9650/OV9652 sensor support"
546361f3803SAkinobu Mita	select REGMAP_SCCB
547b60a5b8dSMauro Carvalho Chehab	help
548be9543ecSSakari Ailus	  This is a V4L2 sensor driver for the Omnivision
54984a15dedSSylwester Nawrocki	  OV9650 and OV9652 camera sensors.
55084a15dedSSylwester Nawrocki
551d3f863a6STianshu Qiuconfig VIDEO_OV9734
552d3f863a6STianshu Qiu	tristate "OmniVision OV9734 sensor support"
553d3f863a6STianshu Qiu	depends on ACPI || COMPILE_TEST
554d3f863a6STianshu Qiu	help
555d3f863a6STianshu Qiu	  This is a Video4Linux2 sensor driver for the OmniVision
556d3f863a6STianshu Qiu	  OV9734 camera.
557d3f863a6STianshu Qiu
558d3f863a6STianshu Qiu	  To compile this driver as a module, choose M here: the
559d3f863a6STianshu Qiu	  module's name is ov9734.
560d3f863a6STianshu Qiu
56134009bffSJacopo Mondiconfig VIDEO_RDACM20
56234009bffSJacopo Mondi	tristate "IMI RDACM20 camera support"
5637f03d9feSJacopo Mondi	select VIDEO_MAX9271_LIB
56434009bffSJacopo Mondi	help
56534009bffSJacopo Mondi	  This driver supports the IMI RDACM20 GMSL camera, used in
56634009bffSJacopo Mondi	  ADAS systems.
56734009bffSJacopo Mondi
56834009bffSJacopo Mondi	  This camera should be used in conjunction with a GMSL
56934009bffSJacopo Mondi	  deserialiser such as the MAX9286.
57034009bffSJacopo Mondi
571a59f853bSJacopo Mondiconfig VIDEO_RDACM21
572a59f853bSJacopo Mondi	tristate "IMI RDACM21 camera support"
5737f03d9feSJacopo Mondi	select VIDEO_MAX9271_LIB
574a59f853bSJacopo Mondi	help
575a59f853bSJacopo Mondi	  This driver supports the IMI RDACM21 GMSL camera, used in
576a59f853bSJacopo Mondi	  ADAS systems.
577a59f853bSJacopo Mondi
578a59f853bSJacopo Mondi	  This camera should be used in conjunction with a GMSL
579a59f853bSJacopo Mondi	  deserialiser such as the MAX9286.
580a59f853bSJacopo Mondi
5818cba1ae6SJacopo Mondiconfig VIDEO_RJ54N1
5828cba1ae6SJacopo Mondi	tristate "Sharp RJ54N1CB0C sensor support"
5838cba1ae6SJacopo Mondi	help
584be9543ecSSakari Ailus	  This is a V4L2 sensor driver for Sharp RJ54N1CB0C CMOS image
5858cba1ae6SJacopo Mondi	  sensor.
5868cba1ae6SJacopo Mondi
5878cba1ae6SJacopo Mondi	  To compile this driver as a module, choose M here: the
5888cba1ae6SJacopo Mondi	  module will be called rj54n1.
5898cba1ae6SJacopo Mondi
5906cdc31b2SMauro Carvalho Chehabconfig VIDEO_S5C73M3
5916cdc31b2SMauro Carvalho Chehab	tristate "Samsung S5C73M3 sensor support"
59211ec2c45SSakari Ailus	depends on SPI
593b60a5b8dSMauro Carvalho Chehab	help
5946cdc31b2SMauro Carvalho Chehab	  This is a V4L2 sensor driver for Samsung S5C73M3
5956cdc31b2SMauro Carvalho Chehab	  8 Mpixel camera.
596814b4dd9SSylwester Nawrocki
5977d459937SAndrzej Hajdaconfig VIDEO_S5K5BAF
5987d459937SAndrzej Hajda	tristate "Samsung S5K5BAF sensor support"
599b60a5b8dSMauro Carvalho Chehab	help
600be9543ecSSakari Ailus	  This is a V4L2 sensor driver for Samsung S5K5BAF 2M
6017d459937SAndrzej Hajda	  camera sensor with an embedded SoC image signal processor.
6027d459937SAndrzej Hajda
6036cdc31b2SMauro Carvalho Chehabconfig VIDEO_S5K6A3
6046cdc31b2SMauro Carvalho Chehab	tristate "Samsung S5K6A3 sensor support"
605b60a5b8dSMauro Carvalho Chehab	help
6066cdc31b2SMauro Carvalho Chehab	  This is a V4L2 sensor driver for Samsung S5K6A3 raw
6076cdc31b2SMauro Carvalho Chehab	  camera sensor.
6086cdc31b2SMauro Carvalho Chehab
609153e4ad4SBenjamin Mugnierconfig VIDEO_ST_VGXY61
610153e4ad4SBenjamin Mugnier	tristate "ST VGXY61 sensor support"
61111ec2c45SSakari Ailus	depends on OF && GPIOLIB
612153e4ad4SBenjamin Mugnier	help
613153e4ad4SBenjamin Mugnier	  This is a Video4Linux2 sensor driver for the ST VGXY61
614153e4ad4SBenjamin Mugnier	  camera sensor.
615153e4ad4SBenjamin Mugnier
6166cdc31b2SMauro Carvalho Chehabsource "drivers/media/i2c/ccs/Kconfig"
6176cdc31b2SMauro Carvalho Chehabsource "drivers/media/i2c/et8ek8/Kconfig"
618cac47f18SAndrzej Hajda
6197d3c7d2aSSakari Ailusendif
6205c57ae64SMauro Carvalho Chehab
6215c57ae64SMauro Carvalho Chehabmenu "Lens drivers"
6225c57ae64SMauro Carvalho Chehab	visible if MEDIA_CAMERA_SUPPORT
6230d0d87fbSSakari Ailus
6240d0d87fbSSakari Ailusconfig VIDEO_AD5820
6250d0d87fbSSakari Ailus	tristate "AD5820 lens voice coil support"
6269958d30fSMauro Carvalho Chehab	depends on GPIOLIB && I2C && VIDEO_DEV
62732a363d0SMauro Carvalho Chehab	select MEDIA_CONTROLLER
628ff3cc65cSSakari Ailus	select V4L2_ASYNC
629b60a5b8dSMauro Carvalho Chehab	help
6300d0d87fbSSakari Ailus	  This is a driver for the AD5820 camera lens voice coil.
6310d0d87fbSSakari Ailus	  It is used for example in Nokia N900 (RX-51).
6320d0d87fbSSakari Ailus
6330d0d87fbSSakari Ailusconfig VIDEO_AK7375
6340d0d87fbSSakari Ailus	tristate "AK7375 lens voice coil support"
6359958d30fSMauro Carvalho Chehab	depends on I2C && VIDEO_DEV
63632a363d0SMauro Carvalho Chehab	select MEDIA_CONTROLLER
63732a363d0SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
638ff3cc65cSSakari Ailus	select V4L2_ASYNC
6390d0d87fbSSakari Ailus	help
6400d0d87fbSSakari Ailus	  This is a driver for the AK7375 camera lens voice coil.
6410d0d87fbSSakari Ailus	  AK7375 is a 12 bit DAC with 120mA output current sink
6420d0d87fbSSakari Ailus	  capability. This is designed for linear control of
6430d0d87fbSSakari Ailus	  voice coil motors, controlled via I2C serial interface.
6440d0d87fbSSakari Ailus
6450d0d87fbSSakari Ailusconfig VIDEO_DW9714
6460d0d87fbSSakari Ailus	tristate "DW9714 lens voice coil support"
6479958d30fSMauro Carvalho Chehab	depends on I2C && VIDEO_DEV
64832a363d0SMauro Carvalho Chehab	select MEDIA_CONTROLLER
64932a363d0SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
650ff3cc65cSSakari Ailus	select V4L2_ASYNC
651b60a5b8dSMauro Carvalho Chehab	help
6520d0d87fbSSakari Ailus	  This is a driver for the DW9714 camera lens voice coil.
6530d0d87fbSSakari Ailus	  DW9714 is a 10 bit DAC with 120mA output current sink
6540d0d87fbSSakari Ailus	  capability. This is designed for linear control of
6550d0d87fbSSakari Ailus	  voice coil motors, controlled via I2C serial interface.
6560d0d87fbSSakari Ailus
657fed60fc5SDaniel Scallyconfig VIDEO_DW9719
658fed60fc5SDaniel Scally	tristate "DW9719 lens voice coil support"
659fed60fc5SDaniel Scally	depends on I2C && VIDEO_DEV
660fed60fc5SDaniel Scally	select MEDIA_CONTROLLER
661fed60fc5SDaniel Scally	select VIDEO_V4L2_SUBDEV_API
662fed60fc5SDaniel Scally	select V4L2_ASYNC
663fed60fc5SDaniel Scally	select V4L2_CCI_I2C
664fed60fc5SDaniel Scally	help
665fed60fc5SDaniel Scally	  This is a driver for the DW9719 camera lens voice coil.
666fed60fc5SDaniel Scally	  This is designed for linear control of voice coil motors,
667fed60fc5SDaniel Scally	  controlled via I2C serial interface.
668fed60fc5SDaniel Scally
66985989122SDongchun Zhuconfig VIDEO_DW9768
67085989122SDongchun Zhu	tristate "DW9768 lens voice coil support"
6719958d30fSMauro Carvalho Chehab	depends on I2C && VIDEO_DEV
67285989122SDongchun Zhu	select MEDIA_CONTROLLER
67385989122SDongchun Zhu	select VIDEO_V4L2_SUBDEV_API
67485989122SDongchun Zhu	select V4L2_FWNODE
67585989122SDongchun Zhu	help
67685989122SDongchun Zhu	  This is a driver for the DW9768 camera lens voice coil.
67785989122SDongchun Zhu	  DW9768 is a 10 bit DAC with 100mA output current sink
67885989122SDongchun Zhu	  capability. This is designed for linear control of
67985989122SDongchun Zhu	  voice coil motors, controlled via I2C serial interface.
68085989122SDongchun Zhu
6810d0d87fbSSakari Ailusconfig VIDEO_DW9807_VCM
6820d0d87fbSSakari Ailus	tristate "DW9807 lens voice coil support"
6839958d30fSMauro Carvalho Chehab	depends on I2C && VIDEO_DEV
68432a363d0SMauro Carvalho Chehab	select MEDIA_CONTROLLER
68532a363d0SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
686ff3cc65cSSakari Ailus	select V4L2_ASYNC
687b60a5b8dSMauro Carvalho Chehab	help
6880d0d87fbSSakari Ailus	  This is a driver for the DW9807 camera lens voice coil.
6890d0d87fbSSakari Ailus	  DW9807 is a 10 bit DAC with 100mA output current sink
6900d0d87fbSSakari Ailus	  capability. This is designed for linear control of
6910d0d87fbSSakari Ailus	  voice coil motors, controlled via I2C serial interface.
6920d0d87fbSSakari Ailus
6935c57ae64SMauro Carvalho Chehabendmenu
6948f4ac27aSSakari Ailus
6955c57ae64SMauro Carvalho Chehabmenu "Flash devices"
6965c57ae64SMauro Carvalho Chehab	visible if MEDIA_CAMERA_SUPPORT
697cb7a01acSMauro Carvalho Chehab
698cb7a01acSMauro Carvalho Chehabconfig VIDEO_ADP1653
699cb7a01acSMauro Carvalho Chehab	tristate "ADP1653 flash support"
7009958d30fSMauro Carvalho Chehab	depends on I2C && VIDEO_DEV
70132a363d0SMauro Carvalho Chehab	select MEDIA_CONTROLLER
702ff3cc65cSSakari Ailus	select V4L2_ASYNC
703b60a5b8dSMauro Carvalho Chehab	help
704cb7a01acSMauro Carvalho Chehab	  This is a driver for the ADP1653 flash controller. It is used for
705cb7a01acSMauro Carvalho Chehab	  example in Nokia N900.
706cb7a01acSMauro Carvalho Chehab
7077f6b11a1SDaniel Jeongconfig VIDEO_LM3560
7087f6b11a1SDaniel Jeong	tristate "LM3560 dual flash driver support"
7099958d30fSMauro Carvalho Chehab	depends on I2C && VIDEO_DEV
71032a363d0SMauro Carvalho Chehab	select MEDIA_CONTROLLER
7117f6b11a1SDaniel Jeong	select REGMAP_I2C
712ff3cc65cSSakari Ailus	select V4L2_ASYNC
713b60a5b8dSMauro Carvalho Chehab	help
7147f6b11a1SDaniel Jeong	  This is a driver for the lm3560 dual flash controllers. It controls
7157f6b11a1SDaniel Jeong	  flash, torch LEDs.
7167f6b11a1SDaniel Jeong
717dc76df5dSDaniel Jeongconfig VIDEO_LM3646
718dc76df5dSDaniel Jeong	tristate "LM3646 dual flash driver support"
7199958d30fSMauro Carvalho Chehab	depends on I2C && VIDEO_DEV
72032a363d0SMauro Carvalho Chehab	select MEDIA_CONTROLLER
721dc76df5dSDaniel Jeong	select REGMAP_I2C
722ff3cc65cSSakari Ailus	select V4L2_ASYNC
723b60a5b8dSMauro Carvalho Chehab	help
724dc76df5dSDaniel Jeong	  This is a driver for the lm3646 dual flash controllers. It controls
725dc76df5dSDaniel Jeong	  flash, torch LEDs.
7266cdc31b2SMauro Carvalho Chehab
7275c57ae64SMauro Carvalho Chehabendmenu
72832a363d0SMauro Carvalho Chehab
729d94304f2SMauro Carvalho Chehab#
730d94304f2SMauro Carvalho Chehab# V4L2 I2C drivers that aren't related with Camera support
731d94304f2SMauro Carvalho Chehab#
732d94304f2SMauro Carvalho Chehab
733d94304f2SMauro Carvalho Chehabcomment "audio, video and radio I2C drivers auto-selected by 'Autoselect ancillary drivers'"
734d94304f2SMauro Carvalho Chehab	depends on MEDIA_HIDE_ANCILLARY_SUBDRV
735d94304f2SMauro Carvalho Chehab#
736d94304f2SMauro Carvalho Chehab# Encoder / Decoder module configuration
737d94304f2SMauro Carvalho Chehab#
738d94304f2SMauro Carvalho Chehab
739d94304f2SMauro Carvalho Chehabmenu "Audio decoders, processors and mixers"
740d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
741d94304f2SMauro Carvalho Chehab
742d94304f2SMauro Carvalho Chehabconfig VIDEO_CS3308
743d94304f2SMauro Carvalho Chehab	tristate "Cirrus Logic CS3308 audio ADC"
744d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
745d94304f2SMauro Carvalho Chehab	help
746d94304f2SMauro Carvalho Chehab	  Support for the Cirrus Logic CS3308 High Performance 8-Channel
747d94304f2SMauro Carvalho Chehab	  Analog Volume Control
748d94304f2SMauro Carvalho Chehab
749d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
750d94304f2SMauro Carvalho Chehab	  module will be called cs3308.
751d94304f2SMauro Carvalho Chehab
752d94304f2SMauro Carvalho Chehabconfig VIDEO_CS5345
753d94304f2SMauro Carvalho Chehab	tristate "Cirrus Logic CS5345 audio ADC"
754d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
755d94304f2SMauro Carvalho Chehab	help
756d94304f2SMauro Carvalho Chehab	  Support for the Cirrus Logic CS5345 24-bit, 192 kHz
757d94304f2SMauro Carvalho Chehab	  stereo A/D converter.
758d94304f2SMauro Carvalho Chehab
759d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
760d94304f2SMauro Carvalho Chehab	  module will be called cs5345.
761d94304f2SMauro Carvalho Chehab
762d94304f2SMauro Carvalho Chehabconfig VIDEO_CS53L32A
763d94304f2SMauro Carvalho Chehab	tristate "Cirrus Logic CS53L32A audio ADC"
764d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
765d94304f2SMauro Carvalho Chehab	help
766d94304f2SMauro Carvalho Chehab	  Support for the Cirrus Logic CS53L32A low voltage
767d94304f2SMauro Carvalho Chehab	  stereo A/D converter.
768d94304f2SMauro Carvalho Chehab
769d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
770d94304f2SMauro Carvalho Chehab	  module will be called cs53l32a.
771d94304f2SMauro Carvalho Chehab
772d94304f2SMauro Carvalho Chehabconfig VIDEO_MSP3400
773d94304f2SMauro Carvalho Chehab	tristate "Micronas MSP34xx audio decoders"
774d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
775d94304f2SMauro Carvalho Chehab	help
776d94304f2SMauro Carvalho Chehab	  Support for the Micronas MSP34xx series of audio decoders.
777d94304f2SMauro Carvalho Chehab
778d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
779d94304f2SMauro Carvalho Chehab	  module will be called msp3400.
780d94304f2SMauro Carvalho Chehab
781d94304f2SMauro Carvalho Chehabconfig VIDEO_SONY_BTF_MPX
782d94304f2SMauro Carvalho Chehab	tristate "Sony BTF's internal MPX"
783d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
784d94304f2SMauro Carvalho Chehab	help
785d94304f2SMauro Carvalho Chehab	  Support for the internal MPX of the Sony BTF-PG472Z tuner.
786d94304f2SMauro Carvalho Chehab
787d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
788d94304f2SMauro Carvalho Chehab	  module will be called sony-btf-mpx.
789d94304f2SMauro Carvalho Chehab
790d94304f2SMauro Carvalho Chehabconfig VIDEO_TDA1997X
791d94304f2SMauro Carvalho Chehab	tristate "NXP TDA1997x HDMI receiver"
792d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
793d94304f2SMauro Carvalho Chehab	depends on SND_SOC
794d94304f2SMauro Carvalho Chehab	select HDMI
795d94304f2SMauro Carvalho Chehab	select SND_PCM
796d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
797d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
798d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
799d94304f2SMauro Carvalho Chehab	help
800d94304f2SMauro Carvalho Chehab	  V4L2 subdevice driver for the NXP TDA1997x HDMI receivers.
801d94304f2SMauro Carvalho Chehab
802d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
803d94304f2SMauro Carvalho Chehab	  module will be called tda1997x.
804d94304f2SMauro Carvalho Chehab
805d94304f2SMauro Carvalho Chehabconfig VIDEO_TDA7432
806d94304f2SMauro Carvalho Chehab	tristate "Philips TDA7432 audio processor"
807d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
808d94304f2SMauro Carvalho Chehab	help
809d94304f2SMauro Carvalho Chehab	  Support for tda7432 audio decoder chip found on some bt8xx boards.
810d94304f2SMauro Carvalho Chehab
811d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
812d94304f2SMauro Carvalho Chehab	  module will be called tda7432.
813d94304f2SMauro Carvalho Chehab
814d94304f2SMauro Carvalho Chehabconfig VIDEO_TDA9840
815d94304f2SMauro Carvalho Chehab	tristate "Philips TDA9840 audio processor"
816d94304f2SMauro Carvalho Chehab	depends on I2C
817d94304f2SMauro Carvalho Chehab	help
818d94304f2SMauro Carvalho Chehab	  Support for tda9840 audio decoder chip found on some Zoran boards.
819d94304f2SMauro Carvalho Chehab
820d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
821d94304f2SMauro Carvalho Chehab	  module will be called tda9840.
822d94304f2SMauro Carvalho Chehab
823d94304f2SMauro Carvalho Chehabconfig VIDEO_TEA6415C
824d94304f2SMauro Carvalho Chehab	tristate "Philips TEA6415C audio processor"
825d94304f2SMauro Carvalho Chehab	depends on I2C
826d94304f2SMauro Carvalho Chehab	help
827d94304f2SMauro Carvalho Chehab	  Support for tea6415c audio decoder chip found on some bt8xx boards.
828d94304f2SMauro Carvalho Chehab
829d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
830d94304f2SMauro Carvalho Chehab	  module will be called tea6415c.
831d94304f2SMauro Carvalho Chehab
832d94304f2SMauro Carvalho Chehabconfig VIDEO_TEA6420
833d94304f2SMauro Carvalho Chehab	tristate "Philips TEA6420 audio processor"
834d94304f2SMauro Carvalho Chehab	depends on I2C
835d94304f2SMauro Carvalho Chehab	help
836d94304f2SMauro Carvalho Chehab	  Support for tea6420 audio decoder chip found on some bt8xx boards.
837d94304f2SMauro Carvalho Chehab
838d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
839d94304f2SMauro Carvalho Chehab	  module will be called tea6420.
840d94304f2SMauro Carvalho Chehab
841d94304f2SMauro Carvalho Chehabconfig VIDEO_TLV320AIC23B
842d94304f2SMauro Carvalho Chehab	tristate "Texas Instruments TLV320AIC23B audio codec"
843d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
844d94304f2SMauro Carvalho Chehab	help
845d94304f2SMauro Carvalho Chehab	  Support for the Texas Instruments TLV320AIC23B audio codec.
846d94304f2SMauro Carvalho Chehab
847d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
848d94304f2SMauro Carvalho Chehab	  module will be called tlv320aic23b.
849d94304f2SMauro Carvalho Chehab
850d94304f2SMauro Carvalho Chehabconfig VIDEO_TVAUDIO
851d94304f2SMauro Carvalho Chehab	tristate "Simple audio decoder chips"
852d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
853d94304f2SMauro Carvalho Chehab	help
854d94304f2SMauro Carvalho Chehab	  Support for several audio decoder chips found on some bt8xx boards:
855d94304f2SMauro Carvalho Chehab	  Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
856d94304f2SMauro Carvalho Chehab		   tea6320, tea6420, tda8425, ta8874z.
857d94304f2SMauro Carvalho Chehab	  Microchip: pic16c54 based design on ProVideo PV951 board.
858d94304f2SMauro Carvalho Chehab
859d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
860d94304f2SMauro Carvalho Chehab	  module will be called tvaudio.
861d94304f2SMauro Carvalho Chehab
862d94304f2SMauro Carvalho Chehabconfig VIDEO_UDA1342
863d94304f2SMauro Carvalho Chehab	tristate "Philips UDA1342 audio codec"
864d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
865d94304f2SMauro Carvalho Chehab	help
866d94304f2SMauro Carvalho Chehab	  Support for the Philips UDA1342 audio codec.
867d94304f2SMauro Carvalho Chehab
868d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
869d94304f2SMauro Carvalho Chehab	  module will be called uda1342.
870d94304f2SMauro Carvalho Chehab
871d94304f2SMauro Carvalho Chehabconfig VIDEO_VP27SMPX
872d94304f2SMauro Carvalho Chehab	tristate "Panasonic VP27's internal MPX"
873d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
874d94304f2SMauro Carvalho Chehab	help
875d94304f2SMauro Carvalho Chehab	  Support for the internal MPX of the Panasonic VP27s tuner.
876d94304f2SMauro Carvalho Chehab
877d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
878d94304f2SMauro Carvalho Chehab	  module will be called vp27smpx.
879d94304f2SMauro Carvalho Chehab
880d94304f2SMauro Carvalho Chehabconfig VIDEO_WM8739
881d94304f2SMauro Carvalho Chehab	tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
882d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
883d94304f2SMauro Carvalho Chehab	help
884d94304f2SMauro Carvalho Chehab	  Support for the Wolfson Microelectronics WM8739
885d94304f2SMauro Carvalho Chehab	  stereo A/D Converter.
886d94304f2SMauro Carvalho Chehab
887d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
888d94304f2SMauro Carvalho Chehab	  module will be called wm8739.
889d94304f2SMauro Carvalho Chehab
890d94304f2SMauro Carvalho Chehabconfig VIDEO_WM8775
891d94304f2SMauro Carvalho Chehab	tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
892d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
893d94304f2SMauro Carvalho Chehab	help
894d94304f2SMauro Carvalho Chehab	  Support for the Wolfson Microelectronics WM8775 high
895d94304f2SMauro Carvalho Chehab	  performance stereo A/D Converter with a 4 channel input mixer.
896d94304f2SMauro Carvalho Chehab
897d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
898d94304f2SMauro Carvalho Chehab	  module will be called wm8775.
899d94304f2SMauro Carvalho Chehab
900d94304f2SMauro Carvalho Chehabendmenu
901d94304f2SMauro Carvalho Chehab
902d94304f2SMauro Carvalho Chehabmenu "RDS decoders"
903d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
904d94304f2SMauro Carvalho Chehab
905d94304f2SMauro Carvalho Chehabconfig VIDEO_SAA6588
906d94304f2SMauro Carvalho Chehab	tristate "SAA6588 Radio Chip RDS decoder support"
907d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
908d94304f2SMauro Carvalho Chehab
909d94304f2SMauro Carvalho Chehab	help
910d94304f2SMauro Carvalho Chehab	  Support for this Radio Data System (RDS) decoder. This allows
911d94304f2SMauro Carvalho Chehab	  seeing radio station identification transmitted using this
912d94304f2SMauro Carvalho Chehab	  standard.
913d94304f2SMauro Carvalho Chehab
914d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
915d94304f2SMauro Carvalho Chehab	  module will be called saa6588.
916d94304f2SMauro Carvalho Chehab
917d94304f2SMauro Carvalho Chehabendmenu
918d94304f2SMauro Carvalho Chehab
919d94304f2SMauro Carvalho Chehabmenu "Video decoders"
920d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
921d94304f2SMauro Carvalho Chehab
922d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7180
923d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV7180 decoder"
924d94304f2SMauro Carvalho Chehab	depends on GPIOLIB && VIDEO_DEV && I2C
925d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
926d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
927d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
928d94304f2SMauro Carvalho Chehab	help
929d94304f2SMauro Carvalho Chehab	  Support for the Analog Devices ADV7180 video decoder.
930d94304f2SMauro Carvalho Chehab
931d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
932d94304f2SMauro Carvalho Chehab	  module will be called adv7180.
933d94304f2SMauro Carvalho Chehab
934d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7183
935d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV7183 decoder"
936d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
937d94304f2SMauro Carvalho Chehab	help
938d94304f2SMauro Carvalho Chehab	  V4l2 subdevice driver for the Analog Devices
939d94304f2SMauro Carvalho Chehab	  ADV7183 video decoder.
940d94304f2SMauro Carvalho Chehab
941d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
942d94304f2SMauro Carvalho Chehab	  module will be called adv7183.
943d94304f2SMauro Carvalho Chehab
944d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV748X
945d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV748x decoder"
946d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
947d94304f2SMauro Carvalho Chehab	depends on OF
948d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
949d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
950d94304f2SMauro Carvalho Chehab	select REGMAP_I2C
951d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
952d94304f2SMauro Carvalho Chehab	help
953d94304f2SMauro Carvalho Chehab	  V4L2 subdevice driver for the Analog Devices
954d94304f2SMauro Carvalho Chehab	  ADV7481 and ADV7482 HDMI/Analog video decoders.
955d94304f2SMauro Carvalho Chehab
956d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
957d94304f2SMauro Carvalho Chehab	  module will be called adv748x.
958d94304f2SMauro Carvalho Chehab
959d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7604
960d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV7604 decoder"
961d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
962d94304f2SMauro Carvalho Chehab	depends on GPIOLIB || COMPILE_TEST
963d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
964d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
965d94304f2SMauro Carvalho Chehab	select REGMAP_I2C
966d94304f2SMauro Carvalho Chehab	select HDMI
967d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
968d94304f2SMauro Carvalho Chehab	help
969d94304f2SMauro Carvalho Chehab	  Support for the Analog Devices ADV7604 video decoder.
970d94304f2SMauro Carvalho Chehab
971d94304f2SMauro Carvalho Chehab	  This is a Analog Devices Component/Graphics Digitizer
972d94304f2SMauro Carvalho Chehab	  with 4:1 Multiplexed HDMI Receiver.
973d94304f2SMauro Carvalho Chehab
974d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
975d94304f2SMauro Carvalho Chehab	  module will be called adv7604.
976d94304f2SMauro Carvalho Chehab
977d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7604_CEC
978d94304f2SMauro Carvalho Chehab	bool "Enable Analog Devices ADV7604 CEC support"
979d94304f2SMauro Carvalho Chehab	depends on VIDEO_ADV7604
980d94304f2SMauro Carvalho Chehab	select CEC_CORE
981d94304f2SMauro Carvalho Chehab	help
982d94304f2SMauro Carvalho Chehab	  When selected the adv7604 will support the optional
983d94304f2SMauro Carvalho Chehab	  HDMI CEC feature.
984d94304f2SMauro Carvalho Chehab
985d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7842
986d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV7842 decoder"
987d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
988d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
989d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
990d94304f2SMauro Carvalho Chehab	select HDMI
991d94304f2SMauro Carvalho Chehab	help
992d94304f2SMauro Carvalho Chehab	  Support for the Analog Devices ADV7842 video decoder.
993d94304f2SMauro Carvalho Chehab
994d94304f2SMauro Carvalho Chehab	  This is a Analog Devices Component/Graphics/SD Digitizer
995d94304f2SMauro Carvalho Chehab	  with 2:1 Multiplexed HDMI Receiver.
996d94304f2SMauro Carvalho Chehab
997d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
998d94304f2SMauro Carvalho Chehab	  module will be called adv7842.
999d94304f2SMauro Carvalho Chehab
1000d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7842_CEC
1001d94304f2SMauro Carvalho Chehab	bool "Enable Analog Devices ADV7842 CEC support"
1002d94304f2SMauro Carvalho Chehab	depends on VIDEO_ADV7842
1003d94304f2SMauro Carvalho Chehab	select CEC_CORE
1004d94304f2SMauro Carvalho Chehab	help
1005d94304f2SMauro Carvalho Chehab	  When selected the adv7842 will support the optional
1006d94304f2SMauro Carvalho Chehab	  HDMI CEC feature.
1007d94304f2SMauro Carvalho Chehab
1008d94304f2SMauro Carvalho Chehabconfig VIDEO_BT819
1009d94304f2SMauro Carvalho Chehab	tristate "BT819A VideoStream decoder"
1010d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1011d94304f2SMauro Carvalho Chehab	help
1012d94304f2SMauro Carvalho Chehab	  Support for BT819A video decoder.
1013d94304f2SMauro Carvalho Chehab
1014d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1015d94304f2SMauro Carvalho Chehab	  module will be called bt819.
1016d94304f2SMauro Carvalho Chehab
1017d94304f2SMauro Carvalho Chehabconfig VIDEO_BT856
1018d94304f2SMauro Carvalho Chehab	tristate "BT856 VideoStream decoder"
1019d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1020d94304f2SMauro Carvalho Chehab	help
1021d94304f2SMauro Carvalho Chehab	  Support for BT856 video decoder.
1022d94304f2SMauro Carvalho Chehab
1023d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1024d94304f2SMauro Carvalho Chehab	  module will be called bt856.
1025d94304f2SMauro Carvalho Chehab
1026d94304f2SMauro Carvalho Chehabconfig VIDEO_BT866
1027d94304f2SMauro Carvalho Chehab	tristate "BT866 VideoStream decoder"
1028d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1029d94304f2SMauro Carvalho Chehab	help
1030d94304f2SMauro Carvalho Chehab	  Support for BT866 video decoder.
1031d94304f2SMauro Carvalho Chehab
1032d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1033d94304f2SMauro Carvalho Chehab	  module will be called bt866.
1034d94304f2SMauro Carvalho Chehab
1035d94304f2SMauro Carvalho Chehabconfig VIDEO_ISL7998X
1036d94304f2SMauro Carvalho Chehab	tristate "Intersil ISL7998x video decoder"
1037d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1038d94304f2SMauro Carvalho Chehab	depends on OF_GPIO
1039d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1040d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
104181e00584SRandy Dunlap	select V4L2_FWNODE
1042d94304f2SMauro Carvalho Chehab	help
1043d94304f2SMauro Carvalho Chehab	  Support for Intersil ISL7998x analog to MIPI-CSI2 or
1044d94304f2SMauro Carvalho Chehab	  BT.656 decoder.
1045d94304f2SMauro Carvalho Chehab
1046d94304f2SMauro Carvalho Chehabconfig VIDEO_KS0127
1047d94304f2SMauro Carvalho Chehab	tristate "KS0127 video decoder"
1048d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1049d94304f2SMauro Carvalho Chehab	help
1050d94304f2SMauro Carvalho Chehab	  Support for KS0127 video decoder.
1051d94304f2SMauro Carvalho Chehab
1052d94304f2SMauro Carvalho Chehab	  This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
1053d94304f2SMauro Carvalho Chehab	  cards.
1054d94304f2SMauro Carvalho Chehab
1055d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1056d94304f2SMauro Carvalho Chehab	  module will be called ks0127.
1057d94304f2SMauro Carvalho Chehab
1058d94304f2SMauro Carvalho Chehabconfig VIDEO_MAX9286
1059d94304f2SMauro Carvalho Chehab	tristate "Maxim MAX9286 GMSL deserializer support"
1060d94304f2SMauro Carvalho Chehab	depends on I2C && I2C_MUX
1061d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV
1062d94304f2SMauro Carvalho Chehab	depends on OF_GPIO
1063d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1064d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
1065d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1066d94304f2SMauro Carvalho Chehab	help
1067d94304f2SMauro Carvalho Chehab	  This driver supports the Maxim MAX9286 GMSL deserializer.
1068d94304f2SMauro Carvalho Chehab
1069d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1070d94304f2SMauro Carvalho Chehab	  module will be called max9286.
1071d94304f2SMauro Carvalho Chehab
1072d94304f2SMauro Carvalho Chehabconfig VIDEO_ML86V7667
1073d94304f2SMauro Carvalho Chehab	tristate "OKI ML86V7667 video decoder"
1074d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1075d94304f2SMauro Carvalho Chehab	help
1076d94304f2SMauro Carvalho Chehab	  Support for the OKI Semiconductor ML86V7667 video decoder.
1077d94304f2SMauro Carvalho Chehab
1078d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1079d94304f2SMauro Carvalho Chehab	  module will be called ml86v7667.
1080d94304f2SMauro Carvalho Chehab
1081d94304f2SMauro Carvalho Chehabconfig VIDEO_SAA7110
1082d94304f2SMauro Carvalho Chehab	tristate "Philips SAA7110 video decoder"
1083d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1084d94304f2SMauro Carvalho Chehab	help
1085d94304f2SMauro Carvalho Chehab	  Support for the Philips SAA7110 video decoders.
1086d94304f2SMauro Carvalho Chehab
1087d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1088d94304f2SMauro Carvalho Chehab	  module will be called saa7110.
1089d94304f2SMauro Carvalho Chehab
1090d94304f2SMauro Carvalho Chehabconfig VIDEO_SAA711X
1091d94304f2SMauro Carvalho Chehab	tristate "Philips SAA7111/3/4/5 video decoders"
1092d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1093d94304f2SMauro Carvalho Chehab	help
1094d94304f2SMauro Carvalho Chehab	  Support for the Philips SAA7111/3/4/5 video decoders.
1095d94304f2SMauro Carvalho Chehab
1096d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1097d94304f2SMauro Carvalho Chehab	  module will be called saa7115.
1098d94304f2SMauro Carvalho Chehab
1099d94304f2SMauro Carvalho Chehabconfig VIDEO_TC358743
1100d94304f2SMauro Carvalho Chehab	tristate "Toshiba TC358743 decoder"
1101d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1102d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1103d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
1104d94304f2SMauro Carvalho Chehab	select HDMI
1105d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1106d94304f2SMauro Carvalho Chehab	help
1107d94304f2SMauro Carvalho Chehab	  Support for the Toshiba TC358743 HDMI to MIPI CSI-2 bridge.
1108d94304f2SMauro Carvalho Chehab
1109d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1110d94304f2SMauro Carvalho Chehab	  module will be called tc358743.
1111d94304f2SMauro Carvalho Chehab
1112d94304f2SMauro Carvalho Chehabconfig VIDEO_TC358743_CEC
1113d94304f2SMauro Carvalho Chehab	bool "Enable Toshiba TC358743 CEC support"
1114d94304f2SMauro Carvalho Chehab	depends on VIDEO_TC358743
1115d94304f2SMauro Carvalho Chehab	select CEC_CORE
1116d94304f2SMauro Carvalho Chehab	help
1117d94304f2SMauro Carvalho Chehab	  When selected the tc358743 will support the optional
1118d94304f2SMauro Carvalho Chehab	  HDMI CEC feature.
1119d94304f2SMauro Carvalho Chehab
112080a21da3SMarco Felschconfig VIDEO_TC358746
112180a21da3SMarco Felsch	tristate "Toshiba TC358746 parallel-CSI2 bridge"
112280a21da3SMarco Felsch	depends on VIDEO_DEV && PM && I2C
112380a21da3SMarco Felsch	select VIDEO_V4L2_SUBDEV_API
112480a21da3SMarco Felsch	select MEDIA_CONTROLLER
112580a21da3SMarco Felsch	select V4L2_FWNODE
1126582d4ad4SArnd Bergmann	select GENERIC_PHY
112780a21da3SMarco Felsch	select GENERIC_PHY_MIPI_DPHY
112880a21da3SMarco Felsch	select REGMAP_I2C
112980a21da3SMarco Felsch	help
113080a21da3SMarco Felsch	  Support for the Toshiba TC358746 parallel to MIPI CSI-2 bridge.
113180a21da3SMarco Felsch	  The bridge can work in both directions but currently only the
113280a21da3SMarco Felsch	  parallel-in / csi-out path is supported.
113380a21da3SMarco Felsch
113480a21da3SMarco Felsch	  To compile this driver as a module, choose M here: the
113580a21da3SMarco Felsch	  module will be called tc358746.
113680a21da3SMarco Felsch
1137d94304f2SMauro Carvalho Chehabconfig VIDEO_TVP514X
1138d94304f2SMauro Carvalho Chehab	tristate "Texas Instruments TVP514x video decoder"
1139d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1140d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1141d94304f2SMauro Carvalho Chehab	help
1142d94304f2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the TI TVP5146/47
1143d94304f2SMauro Carvalho Chehab	  decoder. It is currently working with the TI OMAP3 camera
1144d94304f2SMauro Carvalho Chehab	  controller.
1145d94304f2SMauro Carvalho Chehab
1146d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1147d94304f2SMauro Carvalho Chehab	  module will be called tvp514x.
1148d94304f2SMauro Carvalho Chehab
1149d94304f2SMauro Carvalho Chehabconfig VIDEO_TVP5150
1150d94304f2SMauro Carvalho Chehab	tristate "Texas Instruments TVP5150 video decoder"
1151d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1152d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1153d94304f2SMauro Carvalho Chehab	select REGMAP_I2C
1154d94304f2SMauro Carvalho Chehab	help
1155d94304f2SMauro Carvalho Chehab	  Support for the Texas Instruments TVP5150 video decoder.
1156d94304f2SMauro Carvalho Chehab
1157d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1158d94304f2SMauro Carvalho Chehab	  module will be called tvp5150.
1159d94304f2SMauro Carvalho Chehab
1160d94304f2SMauro Carvalho Chehabconfig VIDEO_TVP7002
1161d94304f2SMauro Carvalho Chehab	tristate "Texas Instruments TVP7002 video decoder"
1162d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1163d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1164d94304f2SMauro Carvalho Chehab	help
1165d94304f2SMauro Carvalho Chehab	  Support for the Texas Instruments TVP7002 video decoder.
1166d94304f2SMauro Carvalho Chehab
1167d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1168d94304f2SMauro Carvalho Chehab	  module will be called tvp7002.
1169d94304f2SMauro Carvalho Chehab
1170d94304f2SMauro Carvalho Chehabconfig VIDEO_TW2804
1171d94304f2SMauro Carvalho Chehab	tristate "Techwell TW2804 multiple video decoder"
1172d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1173d94304f2SMauro Carvalho Chehab	help
1174d94304f2SMauro Carvalho Chehab	  Support for the Techwell tw2804 multiple video decoder.
1175d94304f2SMauro Carvalho Chehab
1176d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1177d94304f2SMauro Carvalho Chehab	  module will be called tw2804.
1178d94304f2SMauro Carvalho Chehab
1179d94304f2SMauro Carvalho Chehabconfig VIDEO_TW9903
1180d94304f2SMauro Carvalho Chehab	tristate "Techwell TW9903 video decoder"
1181d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1182d94304f2SMauro Carvalho Chehab	help
1183d94304f2SMauro Carvalho Chehab	  Support for the Techwell tw9903 multi-standard video decoder
1184d94304f2SMauro Carvalho Chehab	  with high quality down scaler.
1185d94304f2SMauro Carvalho Chehab
1186d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1187d94304f2SMauro Carvalho Chehab	  module will be called tw9903.
1188d94304f2SMauro Carvalho Chehab
1189d94304f2SMauro Carvalho Chehabconfig VIDEO_TW9906
1190d94304f2SMauro Carvalho Chehab	tristate "Techwell TW9906 video decoder"
1191d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1192d94304f2SMauro Carvalho Chehab	help
1193d94304f2SMauro Carvalho Chehab	  Support for the Techwell tw9906 enhanced multi-standard comb filter
1194d94304f2SMauro Carvalho Chehab	  video decoder with YCbCr input support.
1195d94304f2SMauro Carvalho Chehab
1196d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1197d94304f2SMauro Carvalho Chehab	  module will be called tw9906.
1198d94304f2SMauro Carvalho Chehab
1199d94304f2SMauro Carvalho Chehabconfig VIDEO_TW9910
1200d94304f2SMauro Carvalho Chehab	tristate "Techwell TW9910 video decoder"
1201d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1202d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
1203d94304f2SMauro Carvalho Chehab	help
1204d94304f2SMauro Carvalho Chehab	  Support for Techwell TW9910 NTSC/PAL/SECAM video decoder.
1205d94304f2SMauro Carvalho Chehab
1206d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1207d94304f2SMauro Carvalho Chehab	  module will be called tw9910.
1208d94304f2SMauro Carvalho Chehab
1209d94304f2SMauro Carvalho Chehabconfig VIDEO_VPX3220
1210d94304f2SMauro Carvalho Chehab	tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
1211d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1212d94304f2SMauro Carvalho Chehab	help
1213d94304f2SMauro Carvalho Chehab	  Support for VPX322x video decoders.
1214d94304f2SMauro Carvalho Chehab
1215d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1216d94304f2SMauro Carvalho Chehab	  module will be called vpx3220.
1217d94304f2SMauro Carvalho Chehab
1218d94304f2SMauro Carvalho Chehabcomment "Video and audio decoders"
1219d94304f2SMauro Carvalho Chehab
1220d94304f2SMauro Carvalho Chehabconfig VIDEO_SAA717X
1221d94304f2SMauro Carvalho Chehab	tristate "Philips SAA7171/3/4 audio/video decoders"
1222d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1223d94304f2SMauro Carvalho Chehab	help
1224d94304f2SMauro Carvalho Chehab	  Support for the Philips SAA7171/3/4 audio/video decoders.
1225d94304f2SMauro Carvalho Chehab
1226d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1227d94304f2SMauro Carvalho Chehab	  module will be called saa717x.
1228d94304f2SMauro Carvalho Chehab
1229d94304f2SMauro Carvalho Chehabsource "drivers/media/i2c/cx25840/Kconfig"
1230d94304f2SMauro Carvalho Chehab
1231d94304f2SMauro Carvalho Chehabendmenu
1232d94304f2SMauro Carvalho Chehab
1233d94304f2SMauro Carvalho Chehabmenu "Video encoders"
1234d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
1235d94304f2SMauro Carvalho Chehab
1236d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7170
1237d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV7170 video encoder"
1238d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1239d94304f2SMauro Carvalho Chehab	help
1240d94304f2SMauro Carvalho Chehab	  Support for the Analog Devices ADV7170 video encoder driver
1241d94304f2SMauro Carvalho Chehab
1242d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1243d94304f2SMauro Carvalho Chehab	  module will be called adv7170.
1244d94304f2SMauro Carvalho Chehab
1245d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7175
1246d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV7175 video encoder"
1247d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1248d94304f2SMauro Carvalho Chehab	help
1249d94304f2SMauro Carvalho Chehab	  Support for the Analog Devices ADV7175 video encoder driver
1250d94304f2SMauro Carvalho Chehab
1251d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1252d94304f2SMauro Carvalho Chehab	  module will be called adv7175.
1253d94304f2SMauro Carvalho Chehab
1254d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7343
1255d94304f2SMauro Carvalho Chehab	tristate "ADV7343 video encoder"
1256d94304f2SMauro Carvalho Chehab	depends on I2C
1257d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
1258d94304f2SMauro Carvalho Chehab	help
1259d94304f2SMauro Carvalho Chehab	  Support for Analog Devices I2C bus based ADV7343 encoder.
1260d94304f2SMauro Carvalho Chehab
1261d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1262d94304f2SMauro Carvalho Chehab	  module will be called adv7343.
1263d94304f2SMauro Carvalho Chehab
1264d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7393
1265d94304f2SMauro Carvalho Chehab	tristate "ADV7393 video encoder"
1266d94304f2SMauro Carvalho Chehab	depends on I2C
1267d94304f2SMauro Carvalho Chehab	help
1268d94304f2SMauro Carvalho Chehab	  Support for Analog Devices I2C bus based ADV7393 encoder.
1269d94304f2SMauro Carvalho Chehab
1270d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1271d94304f2SMauro Carvalho Chehab	  module will be called adv7393.
1272d94304f2SMauro Carvalho Chehab
1273d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7511
1274d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV7511 encoder"
1275d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1276d94304f2SMauro Carvalho Chehab	depends on DRM_I2C_ADV7511=n || COMPILE_TEST
1277d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1278d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
1279d94304f2SMauro Carvalho Chehab	select HDMI
1280d94304f2SMauro Carvalho Chehab	help
1281d94304f2SMauro Carvalho Chehab	  Support for the Analog Devices ADV7511 video encoder.
1282d94304f2SMauro Carvalho Chehab
1283d94304f2SMauro Carvalho Chehab	  This is a Analog Devices HDMI transmitter.
1284d94304f2SMauro Carvalho Chehab
1285d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1286d94304f2SMauro Carvalho Chehab	  module will be called adv7511.
1287d94304f2SMauro Carvalho Chehab
1288d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7511_CEC
1289d94304f2SMauro Carvalho Chehab	bool "Enable Analog Devices ADV7511 CEC support"
1290d94304f2SMauro Carvalho Chehab	depends on VIDEO_ADV7511
1291d94304f2SMauro Carvalho Chehab	select CEC_CORE
1292d94304f2SMauro Carvalho Chehab	help
1293d94304f2SMauro Carvalho Chehab	  When selected the adv7511 will support the optional
1294d94304f2SMauro Carvalho Chehab	  HDMI CEC feature.
1295d94304f2SMauro Carvalho Chehab
1296d94304f2SMauro Carvalho Chehabconfig VIDEO_AK881X
1297d94304f2SMauro Carvalho Chehab	tristate "AK8813/AK8814 video encoders"
1298d94304f2SMauro Carvalho Chehab	depends on I2C
1299d94304f2SMauro Carvalho Chehab	help
1300d94304f2SMauro Carvalho Chehab	  Video output driver for AKM AK8813 and AK8814 TV encoders
1301d94304f2SMauro Carvalho Chehab
1302d94304f2SMauro Carvalho Chehabconfig VIDEO_SAA7127
1303d94304f2SMauro Carvalho Chehab	tristate "Philips SAA7127/9 digital video encoders"
1304d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1305d94304f2SMauro Carvalho Chehab	help
1306d94304f2SMauro Carvalho Chehab	  Support for the Philips SAA7127/9 digital video encoders.
1307d94304f2SMauro Carvalho Chehab
1308d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1309d94304f2SMauro Carvalho Chehab	  module will be called saa7127.
1310d94304f2SMauro Carvalho Chehab
1311d94304f2SMauro Carvalho Chehabconfig VIDEO_SAA7185
1312d94304f2SMauro Carvalho Chehab	tristate "Philips SAA7185 video encoder"
1313d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1314d94304f2SMauro Carvalho Chehab	help
1315d94304f2SMauro Carvalho Chehab	  Support for the Philips SAA7185 video encoder.
1316d94304f2SMauro Carvalho Chehab
1317d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1318d94304f2SMauro Carvalho Chehab	  module will be called saa7185.
1319d94304f2SMauro Carvalho Chehab
1320d94304f2SMauro Carvalho Chehabconfig VIDEO_THS8200
1321d94304f2SMauro Carvalho Chehab	tristate "Texas Instruments THS8200 video encoder"
1322d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1323d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
1324d94304f2SMauro Carvalho Chehab	help
1325d94304f2SMauro Carvalho Chehab	  Support for the Texas Instruments THS8200 video encoder.
1326d94304f2SMauro Carvalho Chehab
1327d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1328d94304f2SMauro Carvalho Chehab	  module will be called ths8200.
1329d94304f2SMauro Carvalho Chehab
1330d94304f2SMauro Carvalho Chehabendmenu
1331d94304f2SMauro Carvalho Chehab
1332d94304f2SMauro Carvalho Chehabmenu "Video improvement chips"
1333d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
1334d94304f2SMauro Carvalho Chehab
1335d94304f2SMauro Carvalho Chehabconfig VIDEO_UPD64031A
1336d94304f2SMauro Carvalho Chehab	tristate "NEC Electronics uPD64031A Ghost Reduction"
1337d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1338d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
1339d94304f2SMauro Carvalho Chehab	help
1340d94304f2SMauro Carvalho Chehab	  Support for the NEC Electronics uPD64031A Ghost Reduction
1341d94304f2SMauro Carvalho Chehab	  video chip. It is most often found in NTSC TV cards made for
1342d94304f2SMauro Carvalho Chehab	  Japan and is used to reduce the 'ghosting' effect that can
1343d94304f2SMauro Carvalho Chehab	  be present in analog TV broadcasts.
1344d94304f2SMauro Carvalho Chehab
1345d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1346d94304f2SMauro Carvalho Chehab	  module will be called upd64031a.
1347d94304f2SMauro Carvalho Chehab
1348d94304f2SMauro Carvalho Chehabconfig VIDEO_UPD64083
1349d94304f2SMauro Carvalho Chehab	tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
1350d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1351d94304f2SMauro Carvalho Chehab	help
1352d94304f2SMauro Carvalho Chehab	  Support for the NEC Electronics uPD64083 3-Dimensional Y/C
1353d94304f2SMauro Carvalho Chehab	  separation video chip. It is used to improve the quality of
1354d94304f2SMauro Carvalho Chehab	  the colors of a composite signal.
1355d94304f2SMauro Carvalho Chehab
1356d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1357d94304f2SMauro Carvalho Chehab	  module will be called upd64083.
1358d94304f2SMauro Carvalho Chehab
1359d94304f2SMauro Carvalho Chehabendmenu
1360d94304f2SMauro Carvalho Chehab
1361d94304f2SMauro Carvalho Chehabmenu "Audio/Video compression chips"
1362d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
1363d94304f2SMauro Carvalho Chehab
1364d94304f2SMauro Carvalho Chehabconfig VIDEO_SAA6752HS
1365d94304f2SMauro Carvalho Chehab	tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder"
1366d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1367d94304f2SMauro Carvalho Chehab	select CRC32
1368d94304f2SMauro Carvalho Chehab	help
1369d94304f2SMauro Carvalho Chehab	  Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3
1370d94304f2SMauro Carvalho Chehab	  audio encoder with multiplexer.
1371d94304f2SMauro Carvalho Chehab
1372d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1373d94304f2SMauro Carvalho Chehab	  module will be called saa6752hs.
1374d94304f2SMauro Carvalho Chehab
1375d94304f2SMauro Carvalho Chehabendmenu
1376d94304f2SMauro Carvalho Chehab
1377d94304f2SMauro Carvalho Chehabmenu "SDR tuner chips"
1378d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
1379d94304f2SMauro Carvalho Chehab
1380d94304f2SMauro Carvalho Chehabconfig SDR_MAX2175
1381d94304f2SMauro Carvalho Chehab	tristate "Maxim 2175 RF to Bits tuner"
1382d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && MEDIA_SDR_SUPPORT && I2C
1383d94304f2SMauro Carvalho Chehab	select REGMAP_I2C
1384d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
1385d94304f2SMauro Carvalho Chehab	help
1386d94304f2SMauro Carvalho Chehab	  Support for Maxim 2175 tuner. It is an advanced analog/digital
1387d94304f2SMauro Carvalho Chehab	  radio receiver with RF-to-Bits front-end designed for SDR solutions.
1388d94304f2SMauro Carvalho Chehab
1389d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here; the
1390d94304f2SMauro Carvalho Chehab	  module will be called max2175.
1391d94304f2SMauro Carvalho Chehab
1392d94304f2SMauro Carvalho Chehabendmenu
1393d94304f2SMauro Carvalho Chehab
1394d94304f2SMauro Carvalho Chehabmenu "Miscellaneous helper chips"
1395d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
1396d94304f2SMauro Carvalho Chehab
1397d94304f2SMauro Carvalho Chehabconfig VIDEO_I2C
1398d94304f2SMauro Carvalho Chehab	tristate "I2C transport video support"
1399d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1400d94304f2SMauro Carvalho Chehab	select VIDEOBUF2_VMALLOC
1401d94304f2SMauro Carvalho Chehab	imply HWMON
1402d94304f2SMauro Carvalho Chehab	help
1403d94304f2SMauro Carvalho Chehab	  Enable the I2C transport video support which supports the
1404d94304f2SMauro Carvalho Chehab	  following:
1405d94304f2SMauro Carvalho Chehab	   * Panasonic AMG88xx Grid-Eye Sensors
1406d94304f2SMauro Carvalho Chehab	   * Melexis MLX90640 Thermal Cameras
1407d94304f2SMauro Carvalho Chehab
1408d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1409d94304f2SMauro Carvalho Chehab	  module will be called video-i2c
1410d94304f2SMauro Carvalho Chehab
1411d94304f2SMauro Carvalho Chehabconfig VIDEO_M52790
1412d94304f2SMauro Carvalho Chehab	tristate "Mitsubishi M52790 A/V switch"
1413d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1414d94304f2SMauro Carvalho Chehab	help
1415d94304f2SMauro Carvalho Chehab	 Support for the Mitsubishi M52790 A/V switch.
1416d94304f2SMauro Carvalho Chehab
1417d94304f2SMauro Carvalho Chehab	 To compile this driver as a module, choose M here: the
1418d94304f2SMauro Carvalho Chehab	 module will be called m52790.
1419d94304f2SMauro Carvalho Chehab
1420d94304f2SMauro Carvalho Chehabconfig VIDEO_ST_MIPID02
1421d94304f2SMauro Carvalho Chehab	tristate "STMicroelectronics MIPID02 CSI-2 to PARALLEL bridge"
1422d94304f2SMauro Carvalho Chehab	depends on I2C && VIDEO_DEV
1423d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1424d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
1425d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1426d94304f2SMauro Carvalho Chehab	help
1427d94304f2SMauro Carvalho Chehab	  Support for STMicroelectronics MIPID02 CSI-2 to PARALLEL bridge.
1428d94304f2SMauro Carvalho Chehab	  It is used to allow usage of CSI-2 sensor with PARALLEL port
1429d94304f2SMauro Carvalho Chehab	  controller.
1430d94304f2SMauro Carvalho Chehab
1431d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1432d94304f2SMauro Carvalho Chehab	  module will be called st-mipid02.
1433d94304f2SMauro Carvalho Chehab
1434d94304f2SMauro Carvalho Chehabconfig VIDEO_THS7303
1435d94304f2SMauro Carvalho Chehab	tristate "THS7303/53 Video Amplifier"
1436d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1437d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
1438d94304f2SMauro Carvalho Chehab	help
1439d94304f2SMauro Carvalho Chehab	  Support for TI THS7303/53 video amplifier
1440d94304f2SMauro Carvalho Chehab
1441d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1442d94304f2SMauro Carvalho Chehab	  module will be called ths7303.
1443d94304f2SMauro Carvalho Chehab
1444d94304f2SMauro Carvalho Chehabendmenu
1445d94304f2SMauro Carvalho Chehab
1446afe267f2STomi Valkeinen#
1447afe267f2STomi Valkeinen# Video serializers and deserializers (e.g. FPD-Link)
1448afe267f2STomi Valkeinen#
1449afe267f2STomi Valkeinen
1450afe267f2STomi Valkeinenmenu "Video serializers and deserializers"
1451afe267f2STomi Valkeinen
1452c158d0d4STomi Valkeinenconfig VIDEO_DS90UB913
1453c158d0d4STomi Valkeinen	tristate "TI DS90UB913 FPD-Link III Serializer"
1454c158d0d4STomi Valkeinen	depends on OF && I2C && VIDEO_DEV && COMMON_CLK
1455c158d0d4STomi Valkeinen	select I2C_ATR
1456c158d0d4STomi Valkeinen	select MEDIA_CONTROLLER
1457c158d0d4STomi Valkeinen	select GPIOLIB
1458c158d0d4STomi Valkeinen	select REGMAP_I2C
1459c158d0d4STomi Valkeinen	select V4L2_FWNODE
1460c158d0d4STomi Valkeinen	select VIDEO_V4L2_SUBDEV_API
1461c158d0d4STomi Valkeinen	help
1462c158d0d4STomi Valkeinen	  Device driver for the Texas Instruments DS90UB913
1463c158d0d4STomi Valkeinen	  FPD-Link III Serializer.
1464c158d0d4STomi Valkeinen
14656363db1cSTomi Valkeinenconfig VIDEO_DS90UB953
14666363db1cSTomi Valkeinen	tristate "TI FPD-Link III/IV CSI-2 Serializers"
14676363db1cSTomi Valkeinen	depends on OF && I2C && VIDEO_DEV && COMMON_CLK
14686363db1cSTomi Valkeinen	select I2C_ATR
14696363db1cSTomi Valkeinen	select MEDIA_CONTROLLER
14706363db1cSTomi Valkeinen	select GPIOLIB
14716363db1cSTomi Valkeinen	select REGMAP_I2C
14726363db1cSTomi Valkeinen	select V4L2_FWNODE
14736363db1cSTomi Valkeinen	select VIDEO_V4L2_SUBDEV_API
14746363db1cSTomi Valkeinen	help
14756363db1cSTomi Valkeinen	  Device driver for the Texas Instruments DS90UB953
14766363db1cSTomi Valkeinen	  FPD-Link III Serializer and DS90UB971 FPD-Link IV Serializer.
14776363db1cSTomi Valkeinen
1478afe267f2STomi Valkeinenconfig VIDEO_DS90UB960
1479afe267f2STomi Valkeinen	tristate "TI FPD-Link III/IV Deserializers"
1480afe267f2STomi Valkeinen	depends on OF && I2C && VIDEO_DEV && COMMON_CLK
1481afe267f2STomi Valkeinen	select I2C_ATR
1482afe267f2STomi Valkeinen	select MEDIA_CONTROLLER
1483afe267f2STomi Valkeinen	select GPIOLIB
1484afe267f2STomi Valkeinen	select REGMAP_I2C
1485afe267f2STomi Valkeinen	select V4L2_FWNODE
1486afe267f2STomi Valkeinen	select VIDEO_V4L2_SUBDEV_API
1487afe267f2STomi Valkeinen	help
1488afe267f2STomi Valkeinen	  Device driver for the Texas Instruments DS90UB960
1489afe267f2STomi Valkeinen	  FPD-Link III Deserializer and DS90UB9702 FPD-Link IV Deserializer.
1490afe267f2STomi Valkeinen
1491afe267f2STomi Valkeinenendmenu
1492afe267f2STomi Valkeinen
14939958d30fSMauro Carvalho Chehabendif # VIDEO_DEV
1494