xref: /linux/drivers/media/i2c/Kconfig (revision 85502b2214d50ba0ddf2a5fb454e4d28a160d175)
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
440a7af872STommaso Merciaiconfig VIDEO_ALVIUM_CSI2
450a7af872STommaso Merciai	tristate "Allied Vision ALVIUM MIPI CSI-2 camera support"
460a7af872STommaso Merciai	select V4L2_CCI_I2C
470a7af872STommaso Merciai	help
480a7af872STommaso Merciai	  This is a Video4Linux2 sensor-level driver for the Allied Vision
490a7af872STommaso Merciai	  ALVIUM camera connected via MIPI CSI-2 interface.
500a7af872STommaso Merciai
510a7af872STommaso Merciai	  To compile this driver as a module, choose M here: the
520a7af872STommaso Merciai	  module will be called alvium-csi2.
530a7af872STommaso Merciai
54852b50aeSKrzysztof Hałasaconfig VIDEO_AR0521
55852b50aeSKrzysztof Hałasa	tristate "ON Semiconductor AR0521 sensor support"
56852b50aeSKrzysztof Hałasa	help
57852b50aeSKrzysztof Hałasa	  This is a Video4Linux2 sensor driver for the ON Semiconductor
58852b50aeSKrzysztof Hałasa	  AR0521 camera.
59852b50aeSKrzysztof Hałasa
60852b50aeSKrzysztof Hałasa	  To compile this driver as a module, choose M here: the
61852b50aeSKrzysztof Hałasa	  module will be called ar0521.
62852b50aeSKrzysztof Hałasa
633ae52083SSebastian Reichelconfig VIDEO_GC0308
643ae52083SSebastian Reichel	tristate "GalaxyCore GC0308 sensor support"
653ae52083SSebastian Reichel	select V4L2_CCI_I2C
663ae52083SSebastian Reichel	help
673ae52083SSebastian Reichel	  This is a Video4Linux2 sensor driver for the GalaxyCore
683ae52083SSebastian Reichel	  GC0308 camera.
693ae52083SSebastian Reichel
703ae52083SSebastian Reichel	  To compile this driver as a module, choose M here: the
713ae52083SSebastian Reichel	  module will be called gc0308.
723ae52083SSebastian Reichel
73355f5097SZhi Maoconfig VIDEO_GC05A2
74355f5097SZhi Mao	tristate "GalaxyCore gc05a2 sensor support"
75355f5097SZhi Mao	select V4L2_CCI_I2C
76355f5097SZhi Mao	help
77355f5097SZhi Mao	  This is a Video4Linux2 sensor driver for the GalaxyCore gc05a2
78355f5097SZhi Mao	  camera.
79355f5097SZhi Mao
80355f5097SZhi Mao	  To compile this driver as a module, choose M here: the
81355f5097SZhi Mao	  module will be called gc05a2.
82355f5097SZhi Mao
831ad0cd5eSZhi Maoconfig VIDEO_GC08A3
841ad0cd5eSZhi Mao	tristate "GalaxyCore gc08a3 sensor support"
851ad0cd5eSZhi Mao	select V4L2_CCI_I2C
861ad0cd5eSZhi Mao	help
871ad0cd5eSZhi Mao	  This is a Video4Linux2 sensor driver for the GalaxyCore gc08a3
881ad0cd5eSZhi Mao	  camera.
891ad0cd5eSZhi Mao
901ad0cd5eSZhi Mao	  To compile this driver as a module, choose M here: the
911ad0cd5eSZhi Mao	  module will be called gc08a3.
921ad0cd5eSZhi Mao
9303cc7fefSAlain Volmatconfig VIDEO_GC2145
9403cc7fefSAlain Volmat	select V4L2_CCI_I2C
9503cc7fefSAlain Volmat	tristate "GalaxyCore GC2145 sensor support"
9603cc7fefSAlain Volmat	help
9703cc7fefSAlain Volmat	  This is a V4L2 sensor-level driver for GalaxyCore GC2145
9803cc7fefSAlain Volmat	  2 Mpixel camera.
9903cc7fefSAlain Volmat
10003cc7fefSAlain Volmat	  To compile this driver as a module, choose M here: the
10103cc7fefSAlain Volmat	  module will be called gc2145.
10203cc7fefSAlain Volmat
103e6213840SShawn Tuconfig VIDEO_HI556
104e6213840SShawn Tu	tristate "Hynix Hi-556 sensor support"
105e6213840SShawn Tu	help
106e6213840SShawn Tu	  This is a Video4Linux2 sensor driver for the Hynix
107e6213840SShawn Tu	  Hi-556 camera.
108e6213840SShawn Tu
109e6213840SShawn Tu	  To compile this driver as a module, choose M here: the
110e6213840SShawn Tu	  module will be called hi556.
111e6213840SShawn Tu
112e8c08826SMartin Kepplingerconfig VIDEO_HI846
113e8c08826SMartin Kepplinger	tristate "Hynix Hi-846 sensor support"
114e8c08826SMartin Kepplinger	help
115e8c08826SMartin Kepplinger	  This is a Video4Linux2 sensor driver for the Hynix
116e8c08826SMartin Kepplinger	  Hi-846 camera.
117e8c08826SMartin Kepplinger
118e8c08826SMartin Kepplinger	  To compile this driver as a module, choose M here: the
119e8c08826SMartin Kepplinger	  module will be called hi846.
120e8c08826SMartin Kepplinger
121da15b409SShawn Tuconfig VIDEO_HI847
122da15b409SShawn Tu        tristate "Hynix Hi-847 sensor support"
123da15b409SShawn Tu        help
124da15b409SShawn Tu          This is a Video4Linux2 sensor driver for the Hynix
125da15b409SShawn Tu          Hi-847 camera.
126da15b409SShawn Tu
127da15b409SShawn Tu          To compile this driver as a module, choose M here: the
128da15b409SShawn Tu          module will be called hi847.
129da15b409SShawn Tu
130d953e3cbSShawn Tuconfig VIDEO_IMX208
131d953e3cbSShawn Tu	tristate "Sony IMX208 sensor support"
132d953e3cbSShawn Tu	help
133d953e3cbSShawn Tu	  This is a Video4Linux2 sensor driver for the Sony
134d953e3cbSShawn Tu	  IMX208 camera.
135d953e3cbSShawn Tu
136d953e3cbSShawn Tu	  To compile this driver as a module, choose M here: the
137d953e3cbSShawn Tu	  module will be called imx208.
138d953e3cbSShawn Tu
13943619059SRicardo Ribalda Delgadoconfig VIDEO_IMX214
14043619059SRicardo Ribalda Delgado	tristate "Sony IMX214 sensor support"
14111ec2c45SSakari Ailus	depends on GPIOLIB
1426de18fa3SIan Kumlien	select REGMAP_I2C
1434f0aeba4SAndré Apitzsch	select V4L2_CCI_I2C
14443619059SRicardo Ribalda Delgado	help
14543619059SRicardo Ribalda Delgado	  This is a Video4Linux2 sensor driver for the Sony
14643619059SRicardo Ribalda Delgado	  IMX214 camera.
14743619059SRicardo Ribalda Delgado
14843619059SRicardo Ribalda Delgado	  To compile this driver as a module, choose M here: the
14943619059SRicardo Ribalda Delgado	  module will be called imx214.
15043619059SRicardo Ribalda Delgado
1511283b3b8SDave Stevensonconfig VIDEO_IMX219
1521283b3b8SDave Stevenson	tristate "Sony IMX219 sensor support"
153852798ccSLaurent Pinchart	select V4L2_CCI_I2C
1541283b3b8SDave Stevenson	help
1551283b3b8SDave Stevenson	  This is a Video4Linux2 sensor driver for the Sony
1561283b3b8SDave Stevenson	  IMX219 camera.
1571283b3b8SDave Stevenson
1581283b3b8SDave Stevenson	  To compile this driver as a module, choose M here: the
1591283b3b8SDave Stevenson	  module will be called imx219.
1601283b3b8SDave Stevenson
161e4802cb0SJason Chenconfig VIDEO_IMX258
162e4802cb0SJason Chen	tristate "Sony IMX258 sensor support"
16340431ff5SLuis Garcia	select V4L2_CCI_I2C
164b60a5b8dSMauro Carvalho Chehab	help
165be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the Sony
166e4802cb0SJason Chen	  IMX258 camera.
167e4802cb0SJason Chen
168e4802cb0SJason Chen	  To compile this driver as a module, choose M here: the
169e4802cb0SJason Chen	  module will be called imx258.
170e4802cb0SJason Chen
1710985dd30SLeon Luoconfig VIDEO_IMX274
1720985dd30SLeon Luo	tristate "Sony IMX274 sensor support"
1734f9d7225SLuca Ceresoli	select REGMAP_I2C
174b60a5b8dSMauro Carvalho Chehab	help
175be9543ecSSakari Ailus	  This is a V4L2 sensor driver for the Sony IMX274
1760985dd30SLeon Luo	  CMOS image sensor.
1770985dd30SLeon Luo
178ccb4eb44SKieran Binghamconfig VIDEO_IMX283
179ccb4eb44SKieran Bingham	tristate "Sony IMX283 sensor support"
180ccb4eb44SKieran Bingham	select V4L2_CCI_I2C
181ccb4eb44SKieran Bingham	help
182ccb4eb44SKieran Bingham	  This is a V4L2 sensor driver for the Sony IMX283
183ccb4eb44SKieran Bingham	  CMOS image sensor.
184ccb4eb44SKieran Bingham
185ccb4eb44SKieran Bingham	  To compile this driver as a module, choose M here: the
186ccb4eb44SKieran Bingham	  module will be called imx283.
187ccb4eb44SKieran Bingham
188828dbc29SManivannan Sadhasivamconfig VIDEO_IMX290
189828dbc29SManivannan Sadhasivam	tristate "Sony IMX290 sensor support"
1906de18fa3SIan Kumlien	select REGMAP_I2C
191af73323bSHans de Goede	select V4L2_CCI_I2C
192828dbc29SManivannan Sadhasivam	help
193828dbc29SManivannan Sadhasivam	  This is a Video4Linux2 sensor driver for the Sony
194828dbc29SManivannan Sadhasivam	  IMX290 camera sensor.
195828dbc29SManivannan Sadhasivam
196828dbc29SManivannan Sadhasivam	  To compile this driver as a module, choose M here: the
197828dbc29SManivannan Sadhasivam	  module will be called imx290.
198828dbc29SManivannan Sadhasivam
199cb33db2bSLaurent Pinchartconfig VIDEO_IMX296
200cb33db2bSLaurent Pinchart	tristate "Sony IMX296 sensor support"
201cb33db2bSLaurent Pinchart	help
202cb33db2bSLaurent Pinchart	  This is a Video4Linux2 sensor driver for the Sony
203cb33db2bSLaurent Pinchart	  IMX296 camera.
204cb33db2bSLaurent Pinchart
205cb33db2bSLaurent Pinchart	  To compile this driver as a module, choose M here: the
206cb33db2bSLaurent Pinchart	  module will be called imx296.
207cb33db2bSLaurent Pinchart
2088a89dc62SBingbu Caoconfig VIDEO_IMX319
2098a89dc62SBingbu Cao	tristate "Sony IMX319 sensor support"
2108a89dc62SBingbu Cao	help
2118a89dc62SBingbu Cao	  This is a Video4Linux2 sensor driver for the Sony
2128a89dc62SBingbu Cao	  IMX319 camera.
2138a89dc62SBingbu Cao
2148a89dc62SBingbu Cao	  To compile this driver as a module, choose M here: the
2158a89dc62SBingbu Cao	  module will be called imx319.
2168a89dc62SBingbu Cao
2179746b117SMartina Krastevaconfig VIDEO_IMX334
2189746b117SMartina Krasteva	tristate "Sony IMX334 sensor support"
2199746b117SMartina Krasteva	depends on OF_GPIO
2209746b117SMartina Krasteva	select V4L2_CCI_I2C
2219746b117SMartina Krasteva	help
2229746b117SMartina Krasteva	  This is a Video4Linux2 sensor driver for the Sony
2239746b117SMartina Krasteva	  IMX334 camera.
2249746b117SMartina Krasteva
2259746b117SMartina Krasteva	  To compile this driver as a module, choose M here: the
2269746b117SMartina Krasteva	  module will be called imx334.
22745d19b5fSMartina Krasteva
22845d19b5fSMartina Krastevaconfig VIDEO_IMX335
22945d19b5fSMartina Krasteva	tristate "Sony IMX335 sensor support"
2308f0926dbSUmang Jain	depends on OF_GPIO
23145d19b5fSMartina Krasteva	select V4L2_CCI_I2C
23245d19b5fSMartina Krasteva	help
23345d19b5fSMartina Krasteva	  This is a Video4Linux2 sensor driver for the Sony
23445d19b5fSMartina Krasteva	  IMX335 camera.
23545d19b5fSMartina Krasteva
23645d19b5fSMartina Krasteva	  To compile this driver as a module, choose M here: the
23745d19b5fSMartina Krasteva	  module will be called imx335.
238df0b5c4aSBingbu Cao
239df0b5c4aSBingbu Caoconfig VIDEO_IMX355
240df0b5c4aSBingbu Cao	tristate "Sony IMX355 sensor support"
241df0b5c4aSBingbu Cao	help
242df0b5c4aSBingbu Cao	  This is a Video4Linux2 sensor driver for the Sony
243df0b5c4aSBingbu Cao	  IMX355 camera.
244df0b5c4aSBingbu Cao
245df0b5c4aSBingbu Cao	  To compile this driver as a module, choose M here: the
246df0b5c4aSBingbu Cao	  module will be called imx355.
2479214e86cSMartina Krasteva
2489214e86cSMartina Krastevaconfig VIDEO_IMX412
2499214e86cSMartina Krasteva	tristate "Sony IMX412 sensor support"
2509214e86cSMartina Krasteva	depends on OF_GPIO
2519214e86cSMartina Krasteva	help
2529214e86cSMartina Krasteva	  This is a Video4Linux2 sensor driver for the Sony
2539214e86cSMartina Krasteva	  IMX412 camera.
2549214e86cSMartina Krasteva
2559214e86cSMartina Krasteva	  To compile this driver as a module, choose M here: the
2569214e86cSMartina Krasteva	  module will be called imx412.
25714cd15e7SGerald Loacker
25814cd15e7SGerald Loackerconfig VIDEO_IMX415
25914cd15e7SGerald Loacker	tristate "Sony IMX415 sensor support"
260d5df1c7fSAlexander Stein	depends on OF_GPIO
26114cd15e7SGerald Loacker	select V4L2_CCI_I2C
26214cd15e7SGerald Loacker	help
26314cd15e7SGerald Loacker	  This is a Video4Linux2 sensor driver for the Sony
26414cd15e7SGerald Loacker	  IMX415 camera.
26514cd15e7SGerald Loacker
26614cd15e7SGerald Loacker	  To compile this driver as a module, choose M here: the
26714cd15e7SGerald Loacker	  module will be called imx415.
2686cdc31b2SMauro Carvalho Chehab
2696cdc31b2SMauro Carvalho Chehabconfig VIDEO_MAX9271_LIB
2706cdc31b2SMauro Carvalho Chehab	tristate
2716cdc31b2SMauro Carvalho Chehab
2726cdc31b2SMauro Carvalho Chehabconfig VIDEO_MT9M001
2736cdc31b2SMauro Carvalho Chehab	tristate "mt9m001 support"
2746cdc31b2SMauro Carvalho Chehab	help
2756cdc31b2SMauro Carvalho Chehab	  This driver supports MT9M001 cameras from Micron, monochrome
2766cdc31b2SMauro Carvalho Chehab	  and colour models.
2776cdc31b2SMauro Carvalho Chehab
2786cdc31b2SMauro Carvalho Chehabconfig VIDEO_MT9M111
2796cdc31b2SMauro Carvalho Chehab	tristate "mt9m111, mt9m112 and mt9m131 support"
2806cdc31b2SMauro Carvalho Chehab	help
2816cdc31b2SMauro Carvalho Chehab	  This driver supports MT9M111, MT9M112 and MT9M131 cameras from
2826cdc31b2SMauro Carvalho Chehab	  Micron/Aptina
28324d756e9SLaurent Pinchart
28424d756e9SLaurent Pinchartconfig VIDEO_MT9M114
28524d756e9SLaurent Pinchart	tristate "onsemi MT9M114 sensor support"
28624d756e9SLaurent Pinchart	select V4L2_CCI_I2C
28724d756e9SLaurent Pinchart	help
28824d756e9SLaurent Pinchart	  This is a Video4Linux2 sensor-level driver for the onsemi MT9M114
28924d756e9SLaurent Pinchart	  camera.
29024d756e9SLaurent Pinchart
29124d756e9SLaurent Pinchart	  To compile this driver as a module, choose M here: the
29224d756e9SLaurent Pinchart	  module will be called mt9m114.
2936cdc31b2SMauro Carvalho Chehab
2946cdc31b2SMauro Carvalho Chehabconfig VIDEO_MT9P031
2956cdc31b2SMauro Carvalho Chehab	tristate "Aptina MT9P031 support"
2966cdc31b2SMauro Carvalho Chehab	select VIDEO_APTINA_PLL
2976cdc31b2SMauro Carvalho Chehab	help
2986cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the Aptina
2996cdc31b2SMauro Carvalho Chehab	  (Micron) mt9p031 5 Mpixel camera.
3006cdc31b2SMauro Carvalho Chehab
3016cdc31b2SMauro Carvalho Chehabconfig VIDEO_MT9T112
3026cdc31b2SMauro Carvalho Chehab	tristate "Aptina MT9T111/MT9T112 support"
3036cdc31b2SMauro Carvalho Chehab	help
3046cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the Aptina
3056cdc31b2SMauro Carvalho Chehab	  (Micron) MT9T111 and MT9T112 3 Mpixel camera.
3066cdc31b2SMauro Carvalho Chehab
3076cdc31b2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
3086cdc31b2SMauro Carvalho Chehab	  module will be called mt9t112.
3096cdc31b2SMauro Carvalho Chehab
3106cdc31b2SMauro Carvalho Chehabconfig VIDEO_MT9V011
3116cdc31b2SMauro Carvalho Chehab	tristate "Micron mt9v011 sensor support"
3126cdc31b2SMauro Carvalho Chehab	help
3136cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the Micron
3146cdc31b2SMauro Carvalho Chehab	  mt0v011 1.3 Mpixel camera.  It currently only works with the
3156cdc31b2SMauro Carvalho Chehab	  em28xx driver.
3166cdc31b2SMauro Carvalho Chehab
3176cdc31b2SMauro Carvalho Chehabconfig VIDEO_MT9V032
3186cdc31b2SMauro Carvalho Chehab	tristate "Micron MT9V032 sensor support"
3196cdc31b2SMauro Carvalho Chehab	select REGMAP_I2C
3206cdc31b2SMauro Carvalho Chehab	help
3216cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the Micron
3226cdc31b2SMauro Carvalho Chehab	  MT9V032 752x480 CMOS sensor.
3236cdc31b2SMauro Carvalho Chehab
3246cdc31b2SMauro Carvalho Chehabconfig VIDEO_MT9V111
3256cdc31b2SMauro Carvalho Chehab	tristate "Aptina MT9V111 sensor support"
3266cdc31b2SMauro Carvalho Chehab	help
3276cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the Aptina/Micron
3286cdc31b2SMauro Carvalho Chehab	  MT9V111 sensor.
3296cdc31b2SMauro Carvalho Chehab
3306cdc31b2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
3316cdc31b2SMauro Carvalho Chehab	  module will be called mt9v111.
332472377feSShawn Tu
333472377feSShawn Tuconfig VIDEO_OG01A1B
334472377feSShawn Tu	tristate "OmniVision OG01A1B sensor support"
335472377feSShawn Tu	help
336472377feSShawn Tu	  This is a Video4Linux2 sensor driver for the OmniVision
337472377feSShawn Tu	  OG01A1B camera.
338472377feSShawn Tu
339472377feSShawn Tu	  To compile this driver as a module, choose M here: the
340472377feSShawn Tu	  module will be called og01a1b.
3410827b58dSBingbu Cao
3420827b58dSBingbu Caoconfig VIDEO_OV01A10
3430827b58dSBingbu Cao	tristate "OmniVision OV01A10 sensor support"
3440827b58dSBingbu Cao	help
3450827b58dSBingbu Cao	  This is a Video4Linux2 sensor driver for the OmniVision
3460827b58dSBingbu Cao	  OV01A10 camera.
3470827b58dSBingbu Cao
3480827b58dSBingbu Cao	  To compile this driver as a module, choose M here: the
3490827b58dSBingbu Cao	  module will be called ov01a10.
35091807efbSDongchun Zhu
35191807efbSDongchun Zhuconfig VIDEO_OV02A10
35291807efbSDongchun Zhu	tristate "OmniVision OV02A10 sensor support"
35391807efbSDongchun Zhu	help
35491807efbSDongchun Zhu	  This is a Video4Linux2 sensor driver for the OmniVision
35591807efbSDongchun Zhu	  OV02A10 camera.
35691807efbSDongchun Zhu
35791807efbSDongchun Zhu	  To compile this driver as a module, choose M here: the
35891807efbSDongchun Zhu	  module will be called ov02a10.
3597be91e02SJimmy Su
3607be91e02SJimmy Suconfig VIDEO_OV02E10
3617be91e02SJimmy Su	tristate "OmniVision OV02E10 sensor support"
3627be91e02SJimmy Su	select V4L2_CCI_I2C
3637be91e02SJimmy Su	help
3647be91e02SJimmy Su	  This is a Video4Linux2 sensor driver for the OmniVision
3657be91e02SJimmy Su	  OV02E10 camera.
3667be91e02SJimmy Su
3677be91e02SJimmy Su	  To compile this driver as a module, choose M here: the
36838fc5136SShawn Tu	  module will be called ov02e10.
36938fc5136SShawn Tu
37038fc5136SShawn Tuconfig VIDEO_OV02C10
37138fc5136SShawn Tu	tristate "OmniVision OV02C10 sensor support"
37238fc5136SShawn Tu	select V4L2_CCI_I2C
37338fc5136SShawn Tu	help
37438fc5136SShawn Tu	  This is a Video4Linux2 sensor driver for the OmniVision
37538fc5136SShawn Tu	  OV02C10 camera.
37638fc5136SShawn Tu
3776cdc31b2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
3786cdc31b2SMauro Carvalho Chehab	  module will be called ov02c10.
3796cdc31b2SMauro Carvalho Chehab
3806cdc31b2SMauro Carvalho Chehabconfig VIDEO_OV08D10
3816cdc31b2SMauro Carvalho Chehab        tristate "OmniVision OV08D10 sensor support"
3826cdc31b2SMauro Carvalho Chehab        help
3836cdc31b2SMauro Carvalho Chehab          This is a Video4Linux2 sensor driver for the OmniVision
3846cdc31b2SMauro Carvalho Chehab          OV08D10 camera sensor.
3856cdc31b2SMauro Carvalho Chehab
3866cdc31b2SMauro Carvalho Chehab          To compile this driver as a module, choose M here: the
3876cdc31b2SMauro Carvalho Chehab          module will be called ov08d10.
3886cdc31b2SMauro Carvalho Chehab
38934aa8879SHans Verkuilconfig VIDEO_OV08X40
39034aa8879SHans Verkuil	tristate "OmniVision OV08X40 sensor support"
39134aa8879SHans Verkuil	help
392be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
39334aa8879SHans Verkuil	  OV08X40 camera.
39434aa8879SHans Verkuil
39534aa8879SHans Verkuil	  To compile this driver as a module, choose M here: the
39634aa8879SHans Verkuil	  module will be called ov08x40.
39734aa8879SHans Verkuil
398c4c0283aSBenoit Parrotconfig VIDEO_OV13858
399c4c0283aSBenoit Parrot	tristate "OmniVision OV13858 sensor support"
40011ec2c45SSakari Ailus	help
401b60a5b8dSMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the OmniVision
402be9543ecSSakari Ailus	  OV13858 camera.
403c4c0283aSBenoit Parrot
404c4c0283aSBenoit Parrotconfig VIDEO_OV13B10
405c4c0283aSBenoit Parrot	tristate "OmniVision OV13B10 sensor support"
406c4c0283aSBenoit Parrot	help
407c4c0283aSBenoit Parrot	  This is a Video4Linux2 sensor driver for the OmniVision
4083ee47cadSRui Miguel Silva	  OV13B10 camera.
4093ee47cadSRui Miguel Silva
4109289998eSHans de Goedeconfig VIDEO_OV2640
411b60a5b8dSMauro Carvalho Chehab	tristate "OmniVision OV2640 sensor support"
4123ee47cadSRui Miguel Silva	help
4133ee47cadSRui Miguel Silva	  This is a Video4Linux2 sensor driver for the OmniVision
4143ee47cadSRui Miguel Silva	  OV2640 camera.
4153ee47cadSRui Miguel Silva
4163ee47cadSRui Miguel Silva	  To compile this driver as a module, choose M here: the
4173ee47cadSRui Miguel Silva	  module will be called ov2640.
418e3861d91SShunqian Zheng
419e3861d91SShunqian Zhengconfig VIDEO_OV2659
420b60a5b8dSMauro Carvalho Chehab	tristate "OmniVision OV2659 sensor support"
421be9543ecSSakari Ailus	depends on GPIOLIB
422e3861d91SShunqian Zheng	help
423e3861d91SShunqian Zheng	  This is a Video4Linux2 sensor driver for the OmniVision
424e3861d91SShunqian Zheng	  OV2659 camera.
425e3861d91SShunqian Zheng
426e3861d91SShunqian Zheng	  To compile this driver as a module, choose M here: the
427866edc89SBingbu Cao	  module will be called ov2659.
428866edc89SBingbu Cao
4291e8d3bbcSBingbu Caoconfig VIDEO_OV2680
430e0f822f8SSergey Senozhatsky	tristate "OmniVision OV2680 sensor support"
431866edc89SBingbu Cao	select V4L2_CCI_I2C
432866edc89SBingbu Cao	help
433866edc89SBingbu Cao	  This is a Video4Linux2 sensor driver for the OmniVision
434866edc89SBingbu Cao	  OV2680 camera.
435866edc89SBingbu Cao
436866edc89SBingbu Cao	  To compile this driver as a module, choose M here: the
437866edc89SBingbu Cao	  module will be called ov2680.
43832a437dbSMikhail Rudenko
43932a437dbSMikhail Rudenkoconfig VIDEO_OV2685
44011ec2c45SSakari Ailus	tristate "OmniVision OV2685 sensor support"
4418fe37e59SMikhail Rudenko	help
44232a437dbSMikhail Rudenko	  This is a Video4Linux2 sensor driver for the OmniVision
44332a437dbSMikhail Rudenko	  OV2685 camera.
44432a437dbSMikhail Rudenko
44532a437dbSMikhail Rudenko	  To compile this driver as a module, choose M here: the
44632a437dbSMikhail Rudenko	  module will be called ov2685.
44732a437dbSMikhail Rudenko
44832a437dbSMikhail Rudenkoconfig VIDEO_OV2740
44919a81c14SSteve Longerbeam	tristate "OmniVision OV2740 sensor support"
45019a81c14SSteve Longerbeam	depends on ACPI || COMPILE_TEST
45119a81c14SSteve Longerbeam	select REGMAP_I2C
45211ec2c45SSakari Ailus	help
453b60a5b8dSMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the OmniVision
454be9543ecSSakari Ailus	  OV2740 camera.
45519a81c14SSteve Longerbeam
45619a81c14SSteve Longerbeam	  To compile this driver as a module, choose M here: the
4579cae9722STodor Tomov	  module will be called ov2740.
4589cae9722STodor Tomov
4599cae9722STodor Tomovconfig VIDEO_OV4689
460b60a5b8dSMauro Carvalho Chehab	tristate "OmniVision OV4689 sensor support"
461be9543ecSSakari Ailus	depends on GPIOLIB
4629cae9722STodor Tomov	select V4L2_CCI_I2C
4639cae9722STodor Tomov	help
4649cae9722STodor Tomov	  This is a Video4Linux2 sensor-level driver for the OmniVision
4659cae9722STodor Tomov	  OV4689 camera.
4669cae9722STodor Tomov
4673c2472a3SRamiro Oliveira	  To compile this driver as a module, choose M here: the
4683c2472a3SRamiro Oliveira	  module will be called ov4689.
469b60a5b8dSMauro Carvalho Chehab
470be9543ecSSakari Ailusconfig VIDEO_OV5640
4713c2472a3SRamiro Oliveira	tristate "OmniVision OV5640 sensor support"
4723c2472a3SRamiro Oliveira	depends on OF
4733c2472a3SRamiro Oliveira	depends on GPIOLIB
4743c2472a3SRamiro Oliveira	help
4753c2472a3SRamiro Oliveira	  This is a Video4Linux2 sensor driver for the Omnivision
476e43ccb0aSPaul Kocialkowski	  OV5640 camera sensor with a MIPI CSI-2 interface.
477e43ccb0aSPaul Kocialkowski
47811ec2c45SSakari Ailusconfig VIDEO_OV5645
479e43ccb0aSPaul Kocialkowski	tristate "OmniVision OV5645 sensor support"
480e43ccb0aSPaul Kocialkowski	depends on OF
481e43ccb0aSPaul Kocialkowski	help
482e43ccb0aSPaul Kocialkowski	  This is a Video4Linux2 sensor driver for the OmniVision
483e43ccb0aSPaul Kocialkowski	  OV5645 camera.
484e43ccb0aSPaul Kocialkowski
485e43ccb0aSPaul Kocialkowski	  To compile this driver as a module, choose M here: the
4865de35c9bSChiranjeevi Rapolu	  module will be called ov5645.
4875de35c9bSChiranjeevi Rapolu
488b60a5b8dSMauro Carvalho Chehabconfig VIDEO_OV5647
489be9543ecSSakari Ailus	tristate "OmniVision OV5647 sensor support"
4905de35c9bSChiranjeevi Rapolu	help
4915de35c9bSChiranjeevi Rapolu	  This is a Video4Linux2 sensor driver for the OmniVision
4925de35c9bSChiranjeevi Rapolu	  OV5647 camera.
4935de35c9bSChiranjeevi Rapolu
4945de35c9bSChiranjeevi Rapolu	  To compile this driver as a module, choose M here: the
495bf27502bSShawn Tu	  module will be called ov5647.
496bf27502bSShawn Tu
497bf27502bSShawn Tuconfig VIDEO_OV5648
498bf27502bSShawn Tu	tristate "OmniVision OV5648 sensor support"
499bf27502bSShawn Tu	depends on PM
500bf27502bSShawn Tu	help
501bf27502bSShawn Tu	  This is a Video4Linux2 sensor driver for the OmniVision
502bf27502bSShawn Tu	  OV5648 camera.
503bf27502bSShawn Tu
50489aef879SDaniel Scally	  To compile this driver as a module, choose M here: the
50589aef879SDaniel Scally	  module will be called ov5648.
506f3a5e2ccSHans de Goede
50789aef879SDaniel Scallyconfig VIDEO_OV5670
50889aef879SDaniel Scally	tristate "OmniVision OV5670 sensor support"
50989aef879SDaniel Scally	help
51089aef879SDaniel Scally	  This is a Video4Linux2 sensor driver for the OmniVision
51189aef879SDaniel Scally	  OV5670 camera.
51289aef879SDaniel Scally
51389aef879SDaniel Scally	  To compile this driver as a module, choose M here: the
5148a77009bSShunqian Zheng	  module will be called ov5670.
5158a77009bSShunqian Zheng
516b60a5b8dSMauro Carvalho Chehabconfig VIDEO_OV5675
517be9543ecSSakari Ailus	tristate "OmniVision OV5675 sensor support"
5188a77009bSShunqian Zheng	help
5198a77009bSShunqian Zheng	  This is a Video4Linux2 sensor driver for the OmniVision
5208a77009bSShunqian Zheng	  OV5675 camera.
5218a77009bSShunqian Zheng
5228a77009bSShunqian Zheng	  To compile this driver as a module, choose M here: the
52303d93f8eSJacopo Mondi	  module will be called ov5675.
52403d93f8eSJacopo Mondi
52503d93f8eSJacopo Mondiconfig VIDEO_OV5693
52603d93f8eSJacopo Mondi	tristate "OmniVision OV5693 sensor support"
52703d93f8eSJacopo Mondi	select V4L2_CCI_I2C
52803d93f8eSJacopo Mondi	help
52903d93f8eSJacopo Mondi	  This is a Video4Linux2 sensor driver for the OmniVision
53003d93f8eSJacopo Mondi	  OV5693 camera.
53103d93f8eSJacopo Mondi
53203d93f8eSJacopo Mondi	  To compile this driver as a module, choose M here: the
5336cdc31b2SMauro Carvalho Chehab	  module will be called ov5693.
5346cdc31b2SMauro Carvalho Chehab
5356cdc31b2SMauro Carvalho Chehabconfig VIDEO_OV5695
5366cdc31b2SMauro Carvalho Chehab	tristate "OmniVision OV5695 sensor support"
5376cdc31b2SMauro Carvalho Chehab	help
5386cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the OmniVision
5396cdc31b2SMauro Carvalho Chehab	  OV5695 camera.
5406cdc31b2SMauro Carvalho Chehab
5416cdc31b2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
542d30bb512STodor Tomov	  module will be called ov5695.
543d30bb512STodor Tomov
544d30bb512STodor Tomovconfig VIDEO_OV64A40
545be9543ecSSakari Ailus	tristate "OmniVision OV64A40 sensor support"
546d30bb512STodor Tomov	select V4L2_CCI_I2C
547d30bb512STodor Tomov	help
548d30bb512STodor Tomov	  This is a Video4Linux2 sensor driver for the OmniVision
549d30bb512STodor Tomov	  OV64A40 camera.
550d30bb512STodor Tomov
551ec367c3cSHans Verkuil	  To compile this driver as a module, choose M here: the
552ec367c3cSHans Verkuil	  module will be called ov64a40.
553b60a5b8dSMauro Carvalho Chehab
554be9543ecSSakari Ailusconfig VIDEO_OV6650
555ec367c3cSHans Verkuil	tristate "OmniVision OV6650 sensor support"
556ec367c3cSHans Verkuil	help
557ec367c3cSHans Verkuil	  This is a Video4Linux2 sensor driver for the OmniVision
558ec367c3cSHans Verkuil	  OV6650 camera.
559ec367c3cSHans Verkuil
560cb7a01acSMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
561cb7a01acSMauro Carvalho Chehab	  module will be called ov6650.
562b60a5b8dSMauro Carvalho Chehab
563be9543ecSSakari Ailusconfig VIDEO_OV7251
564cb7a01acSMauro Carvalho Chehab	tristate "OmniVision OV7251 sensor support"
565cb7a01acSMauro Carvalho Chehab	help
566cb7a01acSMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the OmniVision
5676cdc31b2SMauro Carvalho Chehab	  OV7251 camera.
5686cdc31b2SMauro Carvalho Chehab
5696cdc31b2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
5706cdc31b2SMauro Carvalho Chehab	  module will be called ov7251.
5716cdc31b2SMauro Carvalho Chehab
5726cdc31b2SMauro Carvalho Chehabconfig VIDEO_OV7640
5736cdc31b2SMauro Carvalho Chehab	tristate "OmniVision OV7640 sensor support"
5746cdc31b2SMauro Carvalho Chehab	help
5756cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the OmniVision
5766cdc31b2SMauro Carvalho Chehab	  OV7640 camera.
57739c5c447SWenyou Yang
57839c5c447SWenyou Yang	  To compile this driver as a module, choose M here: the
579fd210e31SRaag Jadav	  module will be called ov7640.
580b60a5b8dSMauro Carvalho Chehab
581be9543ecSSakari Ailusconfig VIDEO_OV7670
58239c5c447SWenyou Yang	tristate "OmniVision OV7670 sensor support"
58339c5c447SWenyou Yang	help
584879347f0SBen Kao	  This is a Video4Linux2 sensor driver for the OmniVision
585879347f0SBen Kao	  OV7670 VGA camera.  It currently only works with the M88ALP01
586879347f0SBen Kao	  controller.
587879347f0SBen Kao
588879347f0SBen Kaoconfig VIDEO_OV772X
589879347f0SBen Kao	tristate "OmniVision OV772x sensor support"
590879347f0SBen Kao	select REGMAP_SCCB
591879347f0SBen Kao	help
592879347f0SBen Kao	  This is a Video4Linux2 sensor driver for the OmniVision
593e14d3ac8SNicholas Roth	  OV772x camera.
594e14d3ac8SNicholas Roth
59511ec2c45SSakari Ailus	  To compile this driver as a module, choose M here: the
596e14d3ac8SNicholas Roth	  module will be called ov772x.
597e14d3ac8SNicholas Roth
598e14d3ac8SNicholas Rothconfig VIDEO_OV7740
599e14d3ac8SNicholas Roth	tristate "OmniVision OV7740 sensor support"
600e14d3ac8SNicholas Roth	select REGMAP_SCCB
601e14d3ac8SNicholas Roth	help
602e14d3ac8SNicholas Roth	  This is a Video4Linux2 sensor driver for the OmniVision
60311c0d8fdSPaul Kocialkowski	  OV7740 VGA camera sensor.
60411c0d8fdSPaul Kocialkowski
60511ec2c45SSakari Ailusconfig VIDEO_OV8856
60611c0d8fdSPaul Kocialkowski	tristate "OmniVision OV8856 sensor support"
60711c0d8fdSPaul Kocialkowski	help
60811c0d8fdSPaul Kocialkowski	  This is a Video4Linux2 sensor driver for the OmniVision
60911c0d8fdSPaul Kocialkowski	  OV8856 camera sensor.
61011c0d8fdSPaul Kocialkowski
61111c0d8fdSPaul Kocialkowski	  To compile this driver as a module, choose M here: the
61211c0d8fdSPaul Kocialkowski	  module will be called ov8856.
61314ea315bSMartina Krasteva
61414ea315bSMartina Krastevaconfig VIDEO_OV8858
61514ea315bSMartina Krasteva	tristate "OmniVision OV8858 sensor support"
61614ea315bSMartina Krasteva	depends on PM
61714ea315bSMartina Krasteva	help
61814ea315bSMartina Krasteva	  This is a Video4Linux2 sensor driver for OmniVision
61914ea315bSMartina Krasteva	  OV8858 camera sensor.
62014ea315bSMartina Krasteva
62114ea315bSMartina Krasteva	  To compile this driver as a module, choose M here: the
62214ea315bSMartina Krasteva	  module will be called ov8858.
62357b0ad9eSPetr Cvek
62457b0ad9eSPetr Cvekconfig VIDEO_OV8865
62557b0ad9eSPetr Cvek	tristate "OmniVision OV8865 sensor support"
62657b0ad9eSPetr Cvek	depends on PM
62757b0ad9eSPetr Cvek	help
62857b0ad9eSPetr Cvek	  This is a Video4Linux2 sensor driver for OmniVision
62984a15dedSSylwester Nawrocki	  OV8865 camera sensor.
63084a15dedSSylwester Nawrocki
631361f3803SAkinobu Mita	  To compile this driver as a module, choose M here: the
632b60a5b8dSMauro Carvalho Chehab	  module will be called ov8865.
633be9543ecSSakari Ailus
63484a15dedSSylwester Nawrockiconfig VIDEO_OV9282
63584a15dedSSylwester Nawrocki	tristate "OmniVision OV9282 sensor support"
636d3f863a6STianshu Qiu	depends on OF_GPIO
637d3f863a6STianshu Qiu	help
638d3f863a6STianshu Qiu	  This is a Video4Linux2 sensor driver for the OmniVision
639d3f863a6STianshu Qiu	  OV9282 camera sensor.
640d3f863a6STianshu Qiu
641d3f863a6STianshu Qiu	  To compile this driver as a module, choose M here: the
642d3f863a6STianshu Qiu	  module will be called ov9282.
643d3f863a6STianshu Qiu
644d3f863a6STianshu Qiuconfig VIDEO_OV9640
645d3f863a6STianshu Qiu	tristate "OmniVision OV9640 sensor support"
64634009bffSJacopo Mondi	help
64734009bffSJacopo Mondi	  This is a Video4Linux2 sensor driver for the OmniVision
6487f03d9feSJacopo Mondi	  OV9640 camera sensor.
64934009bffSJacopo Mondi
65034009bffSJacopo Mondiconfig VIDEO_OV9650
65134009bffSJacopo Mondi	tristate "OmniVision OV9650/OV9652 sensor support"
65234009bffSJacopo Mondi	select REGMAP_SCCB
65334009bffSJacopo Mondi	help
65434009bffSJacopo Mondi	  This is a V4L2 sensor driver for the Omnivision
65534009bffSJacopo Mondi	  OV9650 and OV9652 camera sensors.
656a59f853bSJacopo Mondi
657a59f853bSJacopo Mondiconfig VIDEO_OV9734
6587f03d9feSJacopo Mondi	tristate "OmniVision OV9734 sensor support"
659a59f853bSJacopo Mondi	depends on ACPI || COMPILE_TEST
660a59f853bSJacopo Mondi	help
661a59f853bSJacopo Mondi	  This is a Video4Linux2 sensor driver for the OmniVision
662a59f853bSJacopo Mondi	  OV9734 camera.
663a59f853bSJacopo Mondi
664a59f853bSJacopo Mondi	  To compile this driver as a module, choose M here: the
665a59f853bSJacopo Mondi	  module's name is ov9734.
6668cba1ae6SJacopo Mondi
6678cba1ae6SJacopo Mondiconfig VIDEO_RDACM20
6688cba1ae6SJacopo Mondi	tristate "IMI RDACM20 camera support"
669be9543ecSSakari Ailus	select VIDEO_MAX9271_LIB
6708cba1ae6SJacopo Mondi	help
6718cba1ae6SJacopo Mondi	  This driver supports the IMI RDACM20 GMSL camera, used in
6728cba1ae6SJacopo Mondi	  ADAS systems.
6738cba1ae6SJacopo Mondi
6748cba1ae6SJacopo Mondi	  This camera should be used in conjunction with a GMSL
6756cdc31b2SMauro Carvalho Chehab	  deserialiser such as the MAX9286.
6766cdc31b2SMauro Carvalho Chehab
67711ec2c45SSakari Ailusconfig VIDEO_RDACM21
678b60a5b8dSMauro Carvalho Chehab	tristate "IMI RDACM21 camera support"
6796cdc31b2SMauro Carvalho Chehab	select VIDEO_MAX9271_LIB
6806cdc31b2SMauro Carvalho Chehab	help
681814b4dd9SSylwester Nawrocki	  This driver supports the IMI RDACM21 GMSL camera, used in
6827d459937SAndrzej Hajda	  ADAS systems.
6837d459937SAndrzej Hajda
684b60a5b8dSMauro Carvalho Chehab	  This camera should be used in conjunction with a GMSL
685be9543ecSSakari Ailus	  deserialiser such as the MAX9286.
6867d459937SAndrzej Hajda
6877d459937SAndrzej Hajdaconfig VIDEO_RJ54N1
6886cdc31b2SMauro Carvalho Chehab	tristate "Sharp RJ54N1CB0C sensor support"
6896cdc31b2SMauro Carvalho Chehab	help
690b60a5b8dSMauro Carvalho Chehab	  This is a V4L2 sensor driver for Sharp RJ54N1CB0C CMOS image
6916cdc31b2SMauro Carvalho Chehab	  sensor.
6926cdc31b2SMauro Carvalho Chehab
6936cdc31b2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
69415765ff7SBenjamin Mugnier	  module will be called rj54n1.
695153e4ad4SBenjamin Mugnier
6969a6d7f2bSJulien Massotconfig VIDEO_S5C73M3
69711ec2c45SSakari Ailus	tristate "Samsung S5C73M3 sensor support"
698153e4ad4SBenjamin Mugnier	depends on SPI
699153e4ad4SBenjamin Mugnier	help
700153e4ad4SBenjamin Mugnier	  This is a V4L2 sensor driver for Samsung S5C73M3
701153e4ad4SBenjamin Mugnier	  8 Mpixel camera.
7026cdc31b2SMauro Carvalho Chehab
7036cdc31b2SMauro Carvalho Chehabconfig VIDEO_S5K5BAF
704cac47f18SAndrzej Hajda	tristate "Samsung S5K5BAF sensor support"
7057d3c7d2aSSakari Ailus	help
7065c57ae64SMauro Carvalho Chehab	  This is a V4L2 sensor driver for Samsung S5K5BAF 2M
7077a52ab41SPaul Elder	  camera sensor with an embedded SoC image signal processor.
7087a52ab41SPaul Elder
7097a52ab41SPaul Elderconfig VIDEO_S5K6A3
7107a52ab41SPaul Elder	tristate "Samsung S5K6A3 sensor support"
7117a52ab41SPaul Elder	help
7127a52ab41SPaul Elder	  This is a V4L2 sensor driver for Samsung S5K6A3 raw
71360a031b6SArnd Bergmann	  camera sensor.
714fea074e9SKory Maincent
7157a52ab41SPaul Elderconfig VIDEO_VD55G1
7167a52ab41SPaul Elder	tristate "ST VD55G1 sensor support"
7177a52ab41SPaul Elder	select V4L2_CCI_I2C
7187a52ab41SPaul Elder	depends on GPIOLIB
7197a52ab41SPaul Elder	help
7207a52ab41SPaul Elder	  This is a Video4Linux2 sensor driver for the ST VD55G1
7217a52ab41SPaul Elder	  camera sensor.
7227a52ab41SPaul Elder
7237a52ab41SPaul Elder	  To compile this driver as a module, choose M here: the
7247a52ab41SPaul Elder	  module will be called vd55g1.
7255c57ae64SMauro Carvalho Chehab
7265c57ae64SMauro Carvalho Chehabconfig VIDEO_VD56G3
7270d0d87fbSSakari Ailus	tristate "ST VD56G3 sensor support"
7280d0d87fbSSakari Ailus	select V4L2_CCI_I2C
7290d0d87fbSSakari Ailus	depends on GPIOLIB
7309958d30fSMauro Carvalho Chehab	help
73132a363d0SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the ST VD56G3
732ff3cc65cSSakari Ailus	  camera sensor.
733b60a5b8dSMauro Carvalho Chehab
7340d0d87fbSSakari Ailus	  To compile this driver as a module, choose M here: the
7350d0d87fbSSakari Ailus	  module will be called vd56g3.
7360d0d87fbSSakari Ailus
7370d0d87fbSSakari Ailusconfig VIDEO_VGXY61
7380d0d87fbSSakari Ailus	tristate "ST VGXY61 sensor support"
7399958d30fSMauro Carvalho Chehab	select V4L2_CCI_I2C
74032a363d0SMauro Carvalho Chehab	depends on OF && GPIOLIB
74132a363d0SMauro Carvalho Chehab	help
742ff3cc65cSSakari Ailus	  This is a Video4Linux2 sensor driver for the ST VGXY61
7430d0d87fbSSakari Ailus	  camera sensor.
7440d0d87fbSSakari Ailus
7450d0d87fbSSakari Ailussource "drivers/media/i2c/ccs/Kconfig"
7460d0d87fbSSakari Ailussource "drivers/media/i2c/et8ek8/Kconfig"
7470d0d87fbSSakari Ailus
7480d0d87fbSSakari Ailusendif
7490d0d87fbSSakari Ailus
7500d0d87fbSSakari Ailusmenu "Camera ISPs"
7519958d30fSMauro Carvalho Chehab	visible if MEDIA_CAMERA_SUPPORT
75232a363d0SMauro Carvalho Chehab
75332a363d0SMauro Carvalho Chehabconfig VIDEO_THP7312
754ff3cc65cSSakari Ailus	tristate "THine THP7312 support"
755b60a5b8dSMauro Carvalho Chehab	depends on I2C
7560d0d87fbSSakari Ailus	select FW_LOADER
7570d0d87fbSSakari Ailus	select FW_UPLOAD
7580d0d87fbSSakari Ailus	select MEDIA_CONTROLLER
7590d0d87fbSSakari Ailus	select V4L2_CCI_I2C
7600d0d87fbSSakari Ailus	select V4L2_FWNODE
761fed60fc5SDaniel Scally	select VIDEO_V4L2_SUBDEV_API
762fed60fc5SDaniel Scally	help
763fed60fc5SDaniel Scally	  This is a Video4Linux2 sensor-level driver for the THine
764fed60fc5SDaniel Scally	  THP7312 ISP.
765fed60fc5SDaniel Scally
766fed60fc5SDaniel Scallyendmenu
767fed60fc5SDaniel Scally
768fed60fc5SDaniel Scallymenu "Lens drivers"
769fed60fc5SDaniel Scally	visible if MEDIA_CAMERA_SUPPORT
770fed60fc5SDaniel Scally
771fed60fc5SDaniel Scallyconfig VIDEO_AD5820
772fed60fc5SDaniel Scally	tristate "AD5820 lens voice coil support"
77385989122SDongchun Zhu	depends on GPIOLIB && I2C && VIDEO_DEV
77485989122SDongchun Zhu	select MEDIA_CONTROLLER
7759958d30fSMauro Carvalho Chehab	select V4L2_ASYNC
77685989122SDongchun Zhu	help
77785989122SDongchun Zhu	  This is a driver for the AD5820 camera lens voice coil.
77885989122SDongchun Zhu	  It is used for example in Nokia N900 (RX-51).
77985989122SDongchun Zhu
78085989122SDongchun Zhuconfig VIDEO_AK7375
78185989122SDongchun Zhu	tristate "AK7375 lens voice coil support"
78285989122SDongchun Zhu	depends on I2C && VIDEO_DEV
78385989122SDongchun Zhu	select MEDIA_CONTROLLER
78485989122SDongchun Zhu	select VIDEO_V4L2_SUBDEV_API
7850d0d87fbSSakari Ailus	select V4L2_ASYNC
7860d0d87fbSSakari Ailus	help
7879958d30fSMauro Carvalho Chehab	  This is a driver for the AK7375 camera lens voice coil.
78832a363d0SMauro Carvalho Chehab	  AK7375 is a 12 bit DAC with 120mA output current sink
78932a363d0SMauro Carvalho Chehab	  capability. This is designed for linear control of
790ff3cc65cSSakari Ailus	  voice coil motors, controlled via I2C serial interface.
791b60a5b8dSMauro Carvalho Chehab
7920d0d87fbSSakari Ailusconfig VIDEO_DW9714
7930d0d87fbSSakari Ailus	tristate "DW9714 lens voice coil support"
7940d0d87fbSSakari Ailus	depends on I2C && VIDEO_DEV
7950d0d87fbSSakari Ailus	select MEDIA_CONTROLLER
7960d0d87fbSSakari Ailus	select VIDEO_V4L2_SUBDEV_API
7975c57ae64SMauro Carvalho Chehab	select V4L2_ASYNC
7988f4ac27aSSakari Ailus	help
7995c57ae64SMauro Carvalho Chehab	  This is a driver for the DW9714 camera lens voice coil.
8005c57ae64SMauro Carvalho Chehab	  DW9714 is a 10 bit DAC with 120mA output current sink
801cb7a01acSMauro Carvalho Chehab	  capability. This is designed for linear control of
802cb7a01acSMauro Carvalho Chehab	  voice coil motors, controlled via I2C serial interface.
803cb7a01acSMauro Carvalho Chehab
8049958d30fSMauro Carvalho Chehabconfig VIDEO_DW9719
80532a363d0SMauro Carvalho Chehab	tristate "DW9719 lens voice coil support"
806ff3cc65cSSakari Ailus	depends on I2C && VIDEO_DEV
807b60a5b8dSMauro Carvalho Chehab	select MEDIA_CONTROLLER
808cb7a01acSMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
809cb7a01acSMauro Carvalho Chehab	select V4L2_ASYNC
810cb7a01acSMauro Carvalho Chehab	select V4L2_CCI_I2C
8117f6b11a1SDaniel Jeong	help
8127f6b11a1SDaniel Jeong	  This is a driver for the DW9719 camera lens voice coil.
8139958d30fSMauro Carvalho Chehab	  This is designed for linear control of voice coil motors,
81432a363d0SMauro Carvalho Chehab	  controlled via I2C serial interface.
8157f6b11a1SDaniel Jeong
816ff3cc65cSSakari Ailusconfig VIDEO_DW9768
817b60a5b8dSMauro Carvalho Chehab	tristate "DW9768 lens voice coil support"
8187f6b11a1SDaniel Jeong	depends on I2C && VIDEO_DEV
8197f6b11a1SDaniel Jeong	select MEDIA_CONTROLLER
8207f6b11a1SDaniel Jeong	select VIDEO_V4L2_SUBDEV_API
821dc76df5dSDaniel Jeong	select V4L2_FWNODE
822dc76df5dSDaniel Jeong	help
8239958d30fSMauro Carvalho Chehab	  This is a driver for the DW9768 camera lens voice coil.
82432a363d0SMauro Carvalho Chehab	  DW9768 is a 10 bit DAC with 100mA output current sink
825dc76df5dSDaniel Jeong	  capability. This is designed for linear control of
826ff3cc65cSSakari Ailus	  voice coil motors, controlled via I2C serial interface.
827b60a5b8dSMauro Carvalho Chehab
828dc76df5dSDaniel Jeongconfig VIDEO_DW9807_VCM
829dc76df5dSDaniel Jeong	tristate "DW9807 lens voice coil support"
8306cdc31b2SMauro Carvalho Chehab	depends on I2C && VIDEO_DEV
8315c57ae64SMauro Carvalho Chehab	select MEDIA_CONTROLLER
83232a363d0SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
833d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
834d94304f2SMauro Carvalho Chehab	help
835d94304f2SMauro Carvalho Chehab	  This is a driver for the DW9807 camera lens voice coil.
836d94304f2SMauro Carvalho Chehab	  DW9807 is a 10 bit DAC with 100mA output current sink
837d94304f2SMauro Carvalho Chehab	  capability. This is designed for linear control of
838d94304f2SMauro Carvalho Chehab	  voice coil motors, controlled via I2C serial interface.
839d94304f2SMauro Carvalho Chehab
840d94304f2SMauro Carvalho Chehabendmenu
841d94304f2SMauro Carvalho Chehab
842d94304f2SMauro Carvalho Chehabmenu "Flash devices"
843d94304f2SMauro Carvalho Chehab	visible if MEDIA_CAMERA_SUPPORT
844d94304f2SMauro Carvalho Chehab
845d94304f2SMauro Carvalho Chehabconfig VIDEO_ADP1653
846d94304f2SMauro Carvalho Chehab	tristate "ADP1653 flash support"
847d94304f2SMauro Carvalho Chehab	depends on I2C && VIDEO_DEV
848d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
849d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
850d94304f2SMauro Carvalho Chehab	help
851d94304f2SMauro Carvalho Chehab	  This is a driver for the ADP1653 flash controller. It is used for
852d94304f2SMauro Carvalho Chehab	  example in Nokia N900.
853d94304f2SMauro Carvalho Chehab
854d94304f2SMauro Carvalho Chehabconfig VIDEO_LM3560
855d94304f2SMauro Carvalho Chehab	tristate "LM3560 dual flash driver support"
856d94304f2SMauro Carvalho Chehab	depends on I2C && VIDEO_DEV
857d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
858d94304f2SMauro Carvalho Chehab	select REGMAP_I2C
859d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
860d94304f2SMauro Carvalho Chehab	help
861d94304f2SMauro Carvalho Chehab	  This is a driver for the lm3560 dual flash controllers. It controls
862d94304f2SMauro Carvalho Chehab	  flash, torch LEDs.
863d94304f2SMauro Carvalho Chehab
864d94304f2SMauro Carvalho Chehabconfig VIDEO_LM3646
865d94304f2SMauro Carvalho Chehab	tristate "LM3646 dual flash driver support"
866d94304f2SMauro Carvalho Chehab	depends on I2C && VIDEO_DEV
867d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
868d94304f2SMauro Carvalho Chehab	select REGMAP_I2C
869d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
870d94304f2SMauro Carvalho Chehab	help
871d94304f2SMauro Carvalho Chehab	  This is a driver for the lm3646 dual flash controllers. It controls
872d94304f2SMauro Carvalho Chehab	  flash, torch LEDs.
873d94304f2SMauro Carvalho Chehab
874d94304f2SMauro Carvalho Chehabendmenu
875d94304f2SMauro Carvalho Chehab
876d94304f2SMauro Carvalho Chehab#
877d94304f2SMauro Carvalho Chehab# V4L2 I2C drivers that aren't related with Camera support
878d94304f2SMauro Carvalho Chehab#
879d94304f2SMauro Carvalho Chehab
880d94304f2SMauro Carvalho Chehabcomment "audio, video and radio I2C drivers auto-selected by 'Autoselect ancillary drivers'"
881d94304f2SMauro Carvalho Chehab	depends on MEDIA_HIDE_ANCILLARY_SUBDRV
882d94304f2SMauro Carvalho Chehab#
883d94304f2SMauro Carvalho Chehab# Encoder / Decoder module configuration
884d94304f2SMauro Carvalho Chehab#
885d94304f2SMauro Carvalho Chehab
886d94304f2SMauro Carvalho Chehabmenu "Audio decoders, processors and mixers"
887d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
888d94304f2SMauro Carvalho Chehab
889d94304f2SMauro Carvalho Chehabconfig VIDEO_CS3308
890d94304f2SMauro Carvalho Chehab	tristate "Cirrus Logic CS3308 audio ADC"
891d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
892d94304f2SMauro Carvalho Chehab	help
893d94304f2SMauro Carvalho Chehab	  Support for the Cirrus Logic CS3308 High Performance 8-Channel
894d94304f2SMauro Carvalho Chehab	  Analog Volume Control
895d94304f2SMauro Carvalho Chehab
896d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
897d94304f2SMauro Carvalho Chehab	  module will be called cs3308.
898d94304f2SMauro Carvalho Chehab
899d94304f2SMauro Carvalho Chehabconfig VIDEO_CS5345
900d94304f2SMauro Carvalho Chehab	tristate "Cirrus Logic CS5345 audio ADC"
901d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
902d94304f2SMauro Carvalho Chehab	help
903d94304f2SMauro Carvalho Chehab	  Support for the Cirrus Logic CS5345 24-bit, 192 kHz
904d94304f2SMauro Carvalho Chehab	  stereo A/D converter.
905d94304f2SMauro Carvalho Chehab
906d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
907d94304f2SMauro Carvalho Chehab	  module will be called cs5345.
908d94304f2SMauro Carvalho Chehab
909d94304f2SMauro Carvalho Chehabconfig VIDEO_CS53L32A
910d94304f2SMauro Carvalho Chehab	tristate "Cirrus Logic CS53L32A audio ADC"
911d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
912d94304f2SMauro Carvalho Chehab	help
913d94304f2SMauro Carvalho Chehab	  Support for the Cirrus Logic CS53L32A low voltage
914d94304f2SMauro Carvalho Chehab	  stereo A/D converter.
915d94304f2SMauro Carvalho Chehab
916d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
917d94304f2SMauro Carvalho Chehab	  module will be called cs53l32a.
918d94304f2SMauro Carvalho Chehab
919d94304f2SMauro Carvalho Chehabconfig VIDEO_MSP3400
920d94304f2SMauro Carvalho Chehab	tristate "Micronas MSP34xx audio decoders"
921d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
922d94304f2SMauro Carvalho Chehab	help
923d94304f2SMauro Carvalho Chehab	  Support for the Micronas MSP34xx series of audio decoders.
924d94304f2SMauro Carvalho Chehab
925d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
926d94304f2SMauro Carvalho Chehab	  module will be called msp3400.
927d94304f2SMauro Carvalho Chehab
928d94304f2SMauro Carvalho Chehabconfig VIDEO_SONY_BTF_MPX
929d94304f2SMauro Carvalho Chehab	tristate "Sony BTF's internal MPX"
930d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
931d94304f2SMauro Carvalho Chehab	help
932d94304f2SMauro Carvalho Chehab	  Support for the internal MPX of the Sony BTF-PG472Z tuner.
933d94304f2SMauro Carvalho Chehab
934d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
935d94304f2SMauro Carvalho Chehab	  module will be called sony-btf-mpx.
936d94304f2SMauro Carvalho Chehab
937d94304f2SMauro Carvalho Chehabconfig VIDEO_TDA1997X
938d94304f2SMauro Carvalho Chehab	tristate "NXP TDA1997x HDMI receiver"
939d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
940d94304f2SMauro Carvalho Chehab	depends on SND_SOC
941d94304f2SMauro Carvalho Chehab	select HDMI
942d94304f2SMauro Carvalho Chehab	select SND_PCM
943d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
944d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
945d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
946d94304f2SMauro Carvalho Chehab	help
947d94304f2SMauro Carvalho Chehab	  V4L2 subdevice driver for the NXP TDA1997x HDMI receivers.
948d94304f2SMauro Carvalho Chehab
949d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
950d94304f2SMauro Carvalho Chehab	  module will be called tda1997x.
951d94304f2SMauro Carvalho Chehab
952d94304f2SMauro Carvalho Chehabconfig VIDEO_TDA7432
953d94304f2SMauro Carvalho Chehab	tristate "Philips TDA7432 audio processor"
954d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
955d94304f2SMauro Carvalho Chehab	help
956d94304f2SMauro Carvalho Chehab	  Support for tda7432 audio decoder chip found on some bt8xx boards.
957d94304f2SMauro Carvalho Chehab
958d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
959d94304f2SMauro Carvalho Chehab	  module will be called tda7432.
960d94304f2SMauro Carvalho Chehab
961d94304f2SMauro Carvalho Chehabconfig VIDEO_TDA9840
962d94304f2SMauro Carvalho Chehab	tristate "Philips TDA9840 audio processor"
963d94304f2SMauro Carvalho Chehab	depends on I2C
964d94304f2SMauro Carvalho Chehab	help
965d94304f2SMauro Carvalho Chehab	  Support for tda9840 audio decoder chip found on some Zoran boards.
966d94304f2SMauro Carvalho Chehab
967d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
968d94304f2SMauro Carvalho Chehab	  module will be called tda9840.
969d94304f2SMauro Carvalho Chehab
970d94304f2SMauro Carvalho Chehabconfig VIDEO_TEA6415C
971d94304f2SMauro Carvalho Chehab	tristate "Philips TEA6415C audio processor"
972d94304f2SMauro Carvalho Chehab	depends on I2C
973d94304f2SMauro Carvalho Chehab	help
974d94304f2SMauro Carvalho Chehab	  Support for tea6415c audio decoder chip found on some bt8xx boards.
975d94304f2SMauro Carvalho Chehab
976d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
977d94304f2SMauro Carvalho Chehab	  module will be called tea6415c.
978d94304f2SMauro Carvalho Chehab
979d94304f2SMauro Carvalho Chehabconfig VIDEO_TEA6420
980d94304f2SMauro Carvalho Chehab	tristate "Philips TEA6420 audio processor"
981d94304f2SMauro Carvalho Chehab	depends on I2C
982d94304f2SMauro Carvalho Chehab	help
983d94304f2SMauro Carvalho Chehab	  Support for tea6420 audio decoder chip found on some bt8xx boards.
984d94304f2SMauro Carvalho Chehab
985d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
986d94304f2SMauro Carvalho Chehab	  module will be called tea6420.
987d94304f2SMauro Carvalho Chehab
988d94304f2SMauro Carvalho Chehabconfig VIDEO_TLV320AIC23B
989d94304f2SMauro Carvalho Chehab	tristate "Texas Instruments TLV320AIC23B audio codec"
990d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
991d94304f2SMauro Carvalho Chehab	help
992d94304f2SMauro Carvalho Chehab	  Support for the Texas Instruments TLV320AIC23B audio codec.
993d94304f2SMauro Carvalho Chehab
994d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
995d94304f2SMauro Carvalho Chehab	  module will be called tlv320aic23b.
996d94304f2SMauro Carvalho Chehab
997d94304f2SMauro Carvalho Chehabconfig VIDEO_TVAUDIO
998d94304f2SMauro Carvalho Chehab	tristate "Simple audio decoder chips"
999d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1000d94304f2SMauro Carvalho Chehab	help
1001d94304f2SMauro Carvalho Chehab	  Support for several audio decoder chips found on some bt8xx boards:
1002d94304f2SMauro Carvalho Chehab	  Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
1003d94304f2SMauro Carvalho Chehab		   tea6320, tea6420, tda8425, ta8874z.
1004d94304f2SMauro Carvalho Chehab	  Microchip: pic16c54 based design on ProVideo PV951 board.
1005d94304f2SMauro Carvalho Chehab
1006d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1007d94304f2SMauro Carvalho Chehab	  module will be called tvaudio.
1008d94304f2SMauro Carvalho Chehab
1009d94304f2SMauro Carvalho Chehabconfig VIDEO_UDA1342
1010d94304f2SMauro Carvalho Chehab	tristate "Philips UDA1342 audio codec"
1011d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1012d94304f2SMauro Carvalho Chehab	help
1013d94304f2SMauro Carvalho Chehab	  Support for the Philips UDA1342 audio codec.
1014d94304f2SMauro Carvalho Chehab
1015d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1016d94304f2SMauro Carvalho Chehab	  module will be called uda1342.
1017d94304f2SMauro Carvalho Chehab
1018d94304f2SMauro Carvalho Chehabconfig VIDEO_VP27SMPX
1019d94304f2SMauro Carvalho Chehab	tristate "Panasonic VP27's internal MPX"
1020d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1021d94304f2SMauro Carvalho Chehab	help
1022d94304f2SMauro Carvalho Chehab	  Support for the internal MPX of the Panasonic VP27s tuner.
1023d94304f2SMauro Carvalho Chehab
1024d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1025d94304f2SMauro Carvalho Chehab	  module will be called vp27smpx.
1026d94304f2SMauro Carvalho Chehab
1027d94304f2SMauro Carvalho Chehabconfig VIDEO_WM8739
1028d94304f2SMauro Carvalho Chehab	tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
1029d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1030d94304f2SMauro Carvalho Chehab	help
1031d94304f2SMauro Carvalho Chehab	  Support for the Wolfson Microelectronics WM8739
1032d94304f2SMauro Carvalho Chehab	  stereo A/D Converter.
1033d94304f2SMauro Carvalho Chehab
1034d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1035d94304f2SMauro Carvalho Chehab	  module will be called wm8739.
1036d94304f2SMauro Carvalho Chehab
1037d94304f2SMauro Carvalho Chehabconfig VIDEO_WM8775
1038d94304f2SMauro Carvalho Chehab	tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
1039d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1040d94304f2SMauro Carvalho Chehab	help
1041d94304f2SMauro Carvalho Chehab	  Support for the Wolfson Microelectronics WM8775 high
1042d94304f2SMauro Carvalho Chehab	  performance stereo A/D Converter with a 4 channel input mixer.
1043d94304f2SMauro Carvalho Chehab
1044d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1045d94304f2SMauro Carvalho Chehab	  module will be called wm8775.
1046d94304f2SMauro Carvalho Chehab
1047d94304f2SMauro Carvalho Chehabendmenu
1048d94304f2SMauro Carvalho Chehab
1049d94304f2SMauro Carvalho Chehabmenu "RDS decoders"
1050d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
1051d94304f2SMauro Carvalho Chehab
1052d94304f2SMauro Carvalho Chehabconfig VIDEO_SAA6588
1053d94304f2SMauro Carvalho Chehab	tristate "SAA6588 Radio Chip RDS decoder support"
1054d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1055d94304f2SMauro Carvalho Chehab
1056d94304f2SMauro Carvalho Chehab	help
1057d94304f2SMauro Carvalho Chehab	  Support for this Radio Data System (RDS) decoder. This allows
1058d94304f2SMauro Carvalho Chehab	  seeing radio station identification transmitted using this
1059d94304f2SMauro Carvalho Chehab	  standard.
1060d94304f2SMauro Carvalho Chehab
1061d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1062d94304f2SMauro Carvalho Chehab	  module will be called saa6588.
1063d94304f2SMauro Carvalho Chehab
1064d94304f2SMauro Carvalho Chehabendmenu
1065d94304f2SMauro Carvalho Chehab
1066d94304f2SMauro Carvalho Chehabmenu "Video decoders"
1067d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
1068d94304f2SMauro Carvalho Chehab
1069d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7180
1070d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV7180 decoder"
1071d94304f2SMauro Carvalho Chehab	depends on GPIOLIB && VIDEO_DEV && I2C
1072d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1073d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
1074d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
1075d94304f2SMauro Carvalho Chehab	help
1076d94304f2SMauro Carvalho Chehab	  Support for the Analog Devices ADV7180 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 adv7180.
1080d94304f2SMauro Carvalho Chehab
1081d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7183
1082d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV7183 decoder"
1083d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1084d94304f2SMauro Carvalho Chehab	help
1085d94304f2SMauro Carvalho Chehab	  V4l2 subdevice driver for the Analog Devices
1086d94304f2SMauro Carvalho Chehab	  ADV7183 video decoder.
1087d94304f2SMauro Carvalho Chehab
1088d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1089d94304f2SMauro Carvalho Chehab	  module will be called adv7183.
1090d94304f2SMauro Carvalho Chehab
1091d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV748X
1092d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV748x decoder"
1093d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1094d94304f2SMauro Carvalho Chehab	depends on OF
1095d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1096d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
1097d94304f2SMauro Carvalho Chehab	select REGMAP_I2C
1098d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1099d94304f2SMauro Carvalho Chehab	help
1100d94304f2SMauro Carvalho Chehab	  V4L2 subdevice driver for the Analog Devices
1101d94304f2SMauro Carvalho Chehab	  ADV7481 and ADV7482 HDMI/Analog video decoders.
1102d94304f2SMauro Carvalho Chehab
1103d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1104d94304f2SMauro Carvalho Chehab	  module will be called adv748x.
1105d94304f2SMauro Carvalho Chehab
1106d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7604
1107d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV7604 decoder"
1108d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1109d94304f2SMauro Carvalho Chehab	depends on GPIOLIB || COMPILE_TEST
1110d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1111d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
1112d94304f2SMauro Carvalho Chehab	select REGMAP_I2C
1113d94304f2SMauro Carvalho Chehab	select HDMI
1114d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1115d94304f2SMauro Carvalho Chehab	help
1116d94304f2SMauro Carvalho Chehab	  Support for the Analog Devices ADV7604 video decoder.
1117d94304f2SMauro Carvalho Chehab
1118d94304f2SMauro Carvalho Chehab	  This is a Analog Devices Component/Graphics Digitizer
1119d94304f2SMauro Carvalho Chehab	  with 4:1 Multiplexed HDMI Receiver.
1120d94304f2SMauro Carvalho Chehab
1121d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1122d94304f2SMauro Carvalho Chehab	  module will be called adv7604.
1123d94304f2SMauro Carvalho Chehab
1124d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7604_CEC
1125d94304f2SMauro Carvalho Chehab	bool "Enable Analog Devices ADV7604 CEC support"
1126d94304f2SMauro Carvalho Chehab	depends on VIDEO_ADV7604
1127d94304f2SMauro Carvalho Chehab	select CEC_CORE
1128d94304f2SMauro Carvalho Chehab	help
1129d94304f2SMauro Carvalho Chehab	  When selected the adv7604 will support the optional
1130d94304f2SMauro Carvalho Chehab	  HDMI CEC feature.
1131d94304f2SMauro Carvalho Chehab
1132d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7842
1133d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV7842 decoder"
1134d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1135d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1136d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
1137d94304f2SMauro Carvalho Chehab	select HDMI
1138d94304f2SMauro Carvalho Chehab	help
1139d94304f2SMauro Carvalho Chehab	  Support for the Analog Devices ADV7842 video decoder.
1140d94304f2SMauro Carvalho Chehab
1141d94304f2SMauro Carvalho Chehab	  This is a Analog Devices Component/Graphics/SD Digitizer
1142d94304f2SMauro Carvalho Chehab	  with 2:1 Multiplexed HDMI Receiver.
1143d94304f2SMauro Carvalho Chehab
1144d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
114581e00584SRandy Dunlap	  module will be called adv7842.
1146d94304f2SMauro Carvalho Chehab
1147d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7842_CEC
1148d94304f2SMauro Carvalho Chehab	bool "Enable Analog Devices ADV7842 CEC support"
1149d94304f2SMauro Carvalho Chehab	depends on VIDEO_ADV7842
1150e49563c3SDongcheng Yan	select CEC_CORE
1151e49563c3SDongcheng Yan	help
11529df181c8SArnd Bergmann	  When selected the adv7842 will support the optional
1153e49563c3SDongcheng Yan	  HDMI CEC feature.
11549df181c8SArnd Bergmann
1155*118b3409SHans Verkuilconfig VIDEO_BT819
1156*118b3409SHans Verkuil	tristate "BT819A VideoStream decoder"
1157e49563c3SDongcheng Yan	depends on VIDEO_DEV && I2C
1158e49563c3SDongcheng Yan	help
1159e49563c3SDongcheng Yan	  Support for BT819A video decoder.
1160e49563c3SDongcheng Yan
1161e49563c3SDongcheng Yan	  To compile this driver as a module, choose M here: the
1162e49563c3SDongcheng Yan	  module will be called bt819.
1163e49563c3SDongcheng Yan
1164d94304f2SMauro Carvalho Chehabconfig VIDEO_BT856
1165d94304f2SMauro Carvalho Chehab	tristate "BT856 VideoStream decoder"
1166d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1167d94304f2SMauro Carvalho Chehab	help
1168d94304f2SMauro Carvalho Chehab	  Support for BT856 video decoder.
1169d94304f2SMauro Carvalho Chehab
1170d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1171d94304f2SMauro Carvalho Chehab	  module will be called bt856.
1172d94304f2SMauro Carvalho Chehab
1173d94304f2SMauro Carvalho Chehabconfig VIDEO_BT866
1174d94304f2SMauro Carvalho Chehab	tristate "BT866 VideoStream decoder"
1175d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1176d94304f2SMauro Carvalho Chehab	help
1177d94304f2SMauro Carvalho Chehab	  Support for BT866 video decoder.
1178d94304f2SMauro Carvalho Chehab
1179d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1180d94304f2SMauro Carvalho Chehab	  module will be called bt866.
1181d94304f2SMauro Carvalho Chehab
1182d94304f2SMauro Carvalho Chehabconfig VIDEO_ISL7998X
1183d94304f2SMauro Carvalho Chehab	tristate "Intersil ISL7998x video decoder"
1184d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1185d94304f2SMauro Carvalho Chehab	depends on OF_GPIO
1186d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1187d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
1188d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1189d94304f2SMauro Carvalho Chehab	help
1190d94304f2SMauro Carvalho Chehab	  Support for Intersil ISL7998x analog to MIPI-CSI2 or
1191d94304f2SMauro Carvalho Chehab	  BT.656 decoder.
1192d94304f2SMauro Carvalho Chehab
1193d94304f2SMauro Carvalho Chehabconfig VIDEO_LT6911UXE
1194d94304f2SMauro Carvalho Chehab	tristate "Lontium LT6911UXE decoder"
1195d94304f2SMauro Carvalho Chehab	depends on ACPI && VIDEO_DEV && I2C
1196d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1197d94304f2SMauro Carvalho Chehab	select V4L2_CCI_I2C
1198d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1199d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
1200d94304f2SMauro Carvalho Chehab	help
1201d94304f2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor-level driver for the Lontium
1202d94304f2SMauro Carvalho Chehab	  LT6911UXE HDMI to MIPI CSI-2 bridge.
1203d94304f2SMauro Carvalho Chehab
1204d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1205d94304f2SMauro Carvalho Chehab	  module will be called lt6911uxe.
1206d94304f2SMauro Carvalho Chehab
1207d94304f2SMauro Carvalho Chehabconfig VIDEO_KS0127
1208d94304f2SMauro Carvalho Chehab	tristate "KS0127 video decoder"
1209d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1210d94304f2SMauro Carvalho Chehab	help
1211d94304f2SMauro Carvalho Chehab	  Support for KS0127 video decoder.
1212d94304f2SMauro Carvalho Chehab
1213d94304f2SMauro Carvalho Chehab	  This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
1214d94304f2SMauro Carvalho Chehab	  cards.
1215d94304f2SMauro Carvalho Chehab
1216d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1217d94304f2SMauro Carvalho Chehab	  module will be called ks0127.
1218d94304f2SMauro Carvalho Chehab
1219d94304f2SMauro Carvalho Chehabconfig VIDEO_MAX9286
1220d94304f2SMauro Carvalho Chehab	tristate "Maxim MAX9286 GMSL deserializer support"
1221d94304f2SMauro Carvalho Chehab	depends on I2C && I2C_MUX
1222d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV
1223d94304f2SMauro Carvalho Chehab	depends on OF_GPIO
1224d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1225d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
1226d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1227d94304f2SMauro Carvalho Chehab	help
1228d94304f2SMauro Carvalho Chehab	  This driver supports the Maxim MAX9286 GMSL deserializer.
1229d94304f2SMauro Carvalho Chehab
1230d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1231d94304f2SMauro Carvalho Chehab	  module will be called max9286.
1232d94304f2SMauro Carvalho Chehab
1233d94304f2SMauro Carvalho Chehabconfig VIDEO_ML86V7667
1234d94304f2SMauro Carvalho Chehab	tristate "OKI ML86V7667 video decoder"
1235d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1236d94304f2SMauro Carvalho Chehab	help
1237d94304f2SMauro Carvalho Chehab	  Support for the OKI Semiconductor ML86V7667 video decoder.
123880a21da3SMarco Felsch
123980a21da3SMarco Felsch	  To compile this driver as a module, choose M here: the
124080a21da3SMarco Felsch	  module will be called ml86v7667.
124180a21da3SMarco Felsch
124280a21da3SMarco Felschconfig VIDEO_SAA7110
124380a21da3SMarco Felsch	tristate "Philips SAA7110 video decoder"
1244582d4ad4SArnd Bergmann	depends on VIDEO_DEV && I2C
124580a21da3SMarco Felsch	help
124680a21da3SMarco Felsch	  Support for the Philips SAA7110 video decoders.
124780a21da3SMarco Felsch
124880a21da3SMarco Felsch	  To compile this driver as a module, choose M here: the
124980a21da3SMarco Felsch	  module will be called saa7110.
125080a21da3SMarco Felsch
125180a21da3SMarco Felschconfig VIDEO_SAA711X
125280a21da3SMarco Felsch	tristate "Philips SAA7111/3/4/5 video decoders"
125380a21da3SMarco Felsch	depends on VIDEO_DEV && I2C
125480a21da3SMarco Felsch	help
1255d94304f2SMauro Carvalho Chehab	  Support for the Philips SAA7111/3/4/5 video decoders.
1256d94304f2SMauro Carvalho Chehab
1257d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1258d94304f2SMauro Carvalho Chehab	  module will be called saa7115.
1259d94304f2SMauro Carvalho Chehab
1260d94304f2SMauro Carvalho Chehabconfig VIDEO_TC358743
1261d94304f2SMauro Carvalho Chehab	tristate "Toshiba TC358743 decoder"
1262d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1263d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1264d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
1265d94304f2SMauro Carvalho Chehab	select HDMI
1266d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1267d94304f2SMauro Carvalho Chehab	help
1268d94304f2SMauro Carvalho Chehab	  Support for the Toshiba TC358743 HDMI to MIPI CSI-2 bridge.
1269d94304f2SMauro Carvalho Chehab
1270d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1271d94304f2SMauro Carvalho Chehab	  module will be called tc358743.
1272d94304f2SMauro Carvalho Chehab
1273d94304f2SMauro Carvalho Chehabconfig VIDEO_TC358743_CEC
1274d94304f2SMauro Carvalho Chehab	bool "Enable Toshiba TC358743 CEC support"
1275d94304f2SMauro Carvalho Chehab	depends on VIDEO_TC358743
1276d94304f2SMauro Carvalho Chehab	select CEC_CORE
1277d94304f2SMauro Carvalho Chehab	help
1278d94304f2SMauro Carvalho Chehab	  When selected the tc358743 will support the optional
1279d94304f2SMauro Carvalho Chehab	  HDMI CEC feature.
1280d94304f2SMauro Carvalho Chehab
1281d94304f2SMauro Carvalho Chehabconfig VIDEO_TC358746
1282d94304f2SMauro Carvalho Chehab	tristate "Toshiba TC358746 parallel-CSI2 bridge"
1283d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && PM && I2C
1284d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
1285d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1286d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1287d94304f2SMauro Carvalho Chehab	select GENERIC_PHY
1288d94304f2SMauro Carvalho Chehab	select GENERIC_PHY_MIPI_DPHY
1289d94304f2SMauro Carvalho Chehab	select REGMAP_I2C
1290d94304f2SMauro Carvalho Chehab	help
1291d94304f2SMauro Carvalho Chehab	  Support for the Toshiba TC358746 parallel to MIPI CSI-2 bridge.
1292d94304f2SMauro Carvalho Chehab	  The bridge can work in both directions but currently only the
1293d94304f2SMauro Carvalho Chehab	  parallel-in / csi-out path is supported.
1294d94304f2SMauro Carvalho Chehab
1295d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1296d94304f2SMauro Carvalho Chehab	  module will be called tc358746.
1297918b14a2SMehdi Djait
1298918b14a2SMehdi Djaitconfig VIDEO_TVP514X
1299918b14a2SMehdi Djait	tristate "Texas Instruments TVP514x video decoder"
1300918b14a2SMehdi Djait	depends on VIDEO_DEV && I2C
1301918b14a2SMehdi Djait	select V4L2_FWNODE
1302918b14a2SMehdi Djait	help
1303918b14a2SMehdi Djait	  This is a Video4Linux2 sensor driver for the TI TVP5146/47
1304918b14a2SMehdi Djait	  decoder. It is currently working with the TI OMAP3 camera
1305918b14a2SMehdi Djait	  controller.
1306918b14a2SMehdi Djait
1307918b14a2SMehdi Djait	  To compile this driver as a module, choose M here: the
1308918b14a2SMehdi Djait	  module will be called tvp514x.
1309918b14a2SMehdi Djait
1310918b14a2SMehdi Djaitconfig VIDEO_TVP5150
1311918b14a2SMehdi Djait	tristate "Texas Instruments TVP5150 video decoder"
1312d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1313d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1314d94304f2SMauro Carvalho Chehab	select REGMAP_I2C
1315d94304f2SMauro Carvalho Chehab	help
1316d94304f2SMauro Carvalho Chehab	  Support for the Texas Instruments TVP5150 video decoder.
1317d94304f2SMauro Carvalho Chehab
1318d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1319d94304f2SMauro Carvalho Chehab	  module will be called tvp5150.
1320d94304f2SMauro Carvalho Chehab
1321d94304f2SMauro Carvalho Chehabconfig VIDEO_TVP7002
1322d94304f2SMauro Carvalho Chehab	tristate "Texas Instruments TVP7002 video decoder"
1323d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1324d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1325d94304f2SMauro Carvalho Chehab	help
1326d94304f2SMauro Carvalho Chehab	  Support for the Texas Instruments TVP7002 video decoder.
1327d94304f2SMauro Carvalho Chehab
1328d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1329d94304f2SMauro Carvalho Chehab	  module will be called tvp7002.
1330d94304f2SMauro Carvalho Chehab
1331d94304f2SMauro Carvalho Chehabconfig VIDEO_TW2804
1332d94304f2SMauro Carvalho Chehab	tristate "Techwell TW2804 multiple video decoder"
1333d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1334d94304f2SMauro Carvalho Chehab	help
1335d94304f2SMauro Carvalho Chehab	  Support for the Techwell tw2804 multiple video decoder.
1336d94304f2SMauro Carvalho Chehab
1337d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1338d94304f2SMauro Carvalho Chehab	  module will be called tw2804.
1339d94304f2SMauro Carvalho Chehab
1340d94304f2SMauro Carvalho Chehabconfig VIDEO_TW9900
1341d94304f2SMauro Carvalho Chehab	tristate "Techwell TW9900 video decoder"
1342d94304f2SMauro Carvalho Chehab	depends on GPIOLIB
1343d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1344d94304f2SMauro Carvalho Chehab	depends on PM
1345d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1346d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
1347d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
1348d94304f2SMauro Carvalho Chehab	help
1349d94304f2SMauro Carvalho Chehab	  Support for the Techwell TW9900 multi-standard video decoder.
1350d94304f2SMauro Carvalho Chehab	  It supports NTSC, PAL standards with auto-detection features.
1351d94304f2SMauro Carvalho Chehab
1352d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1353d94304f2SMauro Carvalho Chehab	  module will be called tw9900.
1354d94304f2SMauro Carvalho Chehab
1355d94304f2SMauro Carvalho Chehabconfig VIDEO_TW9903
1356d94304f2SMauro Carvalho Chehab	tristate "Techwell TW9903 video decoder"
1357d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1358d94304f2SMauro Carvalho Chehab	help
1359d94304f2SMauro Carvalho Chehab	  Support for the Techwell tw9903 multi-standard video decoder
1360d94304f2SMauro Carvalho Chehab	  with high quality down scaler.
1361d94304f2SMauro Carvalho Chehab
1362d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1363d94304f2SMauro Carvalho Chehab	  module will be called tw9903.
1364d94304f2SMauro Carvalho Chehab
1365d94304f2SMauro Carvalho Chehabconfig VIDEO_TW9906
1366d94304f2SMauro Carvalho Chehab	tristate "Techwell TW9906 video decoder"
1367d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1368d94304f2SMauro Carvalho Chehab	help
1369d94304f2SMauro Carvalho Chehab	  Support for the Techwell tw9906 enhanced multi-standard comb filter
1370d94304f2SMauro Carvalho Chehab	  video decoder with YCbCr input support.
1371d94304f2SMauro Carvalho Chehab
1372d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1373d94304f2SMauro Carvalho Chehab	  module will be called tw9906.
1374d94304f2SMauro Carvalho Chehab
1375d94304f2SMauro Carvalho Chehabconfig VIDEO_TW9910
1376d94304f2SMauro Carvalho Chehab	tristate "Techwell TW9910 video decoder"
1377d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1378d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
1379d94304f2SMauro Carvalho Chehab	help
1380d94304f2SMauro Carvalho Chehab	  Support for Techwell TW9910 NTSC/PAL/SECAM video decoder.
1381d94304f2SMauro Carvalho Chehab
1382d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1383d94304f2SMauro Carvalho Chehab	  module will be called tw9910.
1384d94304f2SMauro Carvalho Chehab
1385d94304f2SMauro Carvalho Chehabconfig VIDEO_VPX3220
1386d94304f2SMauro Carvalho Chehab	tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
1387d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1388d94304f2SMauro Carvalho Chehab	help
1389d94304f2SMauro Carvalho Chehab	  Support for VPX322x video decoders.
1390d94304f2SMauro Carvalho Chehab
1391d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1392d94304f2SMauro Carvalho Chehab	  module will be called vpx3220.
1393d94304f2SMauro Carvalho Chehab
1394d94304f2SMauro Carvalho Chehabcomment "Video and audio decoders"
1395d94304f2SMauro Carvalho Chehab
1396d94304f2SMauro Carvalho Chehabconfig VIDEO_SAA717X
1397d94304f2SMauro Carvalho Chehab	tristate "Philips SAA7171/3/4 audio/video decoders"
1398d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1399d94304f2SMauro Carvalho Chehab	help
1400d94304f2SMauro Carvalho Chehab	  Support for the Philips SAA7171/3/4 audio/video decoders.
1401d94304f2SMauro Carvalho Chehab
1402d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1403d94304f2SMauro Carvalho Chehab	  module will be called saa717x.
1404d94304f2SMauro Carvalho Chehab
1405d94304f2SMauro Carvalho Chehabsource "drivers/media/i2c/cx25840/Kconfig"
1406d94304f2SMauro Carvalho Chehab
1407d94304f2SMauro Carvalho Chehabendmenu
1408d94304f2SMauro Carvalho Chehab
1409d94304f2SMauro Carvalho Chehabmenu "Video encoders"
1410d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
1411d94304f2SMauro Carvalho Chehab
1412d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7170
1413d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV7170 video encoder"
1414d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1415d94304f2SMauro Carvalho Chehab	help
1416d94304f2SMauro Carvalho Chehab	  Support for the Analog Devices ADV7170 video encoder driver
1417d94304f2SMauro Carvalho Chehab
1418d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1419d94304f2SMauro Carvalho Chehab	  module will be called adv7170.
1420d94304f2SMauro Carvalho Chehab
1421d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7175
1422d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV7175 video encoder"
1423d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1424d94304f2SMauro Carvalho Chehab	help
1425d94304f2SMauro Carvalho Chehab	  Support for the Analog Devices ADV7175 video encoder driver
1426d94304f2SMauro Carvalho Chehab
1427d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1428d94304f2SMauro Carvalho Chehab	  module will be called adv7175.
1429d94304f2SMauro Carvalho Chehab
1430d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7343
1431d94304f2SMauro Carvalho Chehab	tristate "ADV7343 video encoder"
1432d94304f2SMauro Carvalho Chehab	depends on I2C
1433d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
1434d94304f2SMauro Carvalho Chehab	help
1435d94304f2SMauro Carvalho Chehab	  Support for Analog Devices I2C bus based ADV7343 encoder.
1436d94304f2SMauro Carvalho Chehab
1437d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1438d94304f2SMauro Carvalho Chehab	  module will be called adv7343.
1439d94304f2SMauro Carvalho Chehab
1440d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7393
1441d94304f2SMauro Carvalho Chehab	tristate "ADV7393 video encoder"
1442d94304f2SMauro Carvalho Chehab	depends on I2C
1443d94304f2SMauro Carvalho Chehab	help
1444d94304f2SMauro Carvalho Chehab	  Support for Analog Devices I2C bus based ADV7393 encoder.
1445d94304f2SMauro Carvalho Chehab
1446d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1447d94304f2SMauro Carvalho Chehab	  module will be called adv7393.
1448d94304f2SMauro Carvalho Chehab
1449d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7511
1450d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV7511 encoder"
1451d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1452d94304f2SMauro Carvalho Chehab	depends on DRM_I2C_ADV7511=n || COMPILE_TEST
1453d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1454d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
1455d94304f2SMauro Carvalho Chehab	select HDMI
1456d94304f2SMauro Carvalho Chehab	help
1457d94304f2SMauro Carvalho Chehab	  Support for the Analog Devices ADV7511 video encoder.
1458d94304f2SMauro Carvalho Chehab
1459d94304f2SMauro Carvalho Chehab	  This is a Analog Devices HDMI transmitter.
1460d94304f2SMauro Carvalho Chehab
1461d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1462d94304f2SMauro Carvalho Chehab	  module will be called adv7511.
1463d94304f2SMauro Carvalho Chehab
1464d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7511_CEC
1465d94304f2SMauro Carvalho Chehab	bool "Enable Analog Devices ADV7511 CEC support"
1466d94304f2SMauro Carvalho Chehab	depends on VIDEO_ADV7511
1467d94304f2SMauro Carvalho Chehab	select CEC_CORE
1468d94304f2SMauro Carvalho Chehab	help
1469d94304f2SMauro Carvalho Chehab	  When selected the adv7511 will support the optional
1470d94304f2SMauro Carvalho Chehab	  HDMI CEC feature.
1471d94304f2SMauro Carvalho Chehab
1472d94304f2SMauro Carvalho Chehabconfig VIDEO_AK881X
1473d94304f2SMauro Carvalho Chehab	tristate "AK8813/AK8814 video encoders"
1474d94304f2SMauro Carvalho Chehab	depends on I2C
1475d94304f2SMauro Carvalho Chehab	help
1476d94304f2SMauro Carvalho Chehab	  Video output driver for AKM AK8813 and AK8814 TV encoders
1477d94304f2SMauro Carvalho Chehab
1478d94304f2SMauro Carvalho Chehabconfig VIDEO_SAA7127
1479d94304f2SMauro Carvalho Chehab	tristate "Philips SAA7127/9 digital video encoders"
1480d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1481d94304f2SMauro Carvalho Chehab	help
1482d94304f2SMauro Carvalho Chehab	  Support for the Philips SAA7127/9 digital video encoders.
1483d94304f2SMauro Carvalho Chehab
1484d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1485d94304f2SMauro Carvalho Chehab	  module will be called saa7127.
1486d94304f2SMauro Carvalho Chehab
1487d94304f2SMauro Carvalho Chehabconfig VIDEO_SAA7185
1488d94304f2SMauro Carvalho Chehab	tristate "Philips SAA7185 video encoder"
1489d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1490d94304f2SMauro Carvalho Chehab	help
1491d94304f2SMauro Carvalho Chehab	  Support for the Philips SAA7185 video encoder.
1492d94304f2SMauro Carvalho Chehab
1493d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1494d94304f2SMauro Carvalho Chehab	  module will be called saa7185.
1495d94304f2SMauro Carvalho Chehab
1496d94304f2SMauro Carvalho Chehabconfig VIDEO_THS8200
1497d94304f2SMauro Carvalho Chehab	tristate "Texas Instruments THS8200 video encoder"
1498d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1499d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
1500d94304f2SMauro Carvalho Chehab	help
1501d94304f2SMauro Carvalho Chehab	  Support for the Texas Instruments THS8200 video encoder.
1502d94304f2SMauro Carvalho Chehab
1503d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1504d94304f2SMauro Carvalho Chehab	  module will be called ths8200.
1505d94304f2SMauro Carvalho Chehab
1506d94304f2SMauro Carvalho Chehabendmenu
1507d94304f2SMauro Carvalho Chehab
1508d94304f2SMauro Carvalho Chehabmenu "Video improvement chips"
1509d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
1510d94304f2SMauro Carvalho Chehab
1511d94304f2SMauro Carvalho Chehabconfig VIDEO_UPD64031A
1512d94304f2SMauro Carvalho Chehab	tristate "NEC Electronics uPD64031A Ghost Reduction"
1513d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1514d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
1515d94304f2SMauro Carvalho Chehab	help
1516d94304f2SMauro Carvalho Chehab	  Support for the NEC Electronics uPD64031A Ghost Reduction
1517d94304f2SMauro Carvalho Chehab	  video chip. It is most often found in NTSC TV cards made for
1518d94304f2SMauro Carvalho Chehab	  Japan and is used to reduce the 'ghosting' effect that can
1519d94304f2SMauro Carvalho Chehab	  be present in analog TV broadcasts.
1520d94304f2SMauro Carvalho Chehab
1521d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1522d94304f2SMauro Carvalho Chehab	  module will be called upd64031a.
1523d94304f2SMauro Carvalho Chehab
1524d94304f2SMauro Carvalho Chehabconfig VIDEO_UPD64083
1525d94304f2SMauro Carvalho Chehab	tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
1526d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1527d94304f2SMauro Carvalho Chehab	help
1528d94304f2SMauro Carvalho Chehab	  Support for the NEC Electronics uPD64083 3-Dimensional Y/C
1529d94304f2SMauro Carvalho Chehab	  separation video chip. It is used to improve the quality of
1530d94304f2SMauro Carvalho Chehab	  the colors of a composite signal.
1531d94304f2SMauro Carvalho Chehab
1532d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1533d94304f2SMauro Carvalho Chehab	  module will be called upd64083.
1534d94304f2SMauro Carvalho Chehab
1535d94304f2SMauro Carvalho Chehabendmenu
1536d94304f2SMauro Carvalho Chehab
1537d94304f2SMauro Carvalho Chehabmenu "Audio/Video compression chips"
1538d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
1539d94304f2SMauro Carvalho Chehab
1540d94304f2SMauro Carvalho Chehabconfig VIDEO_SAA6752HS
1541d94304f2SMauro Carvalho Chehab	tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder"
1542d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1543d94304f2SMauro Carvalho Chehab	select CRC32
1544d94304f2SMauro Carvalho Chehab	help
1545d94304f2SMauro Carvalho Chehab	  Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3
1546d94304f2SMauro Carvalho Chehab	  audio encoder with multiplexer.
1547d94304f2SMauro Carvalho Chehab
1548d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1549d94304f2SMauro Carvalho Chehab	  module will be called saa6752hs.
1550d94304f2SMauro Carvalho Chehab
1551d94304f2SMauro Carvalho Chehabendmenu
1552d94304f2SMauro Carvalho Chehab
1553d94304f2SMauro Carvalho Chehabmenu "SDR tuner chips"
1554d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
1555d94304f2SMauro Carvalho Chehab
1556d94304f2SMauro Carvalho Chehabconfig SDR_MAX2175
1557d94304f2SMauro Carvalho Chehab	tristate "Maxim 2175 RF to Bits tuner"
15586223dafaSAlain Volmat	depends on VIDEO_DEV && MEDIA_SDR_SUPPORT && I2C
1559d94304f2SMauro Carvalho Chehab	select REGMAP_I2C
1560d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
1561d94304f2SMauro Carvalho Chehab	help
1562d94304f2SMauro Carvalho Chehab	  Support for Maxim 2175 tuner. It is an advanced analog/digital
1563d94304f2SMauro Carvalho Chehab	  radio receiver with RF-to-Bits front-end designed for SDR solutions.
1564d94304f2SMauro Carvalho Chehab
1565d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here; the
1566d94304f2SMauro Carvalho Chehab	  module will be called max2175.
1567d94304f2SMauro Carvalho Chehab
1568d94304f2SMauro Carvalho Chehabendmenu
1569d94304f2SMauro Carvalho Chehab
1570d94304f2SMauro Carvalho Chehabmenu "Miscellaneous helper chips"
1571d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
1572d94304f2SMauro Carvalho Chehab
1573d94304f2SMauro Carvalho Chehabconfig VIDEO_I2C
1574d94304f2SMauro Carvalho Chehab	tristate "I2C transport video support"
1575d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1576d94304f2SMauro Carvalho Chehab	select VIDEOBUF2_VMALLOC
1577d94304f2SMauro Carvalho Chehab	imply HWMON
1578d94304f2SMauro Carvalho Chehab	help
1579d94304f2SMauro Carvalho Chehab	  Enable the I2C transport video support which supports the
1580afe267f2STomi Valkeinen	  following:
1581afe267f2STomi Valkeinen	   * Panasonic AMG88xx Grid-Eye Sensors
1582afe267f2STomi Valkeinen	   * Melexis MLX90640 Thermal Cameras
1583afe267f2STomi Valkeinen
1584afe267f2STomi Valkeinen	  To compile this driver as a module, choose M here: the
1585afe267f2STomi Valkeinen	  module will be called video-i2c
1586c158d0d4STomi Valkeinen
1587c158d0d4STomi Valkeinenconfig VIDEO_M52790
1588c158d0d4STomi Valkeinen	tristate "Mitsubishi M52790 A/V switch"
1589c158d0d4STomi Valkeinen	depends on VIDEO_DEV && I2C
1590c158d0d4STomi Valkeinen	help
1591c158d0d4STomi Valkeinen	 Support for the Mitsubishi M52790 A/V switch.
1592c158d0d4STomi Valkeinen
1593c158d0d4STomi Valkeinen	 To compile this driver as a module, choose M here: the
1594c158d0d4STomi Valkeinen	 module will be called m52790.
1595c158d0d4STomi Valkeinen
1596c158d0d4STomi Valkeinenconfig VIDEO_ST_MIPID02
1597c158d0d4STomi Valkeinen	tristate "STMicroelectronics MIPID02 CSI-2 to PARALLEL bridge"
1598c158d0d4STomi Valkeinen	depends on I2C && VIDEO_DEV
15996363db1cSTomi Valkeinen	select MEDIA_CONTROLLER
16006363db1cSTomi Valkeinen	select VIDEO_V4L2_SUBDEV_API
16016363db1cSTomi Valkeinen	select V4L2_CCI_I2C
16026363db1cSTomi Valkeinen	select V4L2_FWNODE
16036363db1cSTomi Valkeinen	help
16046363db1cSTomi Valkeinen	  Support for STMicroelectronics MIPID02 CSI-2 to PARALLEL bridge.
16056363db1cSTomi Valkeinen	  It is used to allow usage of CSI-2 sensor with PARALLEL port
16066363db1cSTomi Valkeinen	  controller.
16076363db1cSTomi Valkeinen
16086363db1cSTomi Valkeinen	  To compile this driver as a module, choose M here: the
16096363db1cSTomi Valkeinen	  module will be called st-mipid02.
16106363db1cSTomi Valkeinen
16116363db1cSTomi Valkeinenconfig VIDEO_THS7303
1612afe267f2STomi Valkeinen	tristate "THS7303/53 Video Amplifier"
1613afe267f2STomi Valkeinen	depends on VIDEO_DEV && I2C
1614afe267f2STomi Valkeinen	select V4L2_ASYNC
1615afe267f2STomi Valkeinen	help
1616afe267f2STomi Valkeinen	  Support for TI THS7303/53 video amplifier
1617afe267f2STomi Valkeinen
1618afe267f2STomi Valkeinen	  To compile this driver as a module, choose M here: the
1619afe267f2STomi Valkeinen	  module will be called ths7303.
1620afe267f2STomi Valkeinen
1621afe267f2STomi Valkeinenendmenu
1622afe267f2STomi Valkeinen
1623afe267f2STomi Valkeinen#
1624afe267f2STomi Valkeinen# Video serializers and deserializers (e.g. FPD-Link)
162537a638e9SJulien Massot#
162637a638e9SJulien Massot
162737a638e9SJulien Massotmenu "Video serializers and deserializers"
162837a638e9SJulien Massot
162937a638e9SJulien Massotconfig VIDEO_DS90UB913
163037a638e9SJulien Massot	tristate "TI DS90UB913 FPD-Link III Serializer"
163137a638e9SJulien Massot	depends on OF && I2C && VIDEO_DEV && COMMON_CLK
163237a638e9SJulien Massot	select I2C_ATR
163337a638e9SJulien Massot	select MEDIA_CONTROLLER
163437a638e9SJulien Massot	select GPIOLIB
163537a638e9SJulien Massot	select REGMAP_I2C
163637a638e9SJulien Massot	select V4L2_FWNODE
163737a638e9SJulien Massot	select VIDEO_V4L2_SUBDEV_API
163837a638e9SJulien Massot	help
163937a638e9SJulien Massot	  Device driver for the Texas Instruments DS90UB913
164037a638e9SJulien Massot	  FPD-Link III Serializer.
164137a638e9SJulien Massot
164250f22245SJulien Massotconfig VIDEO_DS90UB953
164350f22245SJulien Massot	tristate "TI FPD-Link III/IV CSI-2 Serializers"
164450f22245SJulien Massot	depends on OF && I2C && VIDEO_DEV && COMMON_CLK
164550f22245SJulien Massot	select I2C_ATR
164650f22245SJulien Massot	select MEDIA_CONTROLLER
164750f22245SJulien Massot	select GPIOLIB
164850f22245SJulien Massot	select REGMAP_I2C
164950f22245SJulien Massot	select V4L2_FWNODE
165050f22245SJulien Massot	select VIDEO_V4L2_SUBDEV_API
165150f22245SJulien Massot	help
165250f22245SJulien Massot	  Device driver for the Texas Instruments DS90UB953
165350f22245SJulien Massot	  FPD-Link III Serializer and DS90UB971 FPD-Link IV Serializer.
165450f22245SJulien Massot
165550f22245SJulien Massotconfig VIDEO_DS90UB960
165650f22245SJulien Massot	tristate "TI FPD-Link III/IV Deserializers"
165750f22245SJulien Massot	depends on OF && I2C && VIDEO_DEV && COMMON_CLK
165850f22245SJulien Massot	select I2C_ATR
1659afe267f2STomi Valkeinen	select MEDIA_CONTROLLER
1660afe267f2STomi Valkeinen	select GPIOLIB
16619958d30fSMauro Carvalho Chehab	select REGMAP_I2C
1662	select V4L2_FWNODE
1663	select VIDEO_V4L2_SUBDEV_API
1664	help
1665	  Device driver for the Texas Instruments DS90UB960
1666	  FPD-Link III Deserializer and DS90UB9702 FPD-Link IV Deserializer.
1667
1668config VIDEO_MAX96714
1669	tristate "Maxim MAX96714 GMSL2 deserializer"
1670	depends on OF && I2C && VIDEO_DEV
1671	select I2C_MUX
1672	select MEDIA_CONTROLLER
1673	select GPIOLIB
1674	select V4L2_CCI_I2C
1675	select V4L2_FWNODE
1676	select VIDEO_V4L2_SUBDEV_API
1677	help
1678	  Device driver for the Maxim MAX96714 GMSL2 Deserializer.
1679	  MAX96714 deserializers convert a GMSL2 input to MIPI CSI-2
1680	  output.
1681
1682	  To compile this driver as a module, choose M here: the
1683	  module will be called max96714.
1684
1685config VIDEO_MAX96717
1686	tristate "Maxim MAX96717 GMSL2 Serializer support"
1687	depends on OF && I2C && VIDEO_DEV && COMMON_CLK
1688	select I2C_MUX
1689	select MEDIA_CONTROLLER
1690	select GPIOLIB
1691	select V4L2_CCI_I2C
1692	select V4L2_FWNODE
1693	select VIDEO_V4L2_SUBDEV_API
1694	help
1695	  Device driver for the Maxim MAX96717 GMSL2 Serializer.
1696	  MAX96717 serializers convert video on a MIPI CSI-2
1697	  input to a GMSL2 output.
1698
1699	  To compile this driver as a module, choose M here: the
1700	  module will be called max96717.
1701
1702endmenu
1703
1704endif # VIDEO_DEV
1705