xref: /linux/drivers/media/i2c/Kconfig (revision 25bf2e1925c9d42c0b0c18a92c5ef86a15b90bd6)
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"
302d240b12SMehdi Djait	depends on MEDIA_CAMERA_SUPPORT && I2C && HAVE_CLK
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
731e72afb5SHans de Goedeconfig VIDEO_GC0310
741e72afb5SHans de Goede	tristate "GalaxyCore GC0310 sensor support"
751e72afb5SHans de Goede	select V4L2_CCI_I2C
761e72afb5SHans de Goede	help
771e72afb5SHans de Goede	  This is a Video4Linux2 sensor-level driver for the Galaxycore
781e72afb5SHans de Goede	  GC0310 0.3MP sensor.
791e72afb5SHans de Goede
801e72afb5SHans de Goede	  To compile this driver as a module, choose M here: the
811e72afb5SHans de Goede	  module will be called gc0310.
821e72afb5SHans de Goede
83355f5097SZhi Maoconfig VIDEO_GC05A2
84355f5097SZhi Mao	tristate "GalaxyCore gc05a2 sensor support"
85355f5097SZhi Mao	select V4L2_CCI_I2C
86355f5097SZhi Mao	help
87355f5097SZhi Mao	  This is a Video4Linux2 sensor driver for the GalaxyCore gc05a2
88355f5097SZhi Mao	  camera.
89355f5097SZhi Mao
90355f5097SZhi Mao	  To compile this driver as a module, choose M here: the
91355f5097SZhi Mao	  module will be called gc05a2.
92355f5097SZhi Mao
931ad0cd5eSZhi Maoconfig VIDEO_GC08A3
941ad0cd5eSZhi Mao	tristate "GalaxyCore gc08a3 sensor support"
951ad0cd5eSZhi Mao	select V4L2_CCI_I2C
961ad0cd5eSZhi Mao	help
971ad0cd5eSZhi Mao	  This is a Video4Linux2 sensor driver for the GalaxyCore gc08a3
981ad0cd5eSZhi Mao	  camera.
991ad0cd5eSZhi Mao
1001ad0cd5eSZhi Mao	  To compile this driver as a module, choose M here: the
1011ad0cd5eSZhi Mao	  module will be called gc08a3.
1021ad0cd5eSZhi Mao
10303cc7fefSAlain Volmatconfig VIDEO_GC2145
10403cc7fefSAlain Volmat	select V4L2_CCI_I2C
10503cc7fefSAlain Volmat	tristate "GalaxyCore GC2145 sensor support"
10603cc7fefSAlain Volmat	help
10703cc7fefSAlain Volmat	  This is a V4L2 sensor-level driver for GalaxyCore GC2145
10803cc7fefSAlain Volmat	  2 Mpixel camera.
10903cc7fefSAlain Volmat
11003cc7fefSAlain Volmat	  To compile this driver as a module, choose M here: the
11103cc7fefSAlain Volmat	  module will be called gc2145.
11203cc7fefSAlain Volmat
113e6213840SShawn Tuconfig VIDEO_HI556
114e6213840SShawn Tu	tristate "Hynix Hi-556 sensor support"
115e6213840SShawn Tu	help
116e6213840SShawn Tu	  This is a Video4Linux2 sensor driver for the Hynix
117e6213840SShawn Tu	  Hi-556 camera.
118e6213840SShawn Tu
119e6213840SShawn Tu	  To compile this driver as a module, choose M here: the
120e6213840SShawn Tu	  module will be called hi556.
121e6213840SShawn Tu
122e8c08826SMartin Kepplingerconfig VIDEO_HI846
123e8c08826SMartin Kepplinger	tristate "Hynix Hi-846 sensor support"
124e8c08826SMartin Kepplinger	help
125e8c08826SMartin Kepplinger	  This is a Video4Linux2 sensor driver for the Hynix
126e8c08826SMartin Kepplinger	  Hi-846 camera.
127e8c08826SMartin Kepplinger
128e8c08826SMartin Kepplinger	  To compile this driver as a module, choose M here: the
129e8c08826SMartin Kepplinger	  module will be called hi846.
130e8c08826SMartin Kepplinger
131da15b409SShawn Tuconfig VIDEO_HI847
132da15b409SShawn Tu        tristate "Hynix Hi-847 sensor support"
133da15b409SShawn Tu        help
134da15b409SShawn Tu          This is a Video4Linux2 sensor driver for the Hynix
135da15b409SShawn Tu          Hi-847 camera.
136da15b409SShawn Tu
137da15b409SShawn Tu          To compile this driver as a module, choose M here: the
138da15b409SShawn Tu          module will be called hi847.
139da15b409SShawn Tu
140d953e3cbSShawn Tuconfig VIDEO_IMX208
141d953e3cbSShawn Tu	tristate "Sony IMX208 sensor support"
142d953e3cbSShawn Tu	help
143d953e3cbSShawn Tu	  This is a Video4Linux2 sensor driver for the Sony
144d953e3cbSShawn Tu	  IMX208 camera.
145d953e3cbSShawn Tu
146d953e3cbSShawn Tu	  To compile this driver as a module, choose M here: the
147d953e3cbSShawn Tu	  module will be called imx208.
148d953e3cbSShawn Tu
14943619059SRicardo Ribalda Delgadoconfig VIDEO_IMX214
15043619059SRicardo Ribalda Delgado	tristate "Sony IMX214 sensor support"
15111ec2c45SSakari Ailus	depends on GPIOLIB
1526de18fa3SIan Kumlien	select REGMAP_I2C
1534f0aeba4SAndré Apitzsch	select V4L2_CCI_I2C
154b9b35966SAndré Apitzsch	select VIDEO_CCS_PLL
15543619059SRicardo Ribalda Delgado	help
15643619059SRicardo Ribalda Delgado	  This is a Video4Linux2 sensor driver for the Sony
15743619059SRicardo Ribalda Delgado	  IMX214 camera.
15843619059SRicardo Ribalda Delgado
15943619059SRicardo Ribalda Delgado	  To compile this driver as a module, choose M here: the
16043619059SRicardo Ribalda Delgado	  module will be called imx214.
16143619059SRicardo Ribalda Delgado
1621283b3b8SDave Stevensonconfig VIDEO_IMX219
1631283b3b8SDave Stevenson	tristate "Sony IMX219 sensor support"
164852798ccSLaurent Pinchart	select V4L2_CCI_I2C
1651283b3b8SDave Stevenson	help
1661283b3b8SDave Stevenson	  This is a Video4Linux2 sensor driver for the Sony
1671283b3b8SDave Stevenson	  IMX219 camera.
1681283b3b8SDave Stevenson
1691283b3b8SDave Stevenson	  To compile this driver as a module, choose M here: the
1701283b3b8SDave Stevenson	  module will be called imx219.
1711283b3b8SDave Stevenson
172e4802cb0SJason Chenconfig VIDEO_IMX258
173e4802cb0SJason Chen	tristate "Sony IMX258 sensor support"
17440431ff5SLuis Garcia	select V4L2_CCI_I2C
175b60a5b8dSMauro Carvalho Chehab	help
176be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the Sony
177e4802cb0SJason Chen	  IMX258 camera.
178e4802cb0SJason Chen
179e4802cb0SJason Chen	  To compile this driver as a module, choose M here: the
180e4802cb0SJason Chen	  module will be called imx258.
181e4802cb0SJason Chen
1820985dd30SLeon Luoconfig VIDEO_IMX274
1830985dd30SLeon Luo	tristate "Sony IMX274 sensor support"
1844f9d7225SLuca Ceresoli	select REGMAP_I2C
185b60a5b8dSMauro Carvalho Chehab	help
186be9543ecSSakari Ailus	  This is a V4L2 sensor driver for the Sony IMX274
1870985dd30SLeon Luo	  CMOS image sensor.
1880985dd30SLeon Luo
189ccb4eb44SKieran Binghamconfig VIDEO_IMX283
190ccb4eb44SKieran Bingham	tristate "Sony IMX283 sensor support"
191ccb4eb44SKieran Bingham	select V4L2_CCI_I2C
192ccb4eb44SKieran Bingham	help
193ccb4eb44SKieran Bingham	  This is a V4L2 sensor driver for the Sony IMX283
194ccb4eb44SKieran Bingham	  CMOS image sensor.
195ccb4eb44SKieran Bingham
196ccb4eb44SKieran Bingham	  To compile this driver as a module, choose M here: the
197ccb4eb44SKieran Bingham	  module will be called imx283.
198ccb4eb44SKieran Bingham
199828dbc29SManivannan Sadhasivamconfig VIDEO_IMX290
200828dbc29SManivannan Sadhasivam	tristate "Sony IMX290 sensor support"
2016de18fa3SIan Kumlien	select REGMAP_I2C
202af73323bSHans de Goede	select V4L2_CCI_I2C
203828dbc29SManivannan Sadhasivam	help
204828dbc29SManivannan Sadhasivam	  This is a Video4Linux2 sensor driver for the Sony
205828dbc29SManivannan Sadhasivam	  IMX290 camera sensor.
206828dbc29SManivannan Sadhasivam
207828dbc29SManivannan Sadhasivam	  To compile this driver as a module, choose M here: the
208828dbc29SManivannan Sadhasivam	  module will be called imx290.
209828dbc29SManivannan Sadhasivam
210cb33db2bSLaurent Pinchartconfig VIDEO_IMX296
211cb33db2bSLaurent Pinchart	tristate "Sony IMX296 sensor support"
212cb33db2bSLaurent Pinchart	help
213cb33db2bSLaurent Pinchart	  This is a Video4Linux2 sensor driver for the Sony
214cb33db2bSLaurent Pinchart	  IMX296 camera.
215cb33db2bSLaurent Pinchart
216cb33db2bSLaurent Pinchart	  To compile this driver as a module, choose M here: the
217cb33db2bSLaurent Pinchart	  module will be called imx296.
218cb33db2bSLaurent Pinchart
2198a89dc62SBingbu Caoconfig VIDEO_IMX319
2208a89dc62SBingbu Cao	tristate "Sony IMX319 sensor support"
2218a89dc62SBingbu Cao	help
2228a89dc62SBingbu Cao	  This is a Video4Linux2 sensor driver for the Sony
2238a89dc62SBingbu Cao	  IMX319 camera.
2248a89dc62SBingbu Cao
2258a89dc62SBingbu Cao	  To compile this driver as a module, choose M here: the
2268a89dc62SBingbu Cao	  module will be called imx319.
2278a89dc62SBingbu Cao
2289746b117SMartina Krastevaconfig VIDEO_IMX334
2299746b117SMartina Krasteva	tristate "Sony IMX334 sensor support"
2309746b117SMartina Krasteva	depends on OF_GPIO
2317b19b0fcSTarang Raval	select V4L2_CCI_I2C
2329746b117SMartina Krasteva	help
2339746b117SMartina Krasteva	  This is a Video4Linux2 sensor driver for the Sony
2349746b117SMartina Krasteva	  IMX334 camera.
2359746b117SMartina Krasteva
2369746b117SMartina Krasteva	  To compile this driver as a module, choose M here: the
2379746b117SMartina Krasteva	  module will be called imx334.
2389746b117SMartina Krasteva
23945d19b5fSMartina Krastevaconfig VIDEO_IMX335
24045d19b5fSMartina Krasteva	tristate "Sony IMX335 sensor support"
24145d19b5fSMartina Krasteva	depends on OF_GPIO
2428f0926dbSUmang Jain	select V4L2_CCI_I2C
24345d19b5fSMartina Krasteva	help
24445d19b5fSMartina Krasteva	  This is a Video4Linux2 sensor driver for the Sony
24545d19b5fSMartina Krasteva	  IMX335 camera.
24645d19b5fSMartina Krasteva
24745d19b5fSMartina Krasteva	  To compile this driver as a module, choose M here: the
24845d19b5fSMartina Krasteva	  module will be called imx335.
24945d19b5fSMartina Krasteva
250df0b5c4aSBingbu Caoconfig VIDEO_IMX355
251df0b5c4aSBingbu Cao	tristate "Sony IMX355 sensor support"
252df0b5c4aSBingbu Cao	help
253df0b5c4aSBingbu Cao	  This is a Video4Linux2 sensor driver for the Sony
254df0b5c4aSBingbu Cao	  IMX355 camera.
255df0b5c4aSBingbu Cao
256df0b5c4aSBingbu Cao	  To compile this driver as a module, choose M here: the
257df0b5c4aSBingbu Cao	  module will be called imx355.
258df0b5c4aSBingbu Cao
2599214e86cSMartina Krastevaconfig VIDEO_IMX412
2609214e86cSMartina Krasteva	tristate "Sony IMX412 sensor support"
2619214e86cSMartina Krasteva	depends on OF_GPIO
2629214e86cSMartina Krasteva	help
2639214e86cSMartina Krasteva	  This is a Video4Linux2 sensor driver for the Sony
2649214e86cSMartina Krasteva	  IMX412 camera.
2659214e86cSMartina Krasteva
2669214e86cSMartina Krasteva	  To compile this driver as a module, choose M here: the
2679214e86cSMartina Krasteva	  module will be called imx412.
2689214e86cSMartina Krasteva
26914cd15e7SGerald Loackerconfig VIDEO_IMX415
27014cd15e7SGerald Loacker	tristate "Sony IMX415 sensor support"
27114cd15e7SGerald Loacker	depends on OF_GPIO
272d5df1c7fSAlexander Stein	select V4L2_CCI_I2C
27314cd15e7SGerald Loacker	help
27414cd15e7SGerald Loacker	  This is a Video4Linux2 sensor driver for the Sony
27514cd15e7SGerald Loacker	  IMX415 camera.
27614cd15e7SGerald Loacker
27714cd15e7SGerald Loacker	  To compile this driver as a module, choose M here: the
27814cd15e7SGerald Loacker	  module will be called imx415.
27914cd15e7SGerald Loacker
2806cdc31b2SMauro Carvalho Chehabconfig VIDEO_MAX9271_LIB
2816cdc31b2SMauro Carvalho Chehab	tristate
2826cdc31b2SMauro Carvalho Chehab
2836cdc31b2SMauro Carvalho Chehabconfig VIDEO_MT9M001
2846cdc31b2SMauro Carvalho Chehab	tristate "mt9m001 support"
2856cdc31b2SMauro Carvalho Chehab	help
2866cdc31b2SMauro Carvalho Chehab	  This driver supports MT9M001 cameras from Micron, monochrome
2876cdc31b2SMauro Carvalho Chehab	  and colour models.
2886cdc31b2SMauro Carvalho Chehab
2896cdc31b2SMauro Carvalho Chehabconfig VIDEO_MT9M111
2906cdc31b2SMauro Carvalho Chehab	tristate "mt9m111, mt9m112 and mt9m131 support"
2916cdc31b2SMauro Carvalho Chehab	help
2926cdc31b2SMauro Carvalho Chehab	  This driver supports MT9M111, MT9M112 and MT9M131 cameras from
2936cdc31b2SMauro Carvalho Chehab	  Micron/Aptina
2946cdc31b2SMauro Carvalho Chehab
29524d756e9SLaurent Pinchartconfig VIDEO_MT9M114
29624d756e9SLaurent Pinchart	tristate "onsemi MT9M114 sensor support"
29724d756e9SLaurent Pinchart	select V4L2_CCI_I2C
29824d756e9SLaurent Pinchart	help
29924d756e9SLaurent Pinchart	  This is a Video4Linux2 sensor-level driver for the onsemi MT9M114
30024d756e9SLaurent Pinchart	  camera.
30124d756e9SLaurent Pinchart
30224d756e9SLaurent Pinchart	  To compile this driver as a module, choose M here: the
30324d756e9SLaurent Pinchart	  module will be called mt9m114.
30424d756e9SLaurent Pinchart
3056cdc31b2SMauro Carvalho Chehabconfig VIDEO_MT9P031
3066cdc31b2SMauro Carvalho Chehab	tristate "Aptina MT9P031 support"
3076cdc31b2SMauro Carvalho Chehab	select VIDEO_APTINA_PLL
3086cdc31b2SMauro Carvalho Chehab	help
3096cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the Aptina
3106cdc31b2SMauro Carvalho Chehab	  (Micron) mt9p031 5 Mpixel camera.
3116cdc31b2SMauro Carvalho Chehab
3126cdc31b2SMauro Carvalho Chehabconfig VIDEO_MT9T112
3136cdc31b2SMauro Carvalho Chehab	tristate "Aptina MT9T111/MT9T112 support"
3146cdc31b2SMauro Carvalho Chehab	help
3156cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the Aptina
3166cdc31b2SMauro Carvalho Chehab	  (Micron) MT9T111 and MT9T112 3 Mpixel camera.
3176cdc31b2SMauro Carvalho Chehab
3186cdc31b2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
3196cdc31b2SMauro Carvalho Chehab	  module will be called mt9t112.
3206cdc31b2SMauro Carvalho Chehab
3216cdc31b2SMauro Carvalho Chehabconfig VIDEO_MT9V011
3226cdc31b2SMauro Carvalho Chehab	tristate "Micron mt9v011 sensor support"
3236cdc31b2SMauro Carvalho Chehab	help
3246cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the Micron
3256cdc31b2SMauro Carvalho Chehab	  mt0v011 1.3 Mpixel camera.  It currently only works with the
3266cdc31b2SMauro Carvalho Chehab	  em28xx driver.
3276cdc31b2SMauro Carvalho Chehab
3286cdc31b2SMauro Carvalho Chehabconfig VIDEO_MT9V032
3296cdc31b2SMauro Carvalho Chehab	tristate "Micron MT9V032 sensor support"
3306cdc31b2SMauro Carvalho Chehab	select REGMAP_I2C
3316cdc31b2SMauro Carvalho Chehab	help
3326cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the Micron
3336cdc31b2SMauro Carvalho Chehab	  MT9V032 752x480 CMOS sensor.
3346cdc31b2SMauro Carvalho Chehab
3356cdc31b2SMauro Carvalho Chehabconfig VIDEO_MT9V111
3366cdc31b2SMauro Carvalho Chehab	tristate "Aptina MT9V111 sensor support"
3376cdc31b2SMauro Carvalho Chehab	help
3386cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the Aptina/Micron
3396cdc31b2SMauro Carvalho Chehab	  MT9V111 sensor.
3406cdc31b2SMauro Carvalho Chehab
3416cdc31b2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
3426cdc31b2SMauro Carvalho Chehab	  module will be called mt9v111.
3436cdc31b2SMauro Carvalho Chehab
344472377feSShawn Tuconfig VIDEO_OG01A1B
345472377feSShawn Tu	tristate "OmniVision OG01A1B sensor support"
346472377feSShawn Tu	help
347472377feSShawn Tu	  This is a Video4Linux2 sensor driver for the OmniVision
348472377feSShawn Tu	  OG01A1B camera.
349472377feSShawn Tu
350472377feSShawn Tu	  To compile this driver as a module, choose M here: the
351472377feSShawn Tu	  module will be called og01a1b.
352472377feSShawn Tu
353*25bf2e19SVladimir Zapolskiyconfig VIDEO_OG0VE1B
354*25bf2e19SVladimir Zapolskiy	tristate "OmniVision OG0VE1B sensor support"
355*25bf2e19SVladimir Zapolskiy	select V4L2_CCI_I2C
356*25bf2e19SVladimir Zapolskiy	help
357*25bf2e19SVladimir Zapolskiy	  This is a Video4Linux2 sensor driver for the OmniVision
358*25bf2e19SVladimir Zapolskiy	  OG0VE1B camera.
359*25bf2e19SVladimir Zapolskiy
360*25bf2e19SVladimir Zapolskiy	  To compile this driver as a module, choose M here: the
361*25bf2e19SVladimir Zapolskiy	  module will be called og0ve1b.
362*25bf2e19SVladimir Zapolskiy
3630827b58dSBingbu Caoconfig VIDEO_OV01A10
3640827b58dSBingbu Cao	tristate "OmniVision OV01A10 sensor support"
3650827b58dSBingbu Cao	help
3660827b58dSBingbu Cao	  This is a Video4Linux2 sensor driver for the OmniVision
3670827b58dSBingbu Cao	  OV01A10 camera.
3680827b58dSBingbu Cao
3690827b58dSBingbu Cao	  To compile this driver as a module, choose M here: the
3700827b58dSBingbu Cao	  module will be called ov01a10.
3710827b58dSBingbu Cao
37291807efbSDongchun Zhuconfig VIDEO_OV02A10
37391807efbSDongchun Zhu	tristate "OmniVision OV02A10 sensor support"
37491807efbSDongchun Zhu	help
37591807efbSDongchun Zhu	  This is a Video4Linux2 sensor driver for the OmniVision
37691807efbSDongchun Zhu	  OV02A10 camera.
37791807efbSDongchun Zhu
37891807efbSDongchun Zhu	  To compile this driver as a module, choose M here: the
37991807efbSDongchun Zhu	  module will be called ov02a10.
38091807efbSDongchun Zhu
3811c734f8aSJingjing Xiongconfig VIDEO_OV02E10
3821c734f8aSJingjing Xiong	tristate "OmniVision OV02E10 sensor support"
3831c734f8aSJingjing Xiong	select V4L2_CCI_I2C
3841c734f8aSJingjing Xiong	help
3851c734f8aSJingjing Xiong	  This is a Video4Linux2 sensor driver for the OmniVision
3861c734f8aSJingjing Xiong	  OV02E10 camera.
3871c734f8aSJingjing Xiong
3881c734f8aSJingjing Xiong	  To compile this driver as a module, choose M here: the
3891c734f8aSJingjing Xiong	  module will be called ov02e10.
3901c734f8aSJingjing Xiong
39144f89010SHeimir Thor Sverrissonconfig VIDEO_OV02C10
39244f89010SHeimir Thor Sverrisson	tristate "OmniVision OV02C10 sensor support"
39344f89010SHeimir Thor Sverrisson	select V4L2_CCI_I2C
39444f89010SHeimir Thor Sverrisson	help
39544f89010SHeimir Thor Sverrisson	  This is a Video4Linux2 sensor driver for the OmniVision
39644f89010SHeimir Thor Sverrisson	  OV02C10 camera.
39744f89010SHeimir Thor Sverrisson
39844f89010SHeimir Thor Sverrisson	  To compile this driver as a module, choose M here: the
39944f89010SHeimir Thor Sverrisson	  module will be called ov02c10.
40044f89010SHeimir Thor Sverrisson
4017be91e02SJimmy Suconfig VIDEO_OV08D10
4027be91e02SJimmy Su        tristate "OmniVision OV08D10 sensor support"
4037be91e02SJimmy Su        help
4047be91e02SJimmy Su          This is a Video4Linux2 sensor driver for the OmniVision
4057be91e02SJimmy Su          OV08D10 camera sensor.
4067be91e02SJimmy Su
4077be91e02SJimmy Su          To compile this driver as a module, choose M here: the
4087be91e02SJimmy Su          module will be called ov08d10.
4097be91e02SJimmy Su
41038fc5136SShawn Tuconfig VIDEO_OV08X40
41138fc5136SShawn Tu	tristate "OmniVision OV08X40 sensor support"
41238fc5136SShawn Tu	help
41338fc5136SShawn Tu	  This is a Video4Linux2 sensor driver for the OmniVision
41438fc5136SShawn Tu	  OV08X40 camera.
41538fc5136SShawn Tu
41638fc5136SShawn Tu	  To compile this driver as a module, choose M here: the
41738fc5136SShawn Tu	  module will be called ov08x40.
41838fc5136SShawn Tu
4196cdc31b2SMauro Carvalho Chehabconfig VIDEO_OV13858
4206cdc31b2SMauro Carvalho Chehab	tristate "OmniVision OV13858 sensor support"
4216cdc31b2SMauro Carvalho Chehab	help
4226cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the OmniVision
4236cdc31b2SMauro Carvalho Chehab	  OV13858 camera.
4246cdc31b2SMauro Carvalho Chehab
4256cdc31b2SMauro Carvalho Chehabconfig VIDEO_OV13B10
4266cdc31b2SMauro Carvalho Chehab	tristate "OmniVision OV13B10 sensor support"
4276cdc31b2SMauro Carvalho Chehab	help
4286cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the OmniVision
4296cdc31b2SMauro Carvalho Chehab	  OV13B10 camera.
4306cdc31b2SMauro Carvalho Chehab
43134aa8879SHans Verkuilconfig VIDEO_OV2640
43234aa8879SHans Verkuil	tristate "OmniVision OV2640 sensor support"
43334aa8879SHans Verkuil	help
434be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
43534aa8879SHans Verkuil	  OV2640 camera.
43634aa8879SHans Verkuil
43734aa8879SHans Verkuil	  To compile this driver as a module, choose M here: the
43834aa8879SHans Verkuil	  module will be called ov2640.
43934aa8879SHans Verkuil
440c4c0283aSBenoit Parrotconfig VIDEO_OV2659
441c4c0283aSBenoit Parrot	tristate "OmniVision OV2659 sensor support"
44211ec2c45SSakari Ailus	depends on GPIOLIB
443b60a5b8dSMauro Carvalho Chehab	help
444be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
445c4c0283aSBenoit Parrot	  OV2659 camera.
446c4c0283aSBenoit Parrot
447c4c0283aSBenoit Parrot	  To compile this driver as a module, choose M here: the
448c4c0283aSBenoit Parrot	  module will be called ov2659.
449c4c0283aSBenoit Parrot
4503ee47cadSRui Miguel Silvaconfig VIDEO_OV2680
4513ee47cadSRui Miguel Silva	tristate "OmniVision OV2680 sensor support"
4529289998eSHans de Goede	select V4L2_CCI_I2C
453b60a5b8dSMauro Carvalho Chehab	help
4543ee47cadSRui Miguel Silva	  This is a Video4Linux2 sensor driver for the OmniVision
4553ee47cadSRui Miguel Silva	  OV2680 camera.
4563ee47cadSRui Miguel Silva
4573ee47cadSRui Miguel Silva	  To compile this driver as a module, choose M here: the
4583ee47cadSRui Miguel Silva	  module will be called ov2680.
4593ee47cadSRui Miguel Silva
460e3861d91SShunqian Zhengconfig VIDEO_OV2685
461e3861d91SShunqian Zheng	tristate "OmniVision OV2685 sensor support"
462b60a5b8dSMauro Carvalho Chehab	help
463be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
464e3861d91SShunqian Zheng	  OV2685 camera.
465e3861d91SShunqian Zheng
466e3861d91SShunqian Zheng	  To compile this driver as a module, choose M here: the
467e3861d91SShunqian Zheng	  module will be called ov2685.
468e3861d91SShunqian Zheng
469866edc89SBingbu Caoconfig VIDEO_OV2740
470866edc89SBingbu Cao	tristate "OmniVision OV2740 sensor support"
4711e8d3bbcSBingbu Cao	depends on ACPI || COMPILE_TEST
472e0f822f8SSergey Senozhatsky	select REGMAP_I2C
473866edc89SBingbu Cao	help
474866edc89SBingbu Cao	  This is a Video4Linux2 sensor driver for the OmniVision
475866edc89SBingbu Cao	  OV2740 camera.
476866edc89SBingbu Cao
477866edc89SBingbu Cao	  To compile this driver as a module, choose M here: the
478866edc89SBingbu Cao	  module will be called ov2740.
479866edc89SBingbu Cao
48032a437dbSMikhail Rudenkoconfig VIDEO_OV4689
48132a437dbSMikhail Rudenko	tristate "OmniVision OV4689 sensor support"
48211ec2c45SSakari Ailus	depends on GPIOLIB
4838fe37e59SMikhail Rudenko	select V4L2_CCI_I2C
48432a437dbSMikhail Rudenko	help
48532a437dbSMikhail Rudenko	  This is a Video4Linux2 sensor-level driver for the OmniVision
48632a437dbSMikhail Rudenko	  OV4689 camera.
48732a437dbSMikhail Rudenko
48832a437dbSMikhail Rudenko	  To compile this driver as a module, choose M here: the
48932a437dbSMikhail Rudenko	  module will be called ov4689.
49032a437dbSMikhail Rudenko
49119a81c14SSteve Longerbeamconfig VIDEO_OV5640
49219a81c14SSteve Longerbeam	tristate "OmniVision OV5640 sensor support"
49319a81c14SSteve Longerbeam	depends on OF
49411ec2c45SSakari Ailus	depends on GPIOLIB
495b60a5b8dSMauro Carvalho Chehab	help
496be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the Omnivision
49719a81c14SSteve Longerbeam	  OV5640 camera sensor with a MIPI CSI-2 interface.
49819a81c14SSteve Longerbeam
4999cae9722STodor Tomovconfig VIDEO_OV5645
5009cae9722STodor Tomov	tristate "OmniVision OV5645 sensor support"
5019cae9722STodor Tomov	depends on OF
502b60a5b8dSMauro Carvalho Chehab	help
503be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
5049cae9722STodor Tomov	  OV5645 camera.
5059cae9722STodor Tomov
5069cae9722STodor Tomov	  To compile this driver as a module, choose M here: the
5079cae9722STodor Tomov	  module will be called ov5645.
5089cae9722STodor Tomov
5093c2472a3SRamiro Oliveiraconfig VIDEO_OV5647
5103c2472a3SRamiro Oliveira	tristate "OmniVision OV5647 sensor support"
511b60a5b8dSMauro Carvalho Chehab	help
512be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
5133c2472a3SRamiro Oliveira	  OV5647 camera.
5143c2472a3SRamiro Oliveira
5153c2472a3SRamiro Oliveira	  To compile this driver as a module, choose M here: the
5163c2472a3SRamiro Oliveira	  module will be called ov5647.
5173c2472a3SRamiro Oliveira
518e43ccb0aSPaul Kocialkowskiconfig VIDEO_OV5648
519e43ccb0aSPaul Kocialkowski	tristate "OmniVision OV5648 sensor support"
52011ec2c45SSakari Ailus	depends on PM
521e43ccb0aSPaul Kocialkowski	help
522e43ccb0aSPaul Kocialkowski	  This is a Video4Linux2 sensor driver for the OmniVision
523e43ccb0aSPaul Kocialkowski	  OV5648 camera.
524e43ccb0aSPaul Kocialkowski
525e43ccb0aSPaul Kocialkowski	  To compile this driver as a module, choose M here: the
526e43ccb0aSPaul Kocialkowski	  module will be called ov5648.
527e43ccb0aSPaul Kocialkowski
5285de35c9bSChiranjeevi Rapoluconfig VIDEO_OV5670
5295de35c9bSChiranjeevi Rapolu	tristate "OmniVision OV5670 sensor support"
530b60a5b8dSMauro Carvalho Chehab	help
531be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
5325de35c9bSChiranjeevi Rapolu	  OV5670 camera.
5335de35c9bSChiranjeevi Rapolu
5345de35c9bSChiranjeevi Rapolu	  To compile this driver as a module, choose M here: the
5355de35c9bSChiranjeevi Rapolu	  module will be called ov5670.
5365de35c9bSChiranjeevi Rapolu
537bf27502bSShawn Tuconfig VIDEO_OV5675
538bf27502bSShawn Tu	tristate "OmniVision OV5675 sensor support"
539bf27502bSShawn Tu	help
540bf27502bSShawn Tu	  This is a Video4Linux2 sensor driver for the OmniVision
541bf27502bSShawn Tu	  OV5675 camera.
542bf27502bSShawn Tu
543bf27502bSShawn Tu	  To compile this driver as a module, choose M here: the
544bf27502bSShawn Tu	  module will be called ov5675.
545bf27502bSShawn Tu
54689aef879SDaniel Scallyconfig VIDEO_OV5693
54789aef879SDaniel Scally	tristate "OmniVision OV5693 sensor support"
548f3a5e2ccSHans de Goede	select V4L2_CCI_I2C
54989aef879SDaniel Scally	help
55089aef879SDaniel Scally	  This is a Video4Linux2 sensor driver for the OmniVision
55189aef879SDaniel Scally	  OV5693 camera.
55289aef879SDaniel Scally
55389aef879SDaniel Scally	  To compile this driver as a module, choose M here: the
55489aef879SDaniel Scally	  module will be called ov5693.
55589aef879SDaniel Scally
5568a77009bSShunqian Zhengconfig VIDEO_OV5695
5578a77009bSShunqian Zheng	tristate "OmniVision OV5695 sensor support"
558b60a5b8dSMauro Carvalho Chehab	help
559be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
5608a77009bSShunqian Zheng	  OV5695 camera.
5618a77009bSShunqian Zheng
5628a77009bSShunqian Zheng	  To compile this driver as a module, choose M here: the
5638a77009bSShunqian Zheng	  module will be called ov5695.
5648a77009bSShunqian Zheng
565fd7cb868SVladimir Zapolskiyconfig VIDEO_OV6211
566fd7cb868SVladimir Zapolskiy	tristate "OmniVision OV6211 sensor support"
567fd7cb868SVladimir Zapolskiy	select V4L2_CCI_I2C
568fd7cb868SVladimir Zapolskiy	help
569fd7cb868SVladimir Zapolskiy	  This is a Video4Linux2 sensor driver for the OmniVision
570fd7cb868SVladimir Zapolskiy	  OV6211 camera.
571fd7cb868SVladimir Zapolskiy
572fd7cb868SVladimir Zapolskiy	  To compile this driver as a module, choose M here: the
573fd7cb868SVladimir Zapolskiy	  module will be called ov6211.
574fd7cb868SVladimir Zapolskiy
57503d93f8eSJacopo Mondiconfig VIDEO_OV64A40
57603d93f8eSJacopo Mondi	tristate "OmniVision OV64A40 sensor support"
57703d93f8eSJacopo Mondi	select V4L2_CCI_I2C
57803d93f8eSJacopo Mondi	help
57903d93f8eSJacopo Mondi	  This is a Video4Linux2 sensor driver for the OmniVision
58003d93f8eSJacopo Mondi	  OV64A40 camera.
58103d93f8eSJacopo Mondi
58203d93f8eSJacopo Mondi	  To compile this driver as a module, choose M here: the
58303d93f8eSJacopo Mondi	  module will be called ov64a40.
58403d93f8eSJacopo Mondi
5856cdc31b2SMauro Carvalho Chehabconfig VIDEO_OV6650
5866cdc31b2SMauro Carvalho Chehab	tristate "OmniVision OV6650 sensor support"
5876cdc31b2SMauro Carvalho Chehab	help
5886cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the OmniVision
5896cdc31b2SMauro Carvalho Chehab	  OV6650 camera.
5906cdc31b2SMauro Carvalho Chehab
5916cdc31b2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
5926cdc31b2SMauro Carvalho Chehab	  module will be called ov6650.
5936cdc31b2SMauro Carvalho Chehab
594d30bb512STodor Tomovconfig VIDEO_OV7251
595d30bb512STodor Tomov	tristate "OmniVision OV7251 sensor support"
596d30bb512STodor Tomov	help
597be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
598d30bb512STodor Tomov	  OV7251 camera.
599d30bb512STodor Tomov
600d30bb512STodor Tomov	  To compile this driver as a module, choose M here: the
601d30bb512STodor Tomov	  module will be called ov7251.
602d30bb512STodor Tomov
603ec367c3cSHans Verkuilconfig VIDEO_OV7640
604ec367c3cSHans Verkuil	tristate "OmniVision OV7640 sensor support"
605b60a5b8dSMauro Carvalho Chehab	help
606be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
607ec367c3cSHans Verkuil	  OV7640 camera.
608ec367c3cSHans Verkuil
609ec367c3cSHans Verkuil	  To compile this driver as a module, choose M here: the
610ec367c3cSHans Verkuil	  module will be called ov7640.
611ec367c3cSHans Verkuil
612cb7a01acSMauro Carvalho Chehabconfig VIDEO_OV7670
613cb7a01acSMauro Carvalho Chehab	tristate "OmniVision OV7670 sensor support"
614b60a5b8dSMauro Carvalho Chehab	help
615be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
616cb7a01acSMauro Carvalho Chehab	  OV7670 VGA camera.  It currently only works with the M88ALP01
617cb7a01acSMauro Carvalho Chehab	  controller.
618cb7a01acSMauro Carvalho Chehab
6196cdc31b2SMauro Carvalho Chehabconfig VIDEO_OV772X
6206cdc31b2SMauro Carvalho Chehab	tristate "OmniVision OV772x sensor support"
6216cdc31b2SMauro Carvalho Chehab	select REGMAP_SCCB
6226cdc31b2SMauro Carvalho Chehab	help
6236cdc31b2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the OmniVision
6246cdc31b2SMauro Carvalho Chehab	  OV772x camera.
6256cdc31b2SMauro Carvalho Chehab
6266cdc31b2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
6276cdc31b2SMauro Carvalho Chehab	  module will be called ov772x.
6286cdc31b2SMauro Carvalho Chehab
62939c5c447SWenyou Yangconfig VIDEO_OV7740
63039c5c447SWenyou Yang	tristate "OmniVision OV7740 sensor support"
631fd210e31SRaag Jadav	select REGMAP_SCCB
632b60a5b8dSMauro Carvalho Chehab	help
633be9543ecSSakari Ailus	  This is a Video4Linux2 sensor driver for the OmniVision
63439c5c447SWenyou Yang	  OV7740 VGA camera sensor.
63539c5c447SWenyou Yang
636879347f0SBen Kaoconfig VIDEO_OV8856
637879347f0SBen Kao	tristate "OmniVision OV8856 sensor support"
638879347f0SBen Kao	help
639879347f0SBen Kao	  This is a Video4Linux2 sensor driver for the OmniVision
640879347f0SBen Kao	  OV8856 camera sensor.
641879347f0SBen Kao
642879347f0SBen Kao	  To compile this driver as a module, choose M here: the
643879347f0SBen Kao	  module will be called ov8856.
644879347f0SBen Kao
645e14d3ac8SNicholas Rothconfig VIDEO_OV8858
646e14d3ac8SNicholas Roth	tristate "OmniVision OV8858 sensor support"
64711ec2c45SSakari Ailus	depends on PM
648e14d3ac8SNicholas Roth	help
649e14d3ac8SNicholas Roth	  This is a Video4Linux2 sensor driver for OmniVision
650e14d3ac8SNicholas Roth	  OV8858 camera sensor.
651e14d3ac8SNicholas Roth
652e14d3ac8SNicholas Roth	  To compile this driver as a module, choose M here: the
653e14d3ac8SNicholas Roth	  module will be called ov8858.
654e14d3ac8SNicholas Roth
65511c0d8fdSPaul Kocialkowskiconfig VIDEO_OV8865
65611c0d8fdSPaul Kocialkowski	tristate "OmniVision OV8865 sensor support"
65711ec2c45SSakari Ailus	depends on PM
65811c0d8fdSPaul Kocialkowski	help
65911c0d8fdSPaul Kocialkowski	  This is a Video4Linux2 sensor driver for OmniVision
66011c0d8fdSPaul Kocialkowski	  OV8865 camera sensor.
66111c0d8fdSPaul Kocialkowski
66211c0d8fdSPaul Kocialkowski	  To compile this driver as a module, choose M here: the
66311c0d8fdSPaul Kocialkowski	  module will be called ov8865.
66411c0d8fdSPaul Kocialkowski
66514ea315bSMartina Krastevaconfig VIDEO_OV9282
66614ea315bSMartina Krasteva	tristate "OmniVision OV9282 sensor support"
66714ea315bSMartina Krasteva	depends on OF_GPIO
66814ea315bSMartina Krasteva	help
66914ea315bSMartina Krasteva	  This is a Video4Linux2 sensor driver for the OmniVision
67014ea315bSMartina Krasteva	  OV9282 camera sensor.
67114ea315bSMartina Krasteva
67214ea315bSMartina Krasteva	  To compile this driver as a module, choose M here: the
67314ea315bSMartina Krasteva	  module will be called ov9282.
67414ea315bSMartina Krasteva
67557b0ad9eSPetr Cvekconfig VIDEO_OV9640
67657b0ad9eSPetr Cvek	tristate "OmniVision OV9640 sensor support"
67757b0ad9eSPetr Cvek	help
67857b0ad9eSPetr Cvek	  This is a Video4Linux2 sensor driver for the OmniVision
67957b0ad9eSPetr Cvek	  OV9640 camera sensor.
68057b0ad9eSPetr Cvek
68184a15dedSSylwester Nawrockiconfig VIDEO_OV9650
68284a15dedSSylwester Nawrocki	tristate "OmniVision OV9650/OV9652 sensor support"
683361f3803SAkinobu Mita	select REGMAP_SCCB
684b60a5b8dSMauro Carvalho Chehab	help
685be9543ecSSakari Ailus	  This is a V4L2 sensor driver for the Omnivision
68684a15dedSSylwester Nawrocki	  OV9650 and OV9652 camera sensors.
68784a15dedSSylwester Nawrocki
688d3f863a6STianshu Qiuconfig VIDEO_OV9734
689d3f863a6STianshu Qiu	tristate "OmniVision OV9734 sensor support"
690d3f863a6STianshu Qiu	depends on ACPI || COMPILE_TEST
691d3f863a6STianshu Qiu	help
692d3f863a6STianshu Qiu	  This is a Video4Linux2 sensor driver for the OmniVision
693d3f863a6STianshu Qiu	  OV9734 camera.
694d3f863a6STianshu Qiu
695d3f863a6STianshu Qiu	  To compile this driver as a module, choose M here: the
696d3f863a6STianshu Qiu	  module's name is ov9734.
697d3f863a6STianshu Qiu
69834009bffSJacopo Mondiconfig VIDEO_RDACM20
69934009bffSJacopo Mondi	tristate "IMI RDACM20 camera support"
7007f03d9feSJacopo Mondi	select VIDEO_MAX9271_LIB
70134009bffSJacopo Mondi	help
70234009bffSJacopo Mondi	  This driver supports the IMI RDACM20 GMSL camera, used in
70334009bffSJacopo Mondi	  ADAS systems.
70434009bffSJacopo Mondi
70534009bffSJacopo Mondi	  This camera should be used in conjunction with a GMSL
70634009bffSJacopo Mondi	  deserialiser such as the MAX9286.
70734009bffSJacopo Mondi
708a59f853bSJacopo Mondiconfig VIDEO_RDACM21
709a59f853bSJacopo Mondi	tristate "IMI RDACM21 camera support"
7107f03d9feSJacopo Mondi	select VIDEO_MAX9271_LIB
711a59f853bSJacopo Mondi	help
712a59f853bSJacopo Mondi	  This driver supports the IMI RDACM21 GMSL camera, used in
713a59f853bSJacopo Mondi	  ADAS systems.
714a59f853bSJacopo Mondi
715a59f853bSJacopo Mondi	  This camera should be used in conjunction with a GMSL
716a59f853bSJacopo Mondi	  deserialiser such as the MAX9286.
717a59f853bSJacopo Mondi
7188cba1ae6SJacopo Mondiconfig VIDEO_RJ54N1
7198cba1ae6SJacopo Mondi	tristate "Sharp RJ54N1CB0C sensor support"
7208cba1ae6SJacopo Mondi	help
721be9543ecSSakari Ailus	  This is a V4L2 sensor driver for Sharp RJ54N1CB0C CMOS image
7228cba1ae6SJacopo Mondi	  sensor.
7238cba1ae6SJacopo Mondi
7248cba1ae6SJacopo Mondi	  To compile this driver as a module, choose M here: the
7258cba1ae6SJacopo Mondi	  module will be called rj54n1.
7268cba1ae6SJacopo Mondi
7276cdc31b2SMauro Carvalho Chehabconfig VIDEO_S5C73M3
7286cdc31b2SMauro Carvalho Chehab	tristate "Samsung S5C73M3 sensor support"
72911ec2c45SSakari Ailus	depends on SPI
730b60a5b8dSMauro Carvalho Chehab	help
7316cdc31b2SMauro Carvalho Chehab	  This is a V4L2 sensor driver for Samsung S5C73M3
7326cdc31b2SMauro Carvalho Chehab	  8 Mpixel camera.
733814b4dd9SSylwester Nawrocki
7347d459937SAndrzej Hajdaconfig VIDEO_S5K5BAF
7357d459937SAndrzej Hajda	tristate "Samsung S5K5BAF sensor support"
736b60a5b8dSMauro Carvalho Chehab	help
737be9543ecSSakari Ailus	  This is a V4L2 sensor driver for Samsung S5K5BAF 2M
7387d459937SAndrzej Hajda	  camera sensor with an embedded SoC image signal processor.
7397d459937SAndrzej Hajda
7406cdc31b2SMauro Carvalho Chehabconfig VIDEO_S5K6A3
7416cdc31b2SMauro Carvalho Chehab	tristate "Samsung S5K6A3 sensor support"
742b60a5b8dSMauro Carvalho Chehab	help
7436cdc31b2SMauro Carvalho Chehab	  This is a V4L2 sensor driver for Samsung S5K6A3 raw
7446cdc31b2SMauro Carvalho Chehab	  camera sensor.
7456cdc31b2SMauro Carvalho Chehab
746e56616d7SBenjamin Mugnierconfig VIDEO_VD55G1
747e56616d7SBenjamin Mugnier	tristate "ST VD55G1 sensor support"
748e56616d7SBenjamin Mugnier	select V4L2_CCI_I2C
749e56616d7SBenjamin Mugnier	depends on GPIOLIB
750e56616d7SBenjamin Mugnier	help
751e56616d7SBenjamin Mugnier	  This is a Video4Linux2 sensor driver for the ST VD55G1
752e56616d7SBenjamin Mugnier	  camera sensor.
753e56616d7SBenjamin Mugnier
754e56616d7SBenjamin Mugnier	  To compile this driver as a module, choose M here: the
755e56616d7SBenjamin Mugnier	  module will be called vd55g1.
756e56616d7SBenjamin Mugnier
75787aa97fcSSylvain Petinotconfig VIDEO_VD56G3
75887aa97fcSSylvain Petinot	tristate "ST VD56G3 sensor support"
75987aa97fcSSylvain Petinot	select V4L2_CCI_I2C
76087aa97fcSSylvain Petinot	depends on GPIOLIB
76187aa97fcSSylvain Petinot	help
76287aa97fcSSylvain Petinot	  This is a Video4Linux2 sensor driver for the ST VD56G3
76387aa97fcSSylvain Petinot	  camera sensor.
76487aa97fcSSylvain Petinot
76587aa97fcSSylvain Petinot	  To compile this driver as a module, choose M here: the
76687aa97fcSSylvain Petinot	  module will be called vd56g3.
76787aa97fcSSylvain Petinot
76815765ff7SBenjamin Mugnierconfig VIDEO_VGXY61
769153e4ad4SBenjamin Mugnier	tristate "ST VGXY61 sensor support"
7709a6d7f2bSJulien Massot	select V4L2_CCI_I2C
77111ec2c45SSakari Ailus	depends on OF && GPIOLIB
772153e4ad4SBenjamin Mugnier	help
773153e4ad4SBenjamin Mugnier	  This is a Video4Linux2 sensor driver for the ST VGXY61
774153e4ad4SBenjamin Mugnier	  camera sensor.
775153e4ad4SBenjamin Mugnier
7766cdc31b2SMauro Carvalho Chehabsource "drivers/media/i2c/ccs/Kconfig"
7776cdc31b2SMauro Carvalho Chehabsource "drivers/media/i2c/et8ek8/Kconfig"
778cac47f18SAndrzej Hajda
7797d3c7d2aSSakari Ailusendif
7805c57ae64SMauro Carvalho Chehab
7817a52ab41SPaul Eldermenu "Camera ISPs"
7827a52ab41SPaul Elder	visible if MEDIA_CAMERA_SUPPORT
7837a52ab41SPaul Elder
7847a52ab41SPaul Elderconfig VIDEO_THP7312
7857a52ab41SPaul Elder	tristate "THine THP7312 support"
7867a52ab41SPaul Elder	depends on I2C
78760a031b6SArnd Bergmann	select FW_LOADER
788fea074e9SKory Maincent	select FW_UPLOAD
7897a52ab41SPaul Elder	select MEDIA_CONTROLLER
7907a52ab41SPaul Elder	select V4L2_CCI_I2C
7917a52ab41SPaul Elder	select V4L2_FWNODE
7927a52ab41SPaul Elder	select VIDEO_V4L2_SUBDEV_API
7937a52ab41SPaul Elder	help
7947a52ab41SPaul Elder	  This is a Video4Linux2 sensor-level driver for the THine
7957a52ab41SPaul Elder	  THP7312 ISP.
7967a52ab41SPaul Elder
7977a52ab41SPaul Elderendmenu
7987a52ab41SPaul Elder
799871a99ffSHans de Goedemenuconfig VIDEO_CAMERA_LENS
800871a99ffSHans de Goede	bool "Lens drivers"
801871a99ffSHans de Goede	depends on MEDIA_CAMERA_SUPPORT && I2C
802871a99ffSHans de Goede	select MEDIA_CONTROLLER
803871a99ffSHans de Goede	select V4L2_FWNODE
804871a99ffSHans de Goede	select VIDEO_V4L2_SUBDEV_API
805871a99ffSHans de Goede	default y
806871a99ffSHans de Goede
807871a99ffSHans de Goedeif VIDEO_CAMERA_LENS
8080d0d87fbSSakari Ailus
8090d0d87fbSSakari Ailusconfig VIDEO_AD5820
8100d0d87fbSSakari Ailus	tristate "AD5820 lens voice coil support"
811871a99ffSHans de Goede	depends on GPIOLIB
812b60a5b8dSMauro Carvalho Chehab	help
8130d0d87fbSSakari Ailus	  This is a driver for the AD5820 camera lens voice coil.
8140d0d87fbSSakari Ailus	  It is used for example in Nokia N900 (RX-51).
8150d0d87fbSSakari Ailus
8160d0d87fbSSakari Ailusconfig VIDEO_AK7375
8170d0d87fbSSakari Ailus	tristate "AK7375 lens voice coil support"
8180d0d87fbSSakari Ailus	help
8190d0d87fbSSakari Ailus	  This is a driver for the AK7375 camera lens voice coil.
8200d0d87fbSSakari Ailus	  AK7375 is a 12 bit DAC with 120mA output current sink
8210d0d87fbSSakari Ailus	  capability. This is designed for linear control of
8220d0d87fbSSakari Ailus	  voice coil motors, controlled via I2C serial interface.
8230d0d87fbSSakari Ailus
8240d0d87fbSSakari Ailusconfig VIDEO_DW9714
8250d0d87fbSSakari Ailus	tristate "DW9714 lens voice coil support"
826871a99ffSHans de Goede	depends on GPIOLIB
827b60a5b8dSMauro Carvalho Chehab	help
8280d0d87fbSSakari Ailus	  This is a driver for the DW9714 camera lens voice coil.
8290d0d87fbSSakari Ailus	  DW9714 is a 10 bit DAC with 120mA output current sink
8300d0d87fbSSakari Ailus	  capability. This is designed for linear control of
8310d0d87fbSSakari Ailus	  voice coil motors, controlled via I2C serial interface.
8320d0d87fbSSakari Ailus
833fed60fc5SDaniel Scallyconfig VIDEO_DW9719
834fed60fc5SDaniel Scally	tristate "DW9719 lens voice coil support"
835fed60fc5SDaniel Scally	select V4L2_CCI_I2C
836fed60fc5SDaniel Scally	help
837fed60fc5SDaniel Scally	  This is a driver for the DW9719 camera lens voice coil.
838fed60fc5SDaniel Scally	  This is designed for linear control of voice coil motors,
839fed60fc5SDaniel Scally	  controlled via I2C serial interface.
840fed60fc5SDaniel Scally
84185989122SDongchun Zhuconfig VIDEO_DW9768
84285989122SDongchun Zhu	tristate "DW9768 lens voice coil support"
84385989122SDongchun Zhu	help
84485989122SDongchun Zhu	  This is a driver for the DW9768 camera lens voice coil.
84585989122SDongchun Zhu	  DW9768 is a 10 bit DAC with 100mA output current sink
84685989122SDongchun Zhu	  capability. This is designed for linear control of
84785989122SDongchun Zhu	  voice coil motors, controlled via I2C serial interface.
84885989122SDongchun Zhu
8490d0d87fbSSakari Ailusconfig VIDEO_DW9807_VCM
8500d0d87fbSSakari Ailus	tristate "DW9807 lens voice coil support"
851b60a5b8dSMauro Carvalho Chehab	help
8520d0d87fbSSakari Ailus	  This is a driver for the DW9807 camera lens voice coil.
8530d0d87fbSSakari Ailus	  DW9807 is a 10 bit DAC with 100mA output current sink
8540d0d87fbSSakari Ailus	  capability. This is designed for linear control of
8550d0d87fbSSakari Ailus	  voice coil motors, controlled via I2C serial interface.
8560d0d87fbSSakari Ailus
857871a99ffSHans de Goedeendif
8588f4ac27aSSakari Ailus
8595c57ae64SMauro Carvalho Chehabmenu "Flash devices"
8605c57ae64SMauro Carvalho Chehab	visible if MEDIA_CAMERA_SUPPORT
861cb7a01acSMauro Carvalho Chehab
862cb7a01acSMauro Carvalho Chehabconfig VIDEO_ADP1653
863cb7a01acSMauro Carvalho Chehab	tristate "ADP1653 flash support"
8649958d30fSMauro Carvalho Chehab	depends on I2C && VIDEO_DEV
86532a363d0SMauro Carvalho Chehab	select MEDIA_CONTROLLER
866ff3cc65cSSakari Ailus	select V4L2_ASYNC
867b60a5b8dSMauro Carvalho Chehab	help
868cb7a01acSMauro Carvalho Chehab	  This is a driver for the ADP1653 flash controller. It is used for
869cb7a01acSMauro Carvalho Chehab	  example in Nokia N900.
870cb7a01acSMauro Carvalho Chehab
8717f6b11a1SDaniel Jeongconfig VIDEO_LM3560
8727f6b11a1SDaniel Jeong	tristate "LM3560 dual flash driver support"
8739958d30fSMauro Carvalho Chehab	depends on I2C && VIDEO_DEV
87432a363d0SMauro Carvalho Chehab	select MEDIA_CONTROLLER
8757f6b11a1SDaniel Jeong	select REGMAP_I2C
876ff3cc65cSSakari Ailus	select V4L2_ASYNC
877b60a5b8dSMauro Carvalho Chehab	help
8787f6b11a1SDaniel Jeong	  This is a driver for the lm3560 dual flash controllers. It controls
8797f6b11a1SDaniel Jeong	  flash, torch LEDs.
8807f6b11a1SDaniel Jeong
881dc76df5dSDaniel Jeongconfig VIDEO_LM3646
882dc76df5dSDaniel Jeong	tristate "LM3646 dual flash driver support"
8839958d30fSMauro Carvalho Chehab	depends on I2C && VIDEO_DEV
88432a363d0SMauro Carvalho Chehab	select MEDIA_CONTROLLER
885dc76df5dSDaniel Jeong	select REGMAP_I2C
886ff3cc65cSSakari Ailus	select V4L2_ASYNC
887b60a5b8dSMauro Carvalho Chehab	help
888dc76df5dSDaniel Jeong	  This is a driver for the lm3646 dual flash controllers. It controls
889dc76df5dSDaniel Jeong	  flash, torch LEDs.
8906cdc31b2SMauro Carvalho Chehab
8915c57ae64SMauro Carvalho Chehabendmenu
89232a363d0SMauro Carvalho Chehab
893d94304f2SMauro Carvalho Chehab#
894d94304f2SMauro Carvalho Chehab# V4L2 I2C drivers that aren't related with Camera support
895d94304f2SMauro Carvalho Chehab#
896d94304f2SMauro Carvalho Chehab
897d94304f2SMauro Carvalho Chehabcomment "audio, video and radio I2C drivers auto-selected by 'Autoselect ancillary drivers'"
898d94304f2SMauro Carvalho Chehab	depends on MEDIA_HIDE_ANCILLARY_SUBDRV
899d94304f2SMauro Carvalho Chehab#
900d94304f2SMauro Carvalho Chehab# Encoder / Decoder module configuration
901d94304f2SMauro Carvalho Chehab#
902d94304f2SMauro Carvalho Chehab
903d94304f2SMauro Carvalho Chehabmenu "Audio decoders, processors and mixers"
904d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
905d94304f2SMauro Carvalho Chehab
906d94304f2SMauro Carvalho Chehabconfig VIDEO_CS3308
907d94304f2SMauro Carvalho Chehab	tristate "Cirrus Logic CS3308 audio ADC"
908d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
909d94304f2SMauro Carvalho Chehab	help
910d94304f2SMauro Carvalho Chehab	  Support for the Cirrus Logic CS3308 High Performance 8-Channel
911d94304f2SMauro Carvalho Chehab	  Analog Volume Control
912d94304f2SMauro Carvalho Chehab
913d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
914d94304f2SMauro Carvalho Chehab	  module will be called cs3308.
915d94304f2SMauro Carvalho Chehab
916d94304f2SMauro Carvalho Chehabconfig VIDEO_CS5345
917d94304f2SMauro Carvalho Chehab	tristate "Cirrus Logic CS5345 audio ADC"
918d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
919d94304f2SMauro Carvalho Chehab	help
920d94304f2SMauro Carvalho Chehab	  Support for the Cirrus Logic CS5345 24-bit, 192 kHz
921d94304f2SMauro Carvalho Chehab	  stereo A/D converter.
922d94304f2SMauro Carvalho Chehab
923d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
924d94304f2SMauro Carvalho Chehab	  module will be called cs5345.
925d94304f2SMauro Carvalho Chehab
926d94304f2SMauro Carvalho Chehabconfig VIDEO_CS53L32A
927d94304f2SMauro Carvalho Chehab	tristate "Cirrus Logic CS53L32A audio ADC"
928d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
929d94304f2SMauro Carvalho Chehab	help
930d94304f2SMauro Carvalho Chehab	  Support for the Cirrus Logic CS53L32A low voltage
931d94304f2SMauro Carvalho Chehab	  stereo A/D converter.
932d94304f2SMauro Carvalho Chehab
933d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
934d94304f2SMauro Carvalho Chehab	  module will be called cs53l32a.
935d94304f2SMauro Carvalho Chehab
936d94304f2SMauro Carvalho Chehabconfig VIDEO_MSP3400
937d94304f2SMauro Carvalho Chehab	tristate "Micronas MSP34xx audio decoders"
938d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
939d94304f2SMauro Carvalho Chehab	help
940d94304f2SMauro Carvalho Chehab	  Support for the Micronas MSP34xx series of audio decoders.
941d94304f2SMauro Carvalho Chehab
942d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
943d94304f2SMauro Carvalho Chehab	  module will be called msp3400.
944d94304f2SMauro Carvalho Chehab
945d94304f2SMauro Carvalho Chehabconfig VIDEO_SONY_BTF_MPX
946d94304f2SMauro Carvalho Chehab	tristate "Sony BTF's internal MPX"
947d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
948d94304f2SMauro Carvalho Chehab	help
949d94304f2SMauro Carvalho Chehab	  Support for the internal MPX of the Sony BTF-PG472Z tuner.
950d94304f2SMauro Carvalho Chehab
951d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
952d94304f2SMauro Carvalho Chehab	  module will be called sony-btf-mpx.
953d94304f2SMauro Carvalho Chehab
954d94304f2SMauro Carvalho Chehabconfig VIDEO_TDA1997X
955d94304f2SMauro Carvalho Chehab	tristate "NXP TDA1997x HDMI receiver"
956d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
957d94304f2SMauro Carvalho Chehab	depends on SND_SOC
958d94304f2SMauro Carvalho Chehab	select HDMI
959d94304f2SMauro Carvalho Chehab	select SND_PCM
960d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
961d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
962d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
963d94304f2SMauro Carvalho Chehab	help
964d94304f2SMauro Carvalho Chehab	  V4L2 subdevice driver for the NXP TDA1997x HDMI receivers.
965d94304f2SMauro Carvalho Chehab
966d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
967d94304f2SMauro Carvalho Chehab	  module will be called tda1997x.
968d94304f2SMauro Carvalho Chehab
969d94304f2SMauro Carvalho Chehabconfig VIDEO_TDA7432
970d94304f2SMauro Carvalho Chehab	tristate "Philips TDA7432 audio processor"
971d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
972d94304f2SMauro Carvalho Chehab	help
973d94304f2SMauro Carvalho Chehab	  Support for tda7432 audio decoder chip found on some bt8xx boards.
974d94304f2SMauro Carvalho Chehab
975d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
976d94304f2SMauro Carvalho Chehab	  module will be called tda7432.
977d94304f2SMauro Carvalho Chehab
978d94304f2SMauro Carvalho Chehabconfig VIDEO_TDA9840
979d94304f2SMauro Carvalho Chehab	tristate "Philips TDA9840 audio processor"
980d94304f2SMauro Carvalho Chehab	depends on I2C
981d94304f2SMauro Carvalho Chehab	help
982d94304f2SMauro Carvalho Chehab	  Support for tda9840 audio decoder chip found on some Zoran boards.
983d94304f2SMauro Carvalho Chehab
984d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
985d94304f2SMauro Carvalho Chehab	  module will be called tda9840.
986d94304f2SMauro Carvalho Chehab
987d94304f2SMauro Carvalho Chehabconfig VIDEO_TEA6415C
988d94304f2SMauro Carvalho Chehab	tristate "Philips TEA6415C audio processor"
989d94304f2SMauro Carvalho Chehab	depends on I2C
990d94304f2SMauro Carvalho Chehab	help
991d94304f2SMauro Carvalho Chehab	  Support for tea6415c audio decoder chip found on some bt8xx boards.
992d94304f2SMauro Carvalho Chehab
993d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
994d94304f2SMauro Carvalho Chehab	  module will be called tea6415c.
995d94304f2SMauro Carvalho Chehab
996d94304f2SMauro Carvalho Chehabconfig VIDEO_TEA6420
997d94304f2SMauro Carvalho Chehab	tristate "Philips TEA6420 audio processor"
998d94304f2SMauro Carvalho Chehab	depends on I2C
999d94304f2SMauro Carvalho Chehab	help
1000d94304f2SMauro Carvalho Chehab	  Support for tea6420 audio decoder chip found on some bt8xx boards.
1001d94304f2SMauro Carvalho Chehab
1002d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1003d94304f2SMauro Carvalho Chehab	  module will be called tea6420.
1004d94304f2SMauro Carvalho Chehab
1005d94304f2SMauro Carvalho Chehabconfig VIDEO_TLV320AIC23B
1006d94304f2SMauro Carvalho Chehab	tristate "Texas Instruments TLV320AIC23B audio codec"
1007d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1008d94304f2SMauro Carvalho Chehab	help
1009d94304f2SMauro Carvalho Chehab	  Support for the Texas Instruments TLV320AIC23B audio codec.
1010d94304f2SMauro Carvalho Chehab
1011d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1012d94304f2SMauro Carvalho Chehab	  module will be called tlv320aic23b.
1013d94304f2SMauro Carvalho Chehab
1014d94304f2SMauro Carvalho Chehabconfig VIDEO_TVAUDIO
1015d94304f2SMauro Carvalho Chehab	tristate "Simple audio decoder chips"
1016d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1017d94304f2SMauro Carvalho Chehab	help
1018d94304f2SMauro Carvalho Chehab	  Support for several audio decoder chips found on some bt8xx boards:
1019d94304f2SMauro Carvalho Chehab	  Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
1020d94304f2SMauro Carvalho Chehab		   tea6320, tea6420, tda8425, ta8874z.
1021d94304f2SMauro Carvalho Chehab	  Microchip: pic16c54 based design on ProVideo PV951 board.
1022d94304f2SMauro Carvalho Chehab
1023d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1024d94304f2SMauro Carvalho Chehab	  module will be called tvaudio.
1025d94304f2SMauro Carvalho Chehab
1026d94304f2SMauro Carvalho Chehabconfig VIDEO_UDA1342
1027d94304f2SMauro Carvalho Chehab	tristate "Philips UDA1342 audio codec"
1028d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1029d94304f2SMauro Carvalho Chehab	help
1030d94304f2SMauro Carvalho Chehab	  Support for the Philips UDA1342 audio codec.
1031d94304f2SMauro Carvalho Chehab
1032d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1033d94304f2SMauro Carvalho Chehab	  module will be called uda1342.
1034d94304f2SMauro Carvalho Chehab
1035d94304f2SMauro Carvalho Chehabconfig VIDEO_VP27SMPX
1036d94304f2SMauro Carvalho Chehab	tristate "Panasonic VP27's internal MPX"
1037d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1038d94304f2SMauro Carvalho Chehab	help
1039d94304f2SMauro Carvalho Chehab	  Support for the internal MPX of the Panasonic VP27s tuner.
1040d94304f2SMauro Carvalho Chehab
1041d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1042d94304f2SMauro Carvalho Chehab	  module will be called vp27smpx.
1043d94304f2SMauro Carvalho Chehab
1044d94304f2SMauro Carvalho Chehabconfig VIDEO_WM8739
1045d94304f2SMauro Carvalho Chehab	tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
1046d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1047d94304f2SMauro Carvalho Chehab	help
1048d94304f2SMauro Carvalho Chehab	  Support for the Wolfson Microelectronics WM8739
1049d94304f2SMauro Carvalho Chehab	  stereo A/D Converter.
1050d94304f2SMauro Carvalho Chehab
1051d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1052d94304f2SMauro Carvalho Chehab	  module will be called wm8739.
1053d94304f2SMauro Carvalho Chehab
1054d94304f2SMauro Carvalho Chehabconfig VIDEO_WM8775
1055d94304f2SMauro Carvalho Chehab	tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
1056d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1057d94304f2SMauro Carvalho Chehab	help
1058d94304f2SMauro Carvalho Chehab	  Support for the Wolfson Microelectronics WM8775 high
1059d94304f2SMauro Carvalho Chehab	  performance stereo A/D Converter with a 4 channel input mixer.
1060d94304f2SMauro Carvalho Chehab
1061d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1062d94304f2SMauro Carvalho Chehab	  module will be called wm8775.
1063d94304f2SMauro Carvalho Chehab
1064d94304f2SMauro Carvalho Chehabendmenu
1065d94304f2SMauro Carvalho Chehab
1066d94304f2SMauro Carvalho Chehabmenu "RDS decoders"
1067d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
1068d94304f2SMauro Carvalho Chehab
1069d94304f2SMauro Carvalho Chehabconfig VIDEO_SAA6588
1070d94304f2SMauro Carvalho Chehab	tristate "SAA6588 Radio Chip RDS decoder support"
1071d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1072d94304f2SMauro Carvalho Chehab
1073d94304f2SMauro Carvalho Chehab	help
1074d94304f2SMauro Carvalho Chehab	  Support for this Radio Data System (RDS) decoder. This allows
1075d94304f2SMauro Carvalho Chehab	  seeing radio station identification transmitted using this
1076d94304f2SMauro Carvalho Chehab	  standard.
1077d94304f2SMauro Carvalho Chehab
1078d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1079d94304f2SMauro Carvalho Chehab	  module will be called saa6588.
1080d94304f2SMauro Carvalho Chehab
1081d94304f2SMauro Carvalho Chehabendmenu
1082d94304f2SMauro Carvalho Chehab
1083d94304f2SMauro Carvalho Chehabmenu "Video decoders"
1084d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
1085d94304f2SMauro Carvalho Chehab
1086d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7180
1087d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV7180 decoder"
1088d94304f2SMauro Carvalho Chehab	depends on GPIOLIB && VIDEO_DEV && I2C
1089d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1090d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
1091d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
1092d94304f2SMauro Carvalho Chehab	help
1093d94304f2SMauro Carvalho Chehab	  Support for the Analog Devices ADV7180 video decoder.
1094d94304f2SMauro Carvalho Chehab
1095d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1096d94304f2SMauro Carvalho Chehab	  module will be called adv7180.
1097d94304f2SMauro Carvalho Chehab
1098d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7183
1099d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV7183 decoder"
1100d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1101d94304f2SMauro Carvalho Chehab	help
1102d94304f2SMauro Carvalho Chehab	  V4l2 subdevice driver for the Analog Devices
1103d94304f2SMauro Carvalho Chehab	  ADV7183 video decoder.
1104d94304f2SMauro Carvalho Chehab
1105d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1106d94304f2SMauro Carvalho Chehab	  module will be called adv7183.
1107d94304f2SMauro Carvalho Chehab
1108d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV748X
1109d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV748x decoder"
1110d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1111d94304f2SMauro Carvalho Chehab	depends on OF
1112d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1113d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
1114d94304f2SMauro Carvalho Chehab	select REGMAP_I2C
1115d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1116d94304f2SMauro Carvalho Chehab	help
1117d94304f2SMauro Carvalho Chehab	  V4L2 subdevice driver for the Analog Devices
1118d94304f2SMauro Carvalho Chehab	  ADV7481 and ADV7482 HDMI/Analog video decoders.
1119d94304f2SMauro Carvalho Chehab
1120d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1121d94304f2SMauro Carvalho Chehab	  module will be called adv748x.
1122d94304f2SMauro Carvalho Chehab
1123d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7604
1124d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV7604 decoder"
1125d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1126d94304f2SMauro Carvalho Chehab	depends on GPIOLIB || COMPILE_TEST
1127d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1128d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
1129d94304f2SMauro Carvalho Chehab	select REGMAP_I2C
1130d94304f2SMauro Carvalho Chehab	select HDMI
1131d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1132d94304f2SMauro Carvalho Chehab	help
1133d94304f2SMauro Carvalho Chehab	  Support for the Analog Devices ADV7604 video decoder.
1134d94304f2SMauro Carvalho Chehab
1135d94304f2SMauro Carvalho Chehab	  This is a Analog Devices Component/Graphics Digitizer
1136d94304f2SMauro Carvalho Chehab	  with 4:1 Multiplexed HDMI Receiver.
1137d94304f2SMauro Carvalho Chehab
1138d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1139d94304f2SMauro Carvalho Chehab	  module will be called adv7604.
1140d94304f2SMauro Carvalho Chehab
1141d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7604_CEC
1142d94304f2SMauro Carvalho Chehab	bool "Enable Analog Devices ADV7604 CEC support"
1143d94304f2SMauro Carvalho Chehab	depends on VIDEO_ADV7604
1144d94304f2SMauro Carvalho Chehab	select CEC_CORE
1145d94304f2SMauro Carvalho Chehab	help
1146d94304f2SMauro Carvalho Chehab	  When selected the adv7604 will support the optional
1147d94304f2SMauro Carvalho Chehab	  HDMI CEC feature.
1148d94304f2SMauro Carvalho Chehab
1149d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7842
1150d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV7842 decoder"
1151d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1152d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1153d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
1154d94304f2SMauro Carvalho Chehab	select HDMI
1155d94304f2SMauro Carvalho Chehab	help
1156d94304f2SMauro Carvalho Chehab	  Support for the Analog Devices ADV7842 video decoder.
1157d94304f2SMauro Carvalho Chehab
1158d94304f2SMauro Carvalho Chehab	  This is a Analog Devices Component/Graphics/SD Digitizer
1159d94304f2SMauro Carvalho Chehab	  with 2:1 Multiplexed HDMI Receiver.
1160d94304f2SMauro Carvalho Chehab
1161d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1162d94304f2SMauro Carvalho Chehab	  module will be called adv7842.
1163d94304f2SMauro Carvalho Chehab
1164d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7842_CEC
1165d94304f2SMauro Carvalho Chehab	bool "Enable Analog Devices ADV7842 CEC support"
1166d94304f2SMauro Carvalho Chehab	depends on VIDEO_ADV7842
1167d94304f2SMauro Carvalho Chehab	select CEC_CORE
1168d94304f2SMauro Carvalho Chehab	help
1169d94304f2SMauro Carvalho Chehab	  When selected the adv7842 will support the optional
1170d94304f2SMauro Carvalho Chehab	  HDMI CEC feature.
1171d94304f2SMauro Carvalho Chehab
1172d94304f2SMauro Carvalho Chehabconfig VIDEO_BT819
1173d94304f2SMauro Carvalho Chehab	tristate "BT819A VideoStream decoder"
1174d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1175d94304f2SMauro Carvalho Chehab	help
1176d94304f2SMauro Carvalho Chehab	  Support for BT819A video decoder.
1177d94304f2SMauro Carvalho Chehab
1178d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1179d94304f2SMauro Carvalho Chehab	  module will be called bt819.
1180d94304f2SMauro Carvalho Chehab
1181d94304f2SMauro Carvalho Chehabconfig VIDEO_BT856
1182d94304f2SMauro Carvalho Chehab	tristate "BT856 VideoStream decoder"
1183d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1184d94304f2SMauro Carvalho Chehab	help
1185d94304f2SMauro Carvalho Chehab	  Support for BT856 video decoder.
1186d94304f2SMauro Carvalho Chehab
1187d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1188d94304f2SMauro Carvalho Chehab	  module will be called bt856.
1189d94304f2SMauro Carvalho Chehab
1190d94304f2SMauro Carvalho Chehabconfig VIDEO_BT866
1191d94304f2SMauro Carvalho Chehab	tristate "BT866 VideoStream decoder"
1192d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1193d94304f2SMauro Carvalho Chehab	help
1194d94304f2SMauro Carvalho Chehab	  Support for BT866 video decoder.
1195d94304f2SMauro Carvalho Chehab
1196d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1197d94304f2SMauro Carvalho Chehab	  module will be called bt866.
1198d94304f2SMauro Carvalho Chehab
1199d94304f2SMauro Carvalho Chehabconfig VIDEO_ISL7998X
1200d94304f2SMauro Carvalho Chehab	tristate "Intersil ISL7998x video decoder"
1201d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1202d94304f2SMauro Carvalho Chehab	depends on OF_GPIO
1203d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1204d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
120581e00584SRandy Dunlap	select V4L2_FWNODE
1206d94304f2SMauro Carvalho Chehab	help
1207d94304f2SMauro Carvalho Chehab	  Support for Intersil ISL7998x analog to MIPI-CSI2 or
1208d94304f2SMauro Carvalho Chehab	  BT.656 decoder.
1209d94304f2SMauro Carvalho Chehab
1210e49563c3SDongcheng Yanconfig VIDEO_LT6911UXE
1211e49563c3SDongcheng Yan	tristate "Lontium LT6911UXE decoder"
12129df181c8SArnd Bergmann	depends on ACPI && VIDEO_DEV && I2C
1213e49563c3SDongcheng Yan	select V4L2_FWNODE
12149df181c8SArnd Bergmann	select V4L2_CCI_I2C
1215118b3409SHans Verkuil	select MEDIA_CONTROLLER
1216118b3409SHans Verkuil	select VIDEO_V4L2_SUBDEV_API
1217e49563c3SDongcheng Yan	help
1218e49563c3SDongcheng Yan	  This is a Video4Linux2 sensor-level driver for the Lontium
1219e49563c3SDongcheng Yan	  LT6911UXE HDMI to MIPI CSI-2 bridge.
1220e49563c3SDongcheng Yan
1221e49563c3SDongcheng Yan	  To compile this driver as a module, choose M here: the
1222e49563c3SDongcheng Yan	  module will be called lt6911uxe.
1223e49563c3SDongcheng Yan
1224d94304f2SMauro Carvalho Chehabconfig VIDEO_KS0127
1225d94304f2SMauro Carvalho Chehab	tristate "KS0127 video decoder"
1226d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1227d94304f2SMauro Carvalho Chehab	help
1228d94304f2SMauro Carvalho Chehab	  Support for KS0127 video decoder.
1229d94304f2SMauro Carvalho Chehab
1230d94304f2SMauro Carvalho Chehab	  This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
1231d94304f2SMauro Carvalho Chehab	  cards.
1232d94304f2SMauro Carvalho Chehab
1233d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1234d94304f2SMauro Carvalho Chehab	  module will be called ks0127.
1235d94304f2SMauro Carvalho Chehab
1236d94304f2SMauro Carvalho Chehabconfig VIDEO_MAX9286
1237d94304f2SMauro Carvalho Chehab	tristate "Maxim MAX9286 GMSL deserializer support"
1238d94304f2SMauro Carvalho Chehab	depends on I2C && I2C_MUX
1239d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV
1240d94304f2SMauro Carvalho Chehab	depends on OF_GPIO
1241d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1242d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
1243d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1244d94304f2SMauro Carvalho Chehab	help
1245d94304f2SMauro Carvalho Chehab	  This driver supports the Maxim MAX9286 GMSL deserializer.
1246d94304f2SMauro Carvalho Chehab
1247d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1248d94304f2SMauro Carvalho Chehab	  module will be called max9286.
1249d94304f2SMauro Carvalho Chehab
1250d94304f2SMauro Carvalho Chehabconfig VIDEO_ML86V7667
1251d94304f2SMauro Carvalho Chehab	tristate "OKI ML86V7667 video decoder"
1252d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1253d94304f2SMauro Carvalho Chehab	help
1254d94304f2SMauro Carvalho Chehab	  Support for the OKI Semiconductor ML86V7667 video decoder.
1255d94304f2SMauro Carvalho Chehab
1256d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1257d94304f2SMauro Carvalho Chehab	  module will be called ml86v7667.
1258d94304f2SMauro Carvalho Chehab
1259d94304f2SMauro Carvalho Chehabconfig VIDEO_SAA7110
1260d94304f2SMauro Carvalho Chehab	tristate "Philips SAA7110 video decoder"
1261d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1262d94304f2SMauro Carvalho Chehab	help
1263d94304f2SMauro Carvalho Chehab	  Support for the Philips SAA7110 video decoders.
1264d94304f2SMauro Carvalho Chehab
1265d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1266d94304f2SMauro Carvalho Chehab	  module will be called saa7110.
1267d94304f2SMauro Carvalho Chehab
1268d94304f2SMauro Carvalho Chehabconfig VIDEO_SAA711X
1269d94304f2SMauro Carvalho Chehab	tristate "Philips SAA7111/3/4/5 video decoders"
1270d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1271d94304f2SMauro Carvalho Chehab	help
1272d94304f2SMauro Carvalho Chehab	  Support for the Philips SAA7111/3/4/5 video decoders.
1273d94304f2SMauro Carvalho Chehab
1274d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1275d94304f2SMauro Carvalho Chehab	  module will be called saa7115.
1276d94304f2SMauro Carvalho Chehab
1277d94304f2SMauro Carvalho Chehabconfig VIDEO_TC358743
1278d94304f2SMauro Carvalho Chehab	tristate "Toshiba TC358743 decoder"
1279d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1280d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1281d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
1282d94304f2SMauro Carvalho Chehab	select HDMI
1283d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1284d94304f2SMauro Carvalho Chehab	help
1285d94304f2SMauro Carvalho Chehab	  Support for the Toshiba TC358743 HDMI to MIPI CSI-2 bridge.
1286d94304f2SMauro Carvalho Chehab
1287d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1288d94304f2SMauro Carvalho Chehab	  module will be called tc358743.
1289d94304f2SMauro Carvalho Chehab
1290d94304f2SMauro Carvalho Chehabconfig VIDEO_TC358743_CEC
1291d94304f2SMauro Carvalho Chehab	bool "Enable Toshiba TC358743 CEC support"
1292d94304f2SMauro Carvalho Chehab	depends on VIDEO_TC358743
1293d94304f2SMauro Carvalho Chehab	select CEC_CORE
1294d94304f2SMauro Carvalho Chehab	help
1295d94304f2SMauro Carvalho Chehab	  When selected the tc358743 will support the optional
1296d94304f2SMauro Carvalho Chehab	  HDMI CEC feature.
1297d94304f2SMauro Carvalho Chehab
129880a21da3SMarco Felschconfig VIDEO_TC358746
129980a21da3SMarco Felsch	tristate "Toshiba TC358746 parallel-CSI2 bridge"
130080a21da3SMarco Felsch	depends on VIDEO_DEV && PM && I2C
130180a21da3SMarco Felsch	select VIDEO_V4L2_SUBDEV_API
130280a21da3SMarco Felsch	select MEDIA_CONTROLLER
130380a21da3SMarco Felsch	select V4L2_FWNODE
1304582d4ad4SArnd Bergmann	select GENERIC_PHY
130580a21da3SMarco Felsch	select GENERIC_PHY_MIPI_DPHY
130680a21da3SMarco Felsch	select REGMAP_I2C
130780a21da3SMarco Felsch	help
130880a21da3SMarco Felsch	  Support for the Toshiba TC358746 parallel to MIPI CSI-2 bridge.
130980a21da3SMarco Felsch	  The bridge can work in both directions but currently only the
131080a21da3SMarco Felsch	  parallel-in / csi-out path is supported.
131180a21da3SMarco Felsch
131280a21da3SMarco Felsch	  To compile this driver as a module, choose M here: the
131380a21da3SMarco Felsch	  module will be called tc358746.
131480a21da3SMarco Felsch
1315d94304f2SMauro Carvalho Chehabconfig VIDEO_TVP514X
1316d94304f2SMauro Carvalho Chehab	tristate "Texas Instruments TVP514x video decoder"
1317d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1318d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1319d94304f2SMauro Carvalho Chehab	help
1320d94304f2SMauro Carvalho Chehab	  This is a Video4Linux2 sensor driver for the TI TVP5146/47
1321d94304f2SMauro Carvalho Chehab	  decoder. It is currently working with the TI OMAP3 camera
1322d94304f2SMauro Carvalho Chehab	  controller.
1323d94304f2SMauro Carvalho Chehab
1324d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1325d94304f2SMauro Carvalho Chehab	  module will be called tvp514x.
1326d94304f2SMauro Carvalho Chehab
1327d94304f2SMauro Carvalho Chehabconfig VIDEO_TVP5150
1328d94304f2SMauro Carvalho Chehab	tristate "Texas Instruments TVP5150 video decoder"
1329d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1330d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1331d94304f2SMauro Carvalho Chehab	select REGMAP_I2C
1332d94304f2SMauro Carvalho Chehab	help
1333d94304f2SMauro Carvalho Chehab	  Support for the Texas Instruments TVP5150 video decoder.
1334d94304f2SMauro Carvalho Chehab
1335d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1336d94304f2SMauro Carvalho Chehab	  module will be called tvp5150.
1337d94304f2SMauro Carvalho Chehab
1338d94304f2SMauro Carvalho Chehabconfig VIDEO_TVP7002
1339d94304f2SMauro Carvalho Chehab	tristate "Texas Instruments TVP7002 video decoder"
1340d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1341d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1342d94304f2SMauro Carvalho Chehab	help
1343d94304f2SMauro Carvalho Chehab	  Support for the Texas Instruments TVP7002 video decoder.
1344d94304f2SMauro Carvalho Chehab
1345d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1346d94304f2SMauro Carvalho Chehab	  module will be called tvp7002.
1347d94304f2SMauro Carvalho Chehab
1348d94304f2SMauro Carvalho Chehabconfig VIDEO_TW2804
1349d94304f2SMauro Carvalho Chehab	tristate "Techwell TW2804 multiple video decoder"
1350d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1351d94304f2SMauro Carvalho Chehab	help
1352d94304f2SMauro Carvalho Chehab	  Support for the Techwell tw2804 multiple video decoder.
1353d94304f2SMauro Carvalho Chehab
1354d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1355d94304f2SMauro Carvalho Chehab	  module will be called tw2804.
1356d94304f2SMauro Carvalho Chehab
1357918b14a2SMehdi Djaitconfig VIDEO_TW9900
1358918b14a2SMehdi Djait	tristate "Techwell TW9900 video decoder"
1359918b14a2SMehdi Djait	depends on GPIOLIB
1360918b14a2SMehdi Djait	depends on VIDEO_DEV && I2C
1361918b14a2SMehdi Djait	depends on PM
1362918b14a2SMehdi Djait	select MEDIA_CONTROLLER
1363918b14a2SMehdi Djait	select VIDEO_V4L2_SUBDEV_API
1364918b14a2SMehdi Djait	select V4L2_ASYNC
1365918b14a2SMehdi Djait	help
1366918b14a2SMehdi Djait	  Support for the Techwell TW9900 multi-standard video decoder.
1367918b14a2SMehdi Djait	  It supports NTSC, PAL standards with auto-detection features.
1368918b14a2SMehdi Djait
1369918b14a2SMehdi Djait	  To compile this driver as a module, choose M here: the
1370918b14a2SMehdi Djait	  module will be called tw9900.
1371918b14a2SMehdi Djait
1372d94304f2SMauro Carvalho Chehabconfig VIDEO_TW9903
1373d94304f2SMauro Carvalho Chehab	tristate "Techwell TW9903 video decoder"
1374d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1375d94304f2SMauro Carvalho Chehab	help
1376d94304f2SMauro Carvalho Chehab	  Support for the Techwell tw9903 multi-standard video decoder
1377d94304f2SMauro Carvalho Chehab	  with high quality down scaler.
1378d94304f2SMauro Carvalho Chehab
1379d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1380d94304f2SMauro Carvalho Chehab	  module will be called tw9903.
1381d94304f2SMauro Carvalho Chehab
1382d94304f2SMauro Carvalho Chehabconfig VIDEO_TW9906
1383d94304f2SMauro Carvalho Chehab	tristate "Techwell TW9906 video decoder"
1384d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1385d94304f2SMauro Carvalho Chehab	help
1386d94304f2SMauro Carvalho Chehab	  Support for the Techwell tw9906 enhanced multi-standard comb filter
1387d94304f2SMauro Carvalho Chehab	  video decoder with YCbCr input support.
1388d94304f2SMauro Carvalho Chehab
1389d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1390d94304f2SMauro Carvalho Chehab	  module will be called tw9906.
1391d94304f2SMauro Carvalho Chehab
1392d94304f2SMauro Carvalho Chehabconfig VIDEO_TW9910
1393d94304f2SMauro Carvalho Chehab	tristate "Techwell TW9910 video decoder"
1394d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1395d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
1396d94304f2SMauro Carvalho Chehab	help
1397d94304f2SMauro Carvalho Chehab	  Support for Techwell TW9910 NTSC/PAL/SECAM video decoder.
1398d94304f2SMauro Carvalho Chehab
1399d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1400d94304f2SMauro Carvalho Chehab	  module will be called tw9910.
1401d94304f2SMauro Carvalho Chehab
1402d94304f2SMauro Carvalho Chehabconfig VIDEO_VPX3220
1403d94304f2SMauro Carvalho Chehab	tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
1404d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1405d94304f2SMauro Carvalho Chehab	help
1406d94304f2SMauro Carvalho Chehab	  Support for VPX322x video decoders.
1407d94304f2SMauro Carvalho Chehab
1408d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1409d94304f2SMauro Carvalho Chehab	  module will be called vpx3220.
1410d94304f2SMauro Carvalho Chehab
1411d94304f2SMauro Carvalho Chehabcomment "Video and audio decoders"
1412d94304f2SMauro Carvalho Chehab
1413d94304f2SMauro Carvalho Chehabconfig VIDEO_SAA717X
1414d94304f2SMauro Carvalho Chehab	tristate "Philips SAA7171/3/4 audio/video decoders"
1415d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1416d94304f2SMauro Carvalho Chehab	help
1417d94304f2SMauro Carvalho Chehab	  Support for the Philips SAA7171/3/4 audio/video decoders.
1418d94304f2SMauro Carvalho Chehab
1419d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1420d94304f2SMauro Carvalho Chehab	  module will be called saa717x.
1421d94304f2SMauro Carvalho Chehab
1422d94304f2SMauro Carvalho Chehabsource "drivers/media/i2c/cx25840/Kconfig"
1423d94304f2SMauro Carvalho Chehab
1424d94304f2SMauro Carvalho Chehabendmenu
1425d94304f2SMauro Carvalho Chehab
1426d94304f2SMauro Carvalho Chehabmenu "Video encoders"
1427d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
1428d94304f2SMauro Carvalho Chehab
1429d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7170
1430d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV7170 video encoder"
1431d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1432d94304f2SMauro Carvalho Chehab	help
1433d94304f2SMauro Carvalho Chehab	  Support for the Analog Devices ADV7170 video encoder driver
1434d94304f2SMauro Carvalho Chehab
1435d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1436d94304f2SMauro Carvalho Chehab	  module will be called adv7170.
1437d94304f2SMauro Carvalho Chehab
1438d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7175
1439d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV7175 video encoder"
1440d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1441d94304f2SMauro Carvalho Chehab	help
1442d94304f2SMauro Carvalho Chehab	  Support for the Analog Devices ADV7175 video encoder driver
1443d94304f2SMauro Carvalho Chehab
1444d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1445d94304f2SMauro Carvalho Chehab	  module will be called adv7175.
1446d94304f2SMauro Carvalho Chehab
1447d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7343
1448d94304f2SMauro Carvalho Chehab	tristate "ADV7343 video encoder"
1449d94304f2SMauro Carvalho Chehab	depends on I2C
1450d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
1451d94304f2SMauro Carvalho Chehab	help
1452d94304f2SMauro Carvalho Chehab	  Support for Analog Devices I2C bus based ADV7343 encoder.
1453d94304f2SMauro Carvalho Chehab
1454d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1455d94304f2SMauro Carvalho Chehab	  module will be called adv7343.
1456d94304f2SMauro Carvalho Chehab
1457d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7393
1458d94304f2SMauro Carvalho Chehab	tristate "ADV7393 video encoder"
1459d94304f2SMauro Carvalho Chehab	depends on I2C
1460d94304f2SMauro Carvalho Chehab	help
1461d94304f2SMauro Carvalho Chehab	  Support for Analog Devices I2C bus based ADV7393 encoder.
1462d94304f2SMauro Carvalho Chehab
1463d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1464d94304f2SMauro Carvalho Chehab	  module will be called adv7393.
1465d94304f2SMauro Carvalho Chehab
1466d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7511
1467d94304f2SMauro Carvalho Chehab	tristate "Analog Devices ADV7511 encoder"
1468d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1469d94304f2SMauro Carvalho Chehab	depends on DRM_I2C_ADV7511=n || COMPILE_TEST
1470d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1471d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
1472d94304f2SMauro Carvalho Chehab	select HDMI
1473d94304f2SMauro Carvalho Chehab	help
1474d94304f2SMauro Carvalho Chehab	  Support for the Analog Devices ADV7511 video encoder.
1475d94304f2SMauro Carvalho Chehab
1476d94304f2SMauro Carvalho Chehab	  This is a Analog Devices HDMI transmitter.
1477d94304f2SMauro Carvalho Chehab
1478d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1479d94304f2SMauro Carvalho Chehab	  module will be called adv7511.
1480d94304f2SMauro Carvalho Chehab
1481d94304f2SMauro Carvalho Chehabconfig VIDEO_ADV7511_CEC
1482d94304f2SMauro Carvalho Chehab	bool "Enable Analog Devices ADV7511 CEC support"
1483d94304f2SMauro Carvalho Chehab	depends on VIDEO_ADV7511
1484d94304f2SMauro Carvalho Chehab	select CEC_CORE
1485d94304f2SMauro Carvalho Chehab	help
1486d94304f2SMauro Carvalho Chehab	  When selected the adv7511 will support the optional
1487d94304f2SMauro Carvalho Chehab	  HDMI CEC feature.
1488d94304f2SMauro Carvalho Chehab
1489d94304f2SMauro Carvalho Chehabconfig VIDEO_AK881X
1490d94304f2SMauro Carvalho Chehab	tristate "AK8813/AK8814 video encoders"
1491d94304f2SMauro Carvalho Chehab	depends on I2C
1492d94304f2SMauro Carvalho Chehab	help
1493d94304f2SMauro Carvalho Chehab	  Video output driver for AKM AK8813 and AK8814 TV encoders
1494d94304f2SMauro Carvalho Chehab
1495d94304f2SMauro Carvalho Chehabconfig VIDEO_SAA7127
1496d94304f2SMauro Carvalho Chehab	tristate "Philips SAA7127/9 digital video encoders"
1497d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1498d94304f2SMauro Carvalho Chehab	help
1499d94304f2SMauro Carvalho Chehab	  Support for the Philips SAA7127/9 digital video encoders.
1500d94304f2SMauro Carvalho Chehab
1501d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1502d94304f2SMauro Carvalho Chehab	  module will be called saa7127.
1503d94304f2SMauro Carvalho Chehab
1504d94304f2SMauro Carvalho Chehabconfig VIDEO_SAA7185
1505d94304f2SMauro Carvalho Chehab	tristate "Philips SAA7185 video encoder"
1506d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1507d94304f2SMauro Carvalho Chehab	help
1508d94304f2SMauro Carvalho Chehab	  Support for the Philips SAA7185 video encoder.
1509d94304f2SMauro Carvalho Chehab
1510d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1511d94304f2SMauro Carvalho Chehab	  module will be called saa7185.
1512d94304f2SMauro Carvalho Chehab
1513d94304f2SMauro Carvalho Chehabconfig VIDEO_THS8200
1514d94304f2SMauro Carvalho Chehab	tristate "Texas Instruments THS8200 video encoder"
1515d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1516d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
1517d94304f2SMauro Carvalho Chehab	help
1518d94304f2SMauro Carvalho Chehab	  Support for the Texas Instruments THS8200 video encoder.
1519d94304f2SMauro Carvalho Chehab
1520d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1521d94304f2SMauro Carvalho Chehab	  module will be called ths8200.
1522d94304f2SMauro Carvalho Chehab
1523d94304f2SMauro Carvalho Chehabendmenu
1524d94304f2SMauro Carvalho Chehab
1525d94304f2SMauro Carvalho Chehabmenu "Video improvement chips"
1526d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
1527d94304f2SMauro Carvalho Chehab
1528d94304f2SMauro Carvalho Chehabconfig VIDEO_UPD64031A
1529d94304f2SMauro Carvalho Chehab	tristate "NEC Electronics uPD64031A Ghost Reduction"
1530d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1531d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
1532d94304f2SMauro Carvalho Chehab	help
1533d94304f2SMauro Carvalho Chehab	  Support for the NEC Electronics uPD64031A Ghost Reduction
1534d94304f2SMauro Carvalho Chehab	  video chip. It is most often found in NTSC TV cards made for
1535d94304f2SMauro Carvalho Chehab	  Japan and is used to reduce the 'ghosting' effect that can
1536d94304f2SMauro Carvalho Chehab	  be present in analog TV broadcasts.
1537d94304f2SMauro Carvalho Chehab
1538d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1539d94304f2SMauro Carvalho Chehab	  module will be called upd64031a.
1540d94304f2SMauro Carvalho Chehab
1541d94304f2SMauro Carvalho Chehabconfig VIDEO_UPD64083
1542d94304f2SMauro Carvalho Chehab	tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
1543d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1544d94304f2SMauro Carvalho Chehab	help
1545d94304f2SMauro Carvalho Chehab	  Support for the NEC Electronics uPD64083 3-Dimensional Y/C
1546d94304f2SMauro Carvalho Chehab	  separation video chip. It is used to improve the quality of
1547d94304f2SMauro Carvalho Chehab	  the colors of a composite signal.
1548d94304f2SMauro Carvalho Chehab
1549d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1550d94304f2SMauro Carvalho Chehab	  module will be called upd64083.
1551d94304f2SMauro Carvalho Chehab
1552d94304f2SMauro Carvalho Chehabendmenu
1553d94304f2SMauro Carvalho Chehab
1554d94304f2SMauro Carvalho Chehabmenu "Audio/Video compression chips"
1555d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
1556d94304f2SMauro Carvalho Chehab
1557d94304f2SMauro Carvalho Chehabconfig VIDEO_SAA6752HS
1558d94304f2SMauro Carvalho Chehab	tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder"
1559d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1560d94304f2SMauro Carvalho Chehab	select CRC32
1561d94304f2SMauro Carvalho Chehab	help
1562d94304f2SMauro Carvalho Chehab	  Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3
1563d94304f2SMauro Carvalho Chehab	  audio encoder with multiplexer.
1564d94304f2SMauro Carvalho Chehab
1565d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1566d94304f2SMauro Carvalho Chehab	  module will be called saa6752hs.
1567d94304f2SMauro Carvalho Chehab
1568d94304f2SMauro Carvalho Chehabendmenu
1569d94304f2SMauro Carvalho Chehab
1570d94304f2SMauro Carvalho Chehabmenu "SDR tuner chips"
1571d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
1572d94304f2SMauro Carvalho Chehab
1573d94304f2SMauro Carvalho Chehabconfig SDR_MAX2175
1574d94304f2SMauro Carvalho Chehab	tristate "Maxim 2175 RF to Bits tuner"
1575d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && MEDIA_SDR_SUPPORT && I2C
1576d94304f2SMauro Carvalho Chehab	select REGMAP_I2C
1577d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
1578d94304f2SMauro Carvalho Chehab	help
1579d94304f2SMauro Carvalho Chehab	  Support for Maxim 2175 tuner. It is an advanced analog/digital
1580d94304f2SMauro Carvalho Chehab	  radio receiver with RF-to-Bits front-end designed for SDR solutions.
1581d94304f2SMauro Carvalho Chehab
1582d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here; the
1583d94304f2SMauro Carvalho Chehab	  module will be called max2175.
1584d94304f2SMauro Carvalho Chehab
1585d94304f2SMauro Carvalho Chehabendmenu
1586d94304f2SMauro Carvalho Chehab
1587d94304f2SMauro Carvalho Chehabmenu "Miscellaneous helper chips"
1588d94304f2SMauro Carvalho Chehab	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
1589d94304f2SMauro Carvalho Chehab
1590d94304f2SMauro Carvalho Chehabconfig VIDEO_I2C
1591d94304f2SMauro Carvalho Chehab	tristate "I2C transport video support"
1592d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1593d94304f2SMauro Carvalho Chehab	select VIDEOBUF2_VMALLOC
1594d94304f2SMauro Carvalho Chehab	imply HWMON
1595d94304f2SMauro Carvalho Chehab	help
1596d94304f2SMauro Carvalho Chehab	  Enable the I2C transport video support which supports the
1597d94304f2SMauro Carvalho Chehab	  following:
1598d94304f2SMauro Carvalho Chehab	   * Panasonic AMG88xx Grid-Eye Sensors
1599d94304f2SMauro Carvalho Chehab	   * Melexis MLX90640 Thermal Cameras
1600d94304f2SMauro Carvalho Chehab
1601d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1602d94304f2SMauro Carvalho Chehab	  module will be called video-i2c
1603d94304f2SMauro Carvalho Chehab
1604d94304f2SMauro Carvalho Chehabconfig VIDEO_M52790
1605d94304f2SMauro Carvalho Chehab	tristate "Mitsubishi M52790 A/V switch"
1606d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1607d94304f2SMauro Carvalho Chehab	help
1608d94304f2SMauro Carvalho Chehab	 Support for the Mitsubishi M52790 A/V switch.
1609d94304f2SMauro Carvalho Chehab
1610d94304f2SMauro Carvalho Chehab	 To compile this driver as a module, choose M here: the
1611d94304f2SMauro Carvalho Chehab	 module will be called m52790.
1612d94304f2SMauro Carvalho Chehab
1613d94304f2SMauro Carvalho Chehabconfig VIDEO_ST_MIPID02
1614d94304f2SMauro Carvalho Chehab	tristate "STMicroelectronics MIPID02 CSI-2 to PARALLEL bridge"
1615d94304f2SMauro Carvalho Chehab	depends on I2C && VIDEO_DEV
1616d94304f2SMauro Carvalho Chehab	select MEDIA_CONTROLLER
1617d94304f2SMauro Carvalho Chehab	select VIDEO_V4L2_SUBDEV_API
16186223dafaSAlain Volmat	select V4L2_CCI_I2C
1619d94304f2SMauro Carvalho Chehab	select V4L2_FWNODE
1620d94304f2SMauro Carvalho Chehab	help
1621d94304f2SMauro Carvalho Chehab	  Support for STMicroelectronics MIPID02 CSI-2 to PARALLEL bridge.
1622d94304f2SMauro Carvalho Chehab	  It is used to allow usage of CSI-2 sensor with PARALLEL port
1623d94304f2SMauro Carvalho Chehab	  controller.
1624d94304f2SMauro Carvalho Chehab
1625d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1626d94304f2SMauro Carvalho Chehab	  module will be called st-mipid02.
1627d94304f2SMauro Carvalho Chehab
1628d94304f2SMauro Carvalho Chehabconfig VIDEO_THS7303
1629d94304f2SMauro Carvalho Chehab	tristate "THS7303/53 Video Amplifier"
1630d94304f2SMauro Carvalho Chehab	depends on VIDEO_DEV && I2C
1631d94304f2SMauro Carvalho Chehab	select V4L2_ASYNC
1632d94304f2SMauro Carvalho Chehab	help
1633d94304f2SMauro Carvalho Chehab	  Support for TI THS7303/53 video amplifier
1634d94304f2SMauro Carvalho Chehab
1635d94304f2SMauro Carvalho Chehab	  To compile this driver as a module, choose M here: the
1636d94304f2SMauro Carvalho Chehab	  module will be called ths7303.
1637d94304f2SMauro Carvalho Chehab
1638d94304f2SMauro Carvalho Chehabendmenu
1639d94304f2SMauro Carvalho Chehab
1640afe267f2STomi Valkeinen#
1641afe267f2STomi Valkeinen# Video serializers and deserializers (e.g. FPD-Link)
1642afe267f2STomi Valkeinen#
1643afe267f2STomi Valkeinen
1644afe267f2STomi Valkeinenmenu "Video serializers and deserializers"
1645afe267f2STomi Valkeinen
1646c158d0d4STomi Valkeinenconfig VIDEO_DS90UB913
1647c158d0d4STomi Valkeinen	tristate "TI DS90UB913 FPD-Link III Serializer"
1648c158d0d4STomi Valkeinen	depends on OF && I2C && VIDEO_DEV && COMMON_CLK
1649c158d0d4STomi Valkeinen	select I2C_ATR
1650c158d0d4STomi Valkeinen	select MEDIA_CONTROLLER
1651c158d0d4STomi Valkeinen	select GPIOLIB
1652c158d0d4STomi Valkeinen	select REGMAP_I2C
1653c158d0d4STomi Valkeinen	select V4L2_FWNODE
1654c158d0d4STomi Valkeinen	select VIDEO_V4L2_SUBDEV_API
1655c158d0d4STomi Valkeinen	help
1656c158d0d4STomi Valkeinen	  Device driver for the Texas Instruments DS90UB913
1657c158d0d4STomi Valkeinen	  FPD-Link III Serializer.
1658c158d0d4STomi Valkeinen
16596363db1cSTomi Valkeinenconfig VIDEO_DS90UB953
16606363db1cSTomi Valkeinen	tristate "TI FPD-Link III/IV CSI-2 Serializers"
16616363db1cSTomi Valkeinen	depends on OF && I2C && VIDEO_DEV && COMMON_CLK
16626363db1cSTomi Valkeinen	select I2C_ATR
16636363db1cSTomi Valkeinen	select MEDIA_CONTROLLER
16646363db1cSTomi Valkeinen	select GPIOLIB
16656363db1cSTomi Valkeinen	select REGMAP_I2C
16666363db1cSTomi Valkeinen	select V4L2_FWNODE
16676363db1cSTomi Valkeinen	select VIDEO_V4L2_SUBDEV_API
16686363db1cSTomi Valkeinen	help
16696363db1cSTomi Valkeinen	  Device driver for the Texas Instruments DS90UB953
16706363db1cSTomi Valkeinen	  FPD-Link III Serializer and DS90UB971 FPD-Link IV Serializer.
16716363db1cSTomi Valkeinen
1672afe267f2STomi Valkeinenconfig VIDEO_DS90UB960
1673afe267f2STomi Valkeinen	tristate "TI FPD-Link III/IV Deserializers"
1674afe267f2STomi Valkeinen	depends on OF && I2C && VIDEO_DEV && COMMON_CLK
1675afe267f2STomi Valkeinen	select I2C_ATR
1676afe267f2STomi Valkeinen	select MEDIA_CONTROLLER
1677afe267f2STomi Valkeinen	select GPIOLIB
1678afe267f2STomi Valkeinen	select REGMAP_I2C
1679afe267f2STomi Valkeinen	select V4L2_FWNODE
1680afe267f2STomi Valkeinen	select VIDEO_V4L2_SUBDEV_API
1681afe267f2STomi Valkeinen	help
1682afe267f2STomi Valkeinen	  Device driver for the Texas Instruments DS90UB960
1683afe267f2STomi Valkeinen	  FPD-Link III Deserializer and DS90UB9702 FPD-Link IV Deserializer.
1684afe267f2STomi Valkeinen
168537a638e9SJulien Massotconfig VIDEO_MAX96714
168637a638e9SJulien Massot	tristate "Maxim MAX96714 GMSL2 deserializer"
168737a638e9SJulien Massot	depends on OF && I2C && VIDEO_DEV
168837a638e9SJulien Massot	select I2C_MUX
168937a638e9SJulien Massot	select MEDIA_CONTROLLER
169037a638e9SJulien Massot	select GPIOLIB
169137a638e9SJulien Massot	select V4L2_CCI_I2C
169237a638e9SJulien Massot	select V4L2_FWNODE
169337a638e9SJulien Massot	select VIDEO_V4L2_SUBDEV_API
169437a638e9SJulien Massot	help
169537a638e9SJulien Massot	  Device driver for the Maxim MAX96714 GMSL2 Deserializer.
169637a638e9SJulien Massot	  MAX96714 deserializers convert a GMSL2 input to MIPI CSI-2
169737a638e9SJulien Massot	  output.
169837a638e9SJulien Massot
169937a638e9SJulien Massot	  To compile this driver as a module, choose M here: the
170037a638e9SJulien Massot	  module will be called max96714.
170137a638e9SJulien Massot
170250f22245SJulien Massotconfig VIDEO_MAX96717
170350f22245SJulien Massot	tristate "Maxim MAX96717 GMSL2 Serializer support"
1704d629ca4fSAndy Shevchenko	depends on I2C && VIDEO_DEV && COMMON_CLK
170550f22245SJulien Massot	select I2C_MUX
170650f22245SJulien Massot	select MEDIA_CONTROLLER
170750f22245SJulien Massot	select GPIOLIB
170850f22245SJulien Massot	select V4L2_CCI_I2C
170950f22245SJulien Massot	select V4L2_FWNODE
171050f22245SJulien Massot	select VIDEO_V4L2_SUBDEV_API
171150f22245SJulien Massot	help
171250f22245SJulien Massot	  Device driver for the Maxim MAX96717 GMSL2 Serializer.
171350f22245SJulien Massot	  MAX96717 serializers convert video on a MIPI CSI-2
171450f22245SJulien Massot	  input to a GMSL2 output.
171550f22245SJulien Massot
171650f22245SJulien Massot	  To compile this driver as a module, choose M here: the
171750f22245SJulien Massot	  module will be called max96717.
171850f22245SJulien Massot
1719afe267f2STomi Valkeinenendmenu
1720afe267f2STomi Valkeinen
17219958d30fSMauro Carvalho Chehabendif # VIDEO_DEV
1722