18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# Multimedia Video device configuration
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciif VIDEO_V4L2
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_cicomment "IR I2C driver auto-selected by 'Autoselect ancillary drivers'"
98c2ecf20Sopenharmony_ci	depends on MEDIA_SUBDRV_AUTOSELECT && I2C && RC_CORE
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciconfig VIDEO_IR_I2C
128c2ecf20Sopenharmony_ci	tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT || EXPERT
138c2ecf20Sopenharmony_ci	depends on I2C && RC_CORE
148c2ecf20Sopenharmony_ci	default y
158c2ecf20Sopenharmony_ci	help
168c2ecf20Sopenharmony_ci	  Most boards have an IR chip directly connected via GPIO. However,
178c2ecf20Sopenharmony_ci	  some video boards have the IR connected via I2C bus.
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci	  If your board doesn't have an I2C IR chip, you may disable this
208c2ecf20Sopenharmony_ci	  option.
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci	  In doubt, say Y.
238c2ecf20Sopenharmony_ci
248c2ecf20Sopenharmony_ci#
258c2ecf20Sopenharmony_ci# V4L2 I2C drivers that aren't related with Camera support
268c2ecf20Sopenharmony_ci#
278c2ecf20Sopenharmony_ci
288c2ecf20Sopenharmony_cicomment "audio, video and radio I2C drivers auto-selected by 'Autoselect ancillary drivers'"
298c2ecf20Sopenharmony_ci	depends on MEDIA_HIDE_ANCILLARY_SUBDRV
308c2ecf20Sopenharmony_ci#
318c2ecf20Sopenharmony_ci# Encoder / Decoder module configuration
328c2ecf20Sopenharmony_ci#
338c2ecf20Sopenharmony_ci
348c2ecf20Sopenharmony_cimenu "Audio decoders, processors and mixers"
358c2ecf20Sopenharmony_ci	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
368c2ecf20Sopenharmony_ci
378c2ecf20Sopenharmony_ciconfig VIDEO_TVAUDIO
388c2ecf20Sopenharmony_ci	tristate "Simple audio decoder chips"
398c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
408c2ecf20Sopenharmony_ci	help
418c2ecf20Sopenharmony_ci	  Support for several audio decoder chips found on some bt8xx boards:
428c2ecf20Sopenharmony_ci	  Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
438c2ecf20Sopenharmony_ci		   tea6320, tea6420, tda8425, ta8874z.
448c2ecf20Sopenharmony_ci	  Microchip: pic16c54 based design on ProVideo PV951 board.
458c2ecf20Sopenharmony_ci
468c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
478c2ecf20Sopenharmony_ci	  module will be called tvaudio.
488c2ecf20Sopenharmony_ci
498c2ecf20Sopenharmony_ciconfig VIDEO_TDA7432
508c2ecf20Sopenharmony_ci	tristate "Philips TDA7432 audio processor"
518c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
528c2ecf20Sopenharmony_ci	help
538c2ecf20Sopenharmony_ci	  Support for tda7432 audio decoder chip found on some bt8xx boards.
548c2ecf20Sopenharmony_ci
558c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
568c2ecf20Sopenharmony_ci	  module will be called tda7432.
578c2ecf20Sopenharmony_ci
588c2ecf20Sopenharmony_ciconfig VIDEO_TDA9840
598c2ecf20Sopenharmony_ci	tristate "Philips TDA9840 audio processor"
608c2ecf20Sopenharmony_ci	depends on I2C
618c2ecf20Sopenharmony_ci	help
628c2ecf20Sopenharmony_ci	  Support for tda9840 audio decoder chip found on some Zoran boards.
638c2ecf20Sopenharmony_ci
648c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
658c2ecf20Sopenharmony_ci	  module will be called tda9840.
668c2ecf20Sopenharmony_ci
678c2ecf20Sopenharmony_ciconfig VIDEO_TDA1997X
688c2ecf20Sopenharmony_ci	tristate "NXP TDA1997x HDMI receiver"
698c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
708c2ecf20Sopenharmony_ci	depends on SND_SOC
718c2ecf20Sopenharmony_ci	select HDMI
728c2ecf20Sopenharmony_ci	select SND_PCM
738c2ecf20Sopenharmony_ci	select V4L2_FWNODE
748c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
758c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
768c2ecf20Sopenharmony_ci	help
778c2ecf20Sopenharmony_ci	  V4L2 subdevice driver for the NXP TDA1997x HDMI receivers.
788c2ecf20Sopenharmony_ci
798c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
808c2ecf20Sopenharmony_ci	  module will be called tda1997x.
818c2ecf20Sopenharmony_ci
828c2ecf20Sopenharmony_ciconfig VIDEO_TEA6415C
838c2ecf20Sopenharmony_ci	tristate "Philips TEA6415C audio processor"
848c2ecf20Sopenharmony_ci	depends on I2C
858c2ecf20Sopenharmony_ci	help
868c2ecf20Sopenharmony_ci	  Support for tea6415c audio decoder chip found on some bt8xx boards.
878c2ecf20Sopenharmony_ci
888c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
898c2ecf20Sopenharmony_ci	  module will be called tea6415c.
908c2ecf20Sopenharmony_ci
918c2ecf20Sopenharmony_ciconfig VIDEO_TEA6420
928c2ecf20Sopenharmony_ci	tristate "Philips TEA6420 audio processor"
938c2ecf20Sopenharmony_ci	depends on I2C
948c2ecf20Sopenharmony_ci	help
958c2ecf20Sopenharmony_ci	  Support for tea6420 audio decoder chip found on some bt8xx boards.
968c2ecf20Sopenharmony_ci
978c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
988c2ecf20Sopenharmony_ci	  module will be called tea6420.
998c2ecf20Sopenharmony_ci
1008c2ecf20Sopenharmony_ciconfig VIDEO_MSP3400
1018c2ecf20Sopenharmony_ci	tristate "Micronas MSP34xx audio decoders"
1028c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
1038c2ecf20Sopenharmony_ci	help
1048c2ecf20Sopenharmony_ci	  Support for the Micronas MSP34xx series of audio decoders.
1058c2ecf20Sopenharmony_ci
1068c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
1078c2ecf20Sopenharmony_ci	  module will be called msp3400.
1088c2ecf20Sopenharmony_ci
1098c2ecf20Sopenharmony_ciconfig VIDEO_CS3308
1108c2ecf20Sopenharmony_ci	tristate "Cirrus Logic CS3308 audio ADC"
1118c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
1128c2ecf20Sopenharmony_ci	help
1138c2ecf20Sopenharmony_ci	  Support for the Cirrus Logic CS3308 High Performance 8-Channel
1148c2ecf20Sopenharmony_ci	  Analog Volume Control
1158c2ecf20Sopenharmony_ci
1168c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
1178c2ecf20Sopenharmony_ci	  module will be called cs3308.
1188c2ecf20Sopenharmony_ci
1198c2ecf20Sopenharmony_ciconfig VIDEO_CS5345
1208c2ecf20Sopenharmony_ci	tristate "Cirrus Logic CS5345 audio ADC"
1218c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
1228c2ecf20Sopenharmony_ci	help
1238c2ecf20Sopenharmony_ci	  Support for the Cirrus Logic CS5345 24-bit, 192 kHz
1248c2ecf20Sopenharmony_ci	  stereo A/D converter.
1258c2ecf20Sopenharmony_ci
1268c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
1278c2ecf20Sopenharmony_ci	  module will be called cs5345.
1288c2ecf20Sopenharmony_ci
1298c2ecf20Sopenharmony_ciconfig VIDEO_CS53L32A
1308c2ecf20Sopenharmony_ci	tristate "Cirrus Logic CS53L32A audio ADC"
1318c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
1328c2ecf20Sopenharmony_ci	help
1338c2ecf20Sopenharmony_ci	  Support for the Cirrus Logic CS53L32A low voltage
1348c2ecf20Sopenharmony_ci	  stereo A/D converter.
1358c2ecf20Sopenharmony_ci
1368c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
1378c2ecf20Sopenharmony_ci	  module will be called cs53l32a.
1388c2ecf20Sopenharmony_ci
1398c2ecf20Sopenharmony_ciconfig VIDEO_TLV320AIC23B
1408c2ecf20Sopenharmony_ci	tristate "Texas Instruments TLV320AIC23B audio codec"
1418c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
1428c2ecf20Sopenharmony_ci	help
1438c2ecf20Sopenharmony_ci	  Support for the Texas Instruments TLV320AIC23B audio codec.
1448c2ecf20Sopenharmony_ci
1458c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
1468c2ecf20Sopenharmony_ci	  module will be called tlv320aic23b.
1478c2ecf20Sopenharmony_ci
1488c2ecf20Sopenharmony_ciconfig VIDEO_UDA1342
1498c2ecf20Sopenharmony_ci	tristate "Philips UDA1342 audio codec"
1508c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
1518c2ecf20Sopenharmony_ci	help
1528c2ecf20Sopenharmony_ci	  Support for the Philips UDA1342 audio codec.
1538c2ecf20Sopenharmony_ci
1548c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
1558c2ecf20Sopenharmony_ci	  module will be called uda1342.
1568c2ecf20Sopenharmony_ci
1578c2ecf20Sopenharmony_ciconfig VIDEO_WM8775
1588c2ecf20Sopenharmony_ci	tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
1598c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
1608c2ecf20Sopenharmony_ci	help
1618c2ecf20Sopenharmony_ci	  Support for the Wolfson Microelectronics WM8775 high
1628c2ecf20Sopenharmony_ci	  performance stereo A/D Converter with a 4 channel input mixer.
1638c2ecf20Sopenharmony_ci
1648c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
1658c2ecf20Sopenharmony_ci	  module will be called wm8775.
1668c2ecf20Sopenharmony_ci
1678c2ecf20Sopenharmony_ciconfig VIDEO_WM8739
1688c2ecf20Sopenharmony_ci	tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
1698c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
1708c2ecf20Sopenharmony_ci	help
1718c2ecf20Sopenharmony_ci	  Support for the Wolfson Microelectronics WM8739
1728c2ecf20Sopenharmony_ci	  stereo A/D Converter.
1738c2ecf20Sopenharmony_ci
1748c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
1758c2ecf20Sopenharmony_ci	  module will be called wm8739.
1768c2ecf20Sopenharmony_ci
1778c2ecf20Sopenharmony_ciconfig VIDEO_VP27SMPX
1788c2ecf20Sopenharmony_ci	tristate "Panasonic VP27's internal MPX"
1798c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
1808c2ecf20Sopenharmony_ci	help
1818c2ecf20Sopenharmony_ci	  Support for the internal MPX of the Panasonic VP27s tuner.
1828c2ecf20Sopenharmony_ci
1838c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
1848c2ecf20Sopenharmony_ci	  module will be called vp27smpx.
1858c2ecf20Sopenharmony_ci
1868c2ecf20Sopenharmony_ciconfig VIDEO_SONY_BTF_MPX
1878c2ecf20Sopenharmony_ci	tristate "Sony BTF's internal MPX"
1888c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
1898c2ecf20Sopenharmony_ci	help
1908c2ecf20Sopenharmony_ci	  Support for the internal MPX of the Sony BTF-PG472Z tuner.
1918c2ecf20Sopenharmony_ci
1928c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
1938c2ecf20Sopenharmony_ci	  module will be called sony-btf-mpx.
1948c2ecf20Sopenharmony_ciendmenu
1958c2ecf20Sopenharmony_ci
1968c2ecf20Sopenharmony_cimenu "RDS decoders"
1978c2ecf20Sopenharmony_ci	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
1988c2ecf20Sopenharmony_ci
1998c2ecf20Sopenharmony_ciconfig VIDEO_SAA6588
2008c2ecf20Sopenharmony_ci	tristate "SAA6588 Radio Chip RDS decoder support"
2018c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
2028c2ecf20Sopenharmony_ci
2038c2ecf20Sopenharmony_ci	help
2048c2ecf20Sopenharmony_ci	  Support for this Radio Data System (RDS) decoder. This allows
2058c2ecf20Sopenharmony_ci	  seeing radio station identification transmitted using this
2068c2ecf20Sopenharmony_ci	  standard.
2078c2ecf20Sopenharmony_ci
2088c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
2098c2ecf20Sopenharmony_ci	  module will be called saa6588.
2108c2ecf20Sopenharmony_ciendmenu
2118c2ecf20Sopenharmony_ci
2128c2ecf20Sopenharmony_cimenu "Video decoders"
2138c2ecf20Sopenharmony_ci	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
2148c2ecf20Sopenharmony_ci
2158c2ecf20Sopenharmony_ciconfig VIDEO_ADV7180
2168c2ecf20Sopenharmony_ci	tristate "Analog Devices ADV7180 decoder"
2178c2ecf20Sopenharmony_ci	depends on GPIOLIB && VIDEO_V4L2 && I2C
2188c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
2198c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
2208c2ecf20Sopenharmony_ci	help
2218c2ecf20Sopenharmony_ci	  Support for the Analog Devices ADV7180 video decoder.
2228c2ecf20Sopenharmony_ci
2238c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
2248c2ecf20Sopenharmony_ci	  module will be called adv7180.
2258c2ecf20Sopenharmony_ci
2268c2ecf20Sopenharmony_ciconfig VIDEO_ADV7183
2278c2ecf20Sopenharmony_ci	tristate "Analog Devices ADV7183 decoder"
2288c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
2298c2ecf20Sopenharmony_ci	help
2308c2ecf20Sopenharmony_ci	  V4l2 subdevice driver for the Analog Devices
2318c2ecf20Sopenharmony_ci	  ADV7183 video decoder.
2328c2ecf20Sopenharmony_ci
2338c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
2348c2ecf20Sopenharmony_ci	  module will be called adv7183.
2358c2ecf20Sopenharmony_ci
2368c2ecf20Sopenharmony_ciconfig VIDEO_ADV748X
2378c2ecf20Sopenharmony_ci	tristate "Analog Devices ADV748x decoder"
2388c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
2398c2ecf20Sopenharmony_ci	depends on OF
2408c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
2418c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
2428c2ecf20Sopenharmony_ci	select REGMAP_I2C
2438c2ecf20Sopenharmony_ci	select V4L2_FWNODE
2448c2ecf20Sopenharmony_ci	help
2458c2ecf20Sopenharmony_ci	  V4L2 subdevice driver for the Analog Devices
2468c2ecf20Sopenharmony_ci	  ADV7481 and ADV7482 HDMI/Analog video decoders.
2478c2ecf20Sopenharmony_ci
2488c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
2498c2ecf20Sopenharmony_ci	  module will be called adv748x.
2508c2ecf20Sopenharmony_ci
2518c2ecf20Sopenharmony_ciconfig VIDEO_ADV7604
2528c2ecf20Sopenharmony_ci	tristate "Analog Devices ADV7604 decoder"
2538c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
2548c2ecf20Sopenharmony_ci	depends on GPIOLIB || COMPILE_TEST
2558c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
2568c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
2578c2ecf20Sopenharmony_ci	select REGMAP_I2C
2588c2ecf20Sopenharmony_ci	select HDMI
2598c2ecf20Sopenharmony_ci	select V4L2_FWNODE
2608c2ecf20Sopenharmony_ci	help
2618c2ecf20Sopenharmony_ci	  Support for the Analog Devices ADV7604 video decoder.
2628c2ecf20Sopenharmony_ci
2638c2ecf20Sopenharmony_ci	  This is a Analog Devices Component/Graphics Digitizer
2648c2ecf20Sopenharmony_ci	  with 4:1 Multiplexed HDMI Receiver.
2658c2ecf20Sopenharmony_ci
2668c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
2678c2ecf20Sopenharmony_ci	  module will be called adv7604.
2688c2ecf20Sopenharmony_ci
2698c2ecf20Sopenharmony_ciconfig VIDEO_ADV7604_CEC
2708c2ecf20Sopenharmony_ci	bool "Enable Analog Devices ADV7604 CEC support"
2718c2ecf20Sopenharmony_ci	depends on VIDEO_ADV7604
2728c2ecf20Sopenharmony_ci	select CEC_CORE
2738c2ecf20Sopenharmony_ci	help
2748c2ecf20Sopenharmony_ci	  When selected the adv7604 will support the optional
2758c2ecf20Sopenharmony_ci	  HDMI CEC feature.
2768c2ecf20Sopenharmony_ci
2778c2ecf20Sopenharmony_ciconfig VIDEO_ADV7842
2788c2ecf20Sopenharmony_ci	tristate "Analog Devices ADV7842 decoder"
2798c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
2808c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
2818c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
2828c2ecf20Sopenharmony_ci	select HDMI
2838c2ecf20Sopenharmony_ci	help
2848c2ecf20Sopenharmony_ci	  Support for the Analog Devices ADV7842 video decoder.
2858c2ecf20Sopenharmony_ci
2868c2ecf20Sopenharmony_ci	  This is a Analog Devices Component/Graphics/SD Digitizer
2878c2ecf20Sopenharmony_ci	  with 2:1 Multiplexed HDMI Receiver.
2888c2ecf20Sopenharmony_ci
2898c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
2908c2ecf20Sopenharmony_ci	  module will be called adv7842.
2918c2ecf20Sopenharmony_ci
2928c2ecf20Sopenharmony_ciconfig VIDEO_ADV7842_CEC
2938c2ecf20Sopenharmony_ci	bool "Enable Analog Devices ADV7842 CEC support"
2948c2ecf20Sopenharmony_ci	depends on VIDEO_ADV7842
2958c2ecf20Sopenharmony_ci	select CEC_CORE
2968c2ecf20Sopenharmony_ci	help
2978c2ecf20Sopenharmony_ci	  When selected the adv7842 will support the optional
2988c2ecf20Sopenharmony_ci	  HDMI CEC feature.
2998c2ecf20Sopenharmony_ci
3008c2ecf20Sopenharmony_ciconfig VIDEO_BT819
3018c2ecf20Sopenharmony_ci	tristate "BT819A VideoStream decoder"
3028c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
3038c2ecf20Sopenharmony_ci	help
3048c2ecf20Sopenharmony_ci	  Support for BT819A video decoder.
3058c2ecf20Sopenharmony_ci
3068c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
3078c2ecf20Sopenharmony_ci	  module will be called bt819.
3088c2ecf20Sopenharmony_ci
3098c2ecf20Sopenharmony_ciconfig VIDEO_BT856
3108c2ecf20Sopenharmony_ci	tristate "BT856 VideoStream decoder"
3118c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
3128c2ecf20Sopenharmony_ci	help
3138c2ecf20Sopenharmony_ci	  Support for BT856 video decoder.
3148c2ecf20Sopenharmony_ci
3158c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
3168c2ecf20Sopenharmony_ci	  module will be called bt856.
3178c2ecf20Sopenharmony_ci
3188c2ecf20Sopenharmony_ciconfig VIDEO_BT866
3198c2ecf20Sopenharmony_ci	tristate "BT866 VideoStream decoder"
3208c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
3218c2ecf20Sopenharmony_ci	help
3228c2ecf20Sopenharmony_ci	  Support for BT866 video decoder.
3238c2ecf20Sopenharmony_ci
3248c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
3258c2ecf20Sopenharmony_ci	  module will be called bt866.
3268c2ecf20Sopenharmony_ci
3278c2ecf20Sopenharmony_ciconfig VIDEO_KS0127
3288c2ecf20Sopenharmony_ci	tristate "KS0127 video decoder"
3298c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
3308c2ecf20Sopenharmony_ci	help
3318c2ecf20Sopenharmony_ci	  Support for KS0127 video decoder.
3328c2ecf20Sopenharmony_ci
3338c2ecf20Sopenharmony_ci	  This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
3348c2ecf20Sopenharmony_ci	  cards.
3358c2ecf20Sopenharmony_ci
3368c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
3378c2ecf20Sopenharmony_ci	  module will be called ks0127.
3388c2ecf20Sopenharmony_ci
3398c2ecf20Sopenharmony_ciconfig VIDEO_ML86V7667
3408c2ecf20Sopenharmony_ci	tristate "OKI ML86V7667 video decoder"
3418c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
3428c2ecf20Sopenharmony_ci	help
3438c2ecf20Sopenharmony_ci	  Support for the OKI Semiconductor ML86V7667 video decoder.
3448c2ecf20Sopenharmony_ci
3458c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
3468c2ecf20Sopenharmony_ci	  module will be called ml86v7667.
3478c2ecf20Sopenharmony_ci
3488c2ecf20Sopenharmony_ciconfig VIDEO_SAA7110
3498c2ecf20Sopenharmony_ci	tristate "Philips SAA7110 video decoder"
3508c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
3518c2ecf20Sopenharmony_ci	help
3528c2ecf20Sopenharmony_ci	  Support for the Philips SAA7110 video decoders.
3538c2ecf20Sopenharmony_ci
3548c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
3558c2ecf20Sopenharmony_ci	  module will be called saa7110.
3568c2ecf20Sopenharmony_ci
3578c2ecf20Sopenharmony_ciconfig VIDEO_SAA711X
3588c2ecf20Sopenharmony_ci	tristate "Philips SAA7111/3/4/5 video decoders"
3598c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
3608c2ecf20Sopenharmony_ci	help
3618c2ecf20Sopenharmony_ci	  Support for the Philips SAA7111/3/4/5 video decoders.
3628c2ecf20Sopenharmony_ci
3638c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
3648c2ecf20Sopenharmony_ci	  module will be called saa7115.
3658c2ecf20Sopenharmony_ci
3668c2ecf20Sopenharmony_ciconfig VIDEO_TC358743
3678c2ecf20Sopenharmony_ci	tristate "Toshiba TC358743 decoder"
3688c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
3698c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
3708c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
3718c2ecf20Sopenharmony_ci	select HDMI
3728c2ecf20Sopenharmony_ci	select V4L2_FWNODE
3738c2ecf20Sopenharmony_ci	help
3748c2ecf20Sopenharmony_ci	  Support for the Toshiba TC358743 HDMI to MIPI CSI-2 bridge.
3758c2ecf20Sopenharmony_ci
3768c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
3778c2ecf20Sopenharmony_ci	  module will be called tc358743.
3788c2ecf20Sopenharmony_ci
3798c2ecf20Sopenharmony_ciconfig VIDEO_TC358743_CEC
3808c2ecf20Sopenharmony_ci	bool "Enable Toshiba TC358743 CEC support"
3818c2ecf20Sopenharmony_ci	depends on VIDEO_TC358743
3828c2ecf20Sopenharmony_ci	select CEC_CORE
3838c2ecf20Sopenharmony_ci	help
3848c2ecf20Sopenharmony_ci	  When selected the tc358743 will support the optional
3858c2ecf20Sopenharmony_ci	  HDMI CEC feature.
3868c2ecf20Sopenharmony_ci
3878c2ecf20Sopenharmony_ciconfig VIDEO_TVP514X
3888c2ecf20Sopenharmony_ci	tristate "Texas Instruments TVP514x video decoder"
3898c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
3908c2ecf20Sopenharmony_ci	select V4L2_FWNODE
3918c2ecf20Sopenharmony_ci	help
3928c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the TI TVP5146/47
3938c2ecf20Sopenharmony_ci	  decoder. It is currently working with the TI OMAP3 camera
3948c2ecf20Sopenharmony_ci	  controller.
3958c2ecf20Sopenharmony_ci
3968c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
3978c2ecf20Sopenharmony_ci	  module will be called tvp514x.
3988c2ecf20Sopenharmony_ci
3998c2ecf20Sopenharmony_ciconfig VIDEO_TVP5150
4008c2ecf20Sopenharmony_ci	tristate "Texas Instruments TVP5150 video decoder"
4018c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
4028c2ecf20Sopenharmony_ci	select V4L2_FWNODE
4038c2ecf20Sopenharmony_ci	select REGMAP_I2C
4048c2ecf20Sopenharmony_ci	help
4058c2ecf20Sopenharmony_ci	  Support for the Texas Instruments TVP5150 video decoder.
4068c2ecf20Sopenharmony_ci
4078c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
4088c2ecf20Sopenharmony_ci	  module will be called tvp5150.
4098c2ecf20Sopenharmony_ci
4108c2ecf20Sopenharmony_ciconfig VIDEO_TVP7002
4118c2ecf20Sopenharmony_ci	tristate "Texas Instruments TVP7002 video decoder"
4128c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
4138c2ecf20Sopenharmony_ci	select V4L2_FWNODE
4148c2ecf20Sopenharmony_ci	help
4158c2ecf20Sopenharmony_ci	  Support for the Texas Instruments TVP7002 video decoder.
4168c2ecf20Sopenharmony_ci
4178c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
4188c2ecf20Sopenharmony_ci	  module will be called tvp7002.
4198c2ecf20Sopenharmony_ci
4208c2ecf20Sopenharmony_ciconfig VIDEO_TW2804
4218c2ecf20Sopenharmony_ci	tristate "Techwell TW2804 multiple video decoder"
4228c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
4238c2ecf20Sopenharmony_ci	help
4248c2ecf20Sopenharmony_ci	  Support for the Techwell tw2804 multiple video decoder.
4258c2ecf20Sopenharmony_ci
4268c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
4278c2ecf20Sopenharmony_ci	  module will be called tw2804.
4288c2ecf20Sopenharmony_ci
4298c2ecf20Sopenharmony_ciconfig VIDEO_TW9903
4308c2ecf20Sopenharmony_ci	tristate "Techwell TW9903 video decoder"
4318c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
4328c2ecf20Sopenharmony_ci	help
4338c2ecf20Sopenharmony_ci	  Support for the Techwell tw9903 multi-standard video decoder
4348c2ecf20Sopenharmony_ci	  with high quality down scaler.
4358c2ecf20Sopenharmony_ci
4368c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
4378c2ecf20Sopenharmony_ci	  module will be called tw9903.
4388c2ecf20Sopenharmony_ci
4398c2ecf20Sopenharmony_ciconfig VIDEO_TW9906
4408c2ecf20Sopenharmony_ci	tristate "Techwell TW9906 video decoder"
4418c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
4428c2ecf20Sopenharmony_ci	help
4438c2ecf20Sopenharmony_ci	  Support for the Techwell tw9906 enhanced multi-standard comb filter
4448c2ecf20Sopenharmony_ci	  video decoder with YCbCr input support.
4458c2ecf20Sopenharmony_ci
4468c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
4478c2ecf20Sopenharmony_ci	  module will be called tw9906.
4488c2ecf20Sopenharmony_ci
4498c2ecf20Sopenharmony_ciconfig VIDEO_TW9910
4508c2ecf20Sopenharmony_ci	tristate "Techwell TW9910 video decoder"
4518c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
4528c2ecf20Sopenharmony_ci	help
4538c2ecf20Sopenharmony_ci	  Support for Techwell TW9910 NTSC/PAL/SECAM video decoder.
4548c2ecf20Sopenharmony_ci
4558c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
4568c2ecf20Sopenharmony_ci	  module will be called tw9910.
4578c2ecf20Sopenharmony_ci
4588c2ecf20Sopenharmony_ciconfig VIDEO_VPX3220
4598c2ecf20Sopenharmony_ci	tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
4608c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
4618c2ecf20Sopenharmony_ci	help
4628c2ecf20Sopenharmony_ci	  Support for VPX322x video decoders.
4638c2ecf20Sopenharmony_ci
4648c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
4658c2ecf20Sopenharmony_ci	  module will be called vpx3220.
4668c2ecf20Sopenharmony_ci
4678c2ecf20Sopenharmony_ciconfig VIDEO_MAX9286
4688c2ecf20Sopenharmony_ci	tristate "Maxim MAX9286 GMSL deserializer support"
4698c2ecf20Sopenharmony_ci	depends on I2C && I2C_MUX
4708c2ecf20Sopenharmony_ci	depends on OF_GPIO
4718c2ecf20Sopenharmony_ci	select V4L2_FWNODE
4728c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
4738c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
4748c2ecf20Sopenharmony_ci	help
4758c2ecf20Sopenharmony_ci	  This driver supports the Maxim MAX9286 GMSL deserializer.
4768c2ecf20Sopenharmony_ci
4778c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
4788c2ecf20Sopenharmony_ci	  module will be called max9286.
4798c2ecf20Sopenharmony_ci
4808c2ecf20Sopenharmony_cicomment "Video and audio decoders"
4818c2ecf20Sopenharmony_ci
4828c2ecf20Sopenharmony_ciconfig VIDEO_SAA717X
4838c2ecf20Sopenharmony_ci	tristate "Philips SAA7171/3/4 audio/video decoders"
4848c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
4858c2ecf20Sopenharmony_ci	help
4868c2ecf20Sopenharmony_ci	  Support for the Philips SAA7171/3/4 audio/video decoders.
4878c2ecf20Sopenharmony_ci
4888c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
4898c2ecf20Sopenharmony_ci	  module will be called saa717x.
4908c2ecf20Sopenharmony_ci
4918c2ecf20Sopenharmony_cisource "drivers/media/i2c/cx25840/Kconfig"
4928c2ecf20Sopenharmony_ci
4938c2ecf20Sopenharmony_ciendmenu
4948c2ecf20Sopenharmony_ci
4958c2ecf20Sopenharmony_cimenu "Video encoders"
4968c2ecf20Sopenharmony_ci	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
4978c2ecf20Sopenharmony_ci
4988c2ecf20Sopenharmony_ciconfig VIDEO_SAA7127
4998c2ecf20Sopenharmony_ci	tristate "Philips SAA7127/9 digital video encoders"
5008c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
5018c2ecf20Sopenharmony_ci	help
5028c2ecf20Sopenharmony_ci	  Support for the Philips SAA7127/9 digital video encoders.
5038c2ecf20Sopenharmony_ci
5048c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
5058c2ecf20Sopenharmony_ci	  module will be called saa7127.
5068c2ecf20Sopenharmony_ci
5078c2ecf20Sopenharmony_ciconfig VIDEO_SAA7185
5088c2ecf20Sopenharmony_ci	tristate "Philips SAA7185 video encoder"
5098c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
5108c2ecf20Sopenharmony_ci	help
5118c2ecf20Sopenharmony_ci	  Support for the Philips SAA7185 video encoder.
5128c2ecf20Sopenharmony_ci
5138c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
5148c2ecf20Sopenharmony_ci	  module will be called saa7185.
5158c2ecf20Sopenharmony_ci
5168c2ecf20Sopenharmony_ciconfig VIDEO_ADV7170
5178c2ecf20Sopenharmony_ci	tristate "Analog Devices ADV7170 video encoder"
5188c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
5198c2ecf20Sopenharmony_ci	help
5208c2ecf20Sopenharmony_ci	  Support for the Analog Devices ADV7170 video encoder driver
5218c2ecf20Sopenharmony_ci
5228c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
5238c2ecf20Sopenharmony_ci	  module will be called adv7170.
5248c2ecf20Sopenharmony_ci
5258c2ecf20Sopenharmony_ciconfig VIDEO_ADV7175
5268c2ecf20Sopenharmony_ci	tristate "Analog Devices ADV7175 video encoder"
5278c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
5288c2ecf20Sopenharmony_ci	help
5298c2ecf20Sopenharmony_ci	  Support for the Analog Devices ADV7175 video encoder driver
5308c2ecf20Sopenharmony_ci
5318c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
5328c2ecf20Sopenharmony_ci	  module will be called adv7175.
5338c2ecf20Sopenharmony_ci
5348c2ecf20Sopenharmony_ciconfig VIDEO_ADV7343
5358c2ecf20Sopenharmony_ci	tristate "ADV7343 video encoder"
5368c2ecf20Sopenharmony_ci	depends on I2C
5378c2ecf20Sopenharmony_ci	help
5388c2ecf20Sopenharmony_ci	  Support for Analog Devices I2C bus based ADV7343 encoder.
5398c2ecf20Sopenharmony_ci
5408c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
5418c2ecf20Sopenharmony_ci	  module will be called adv7343.
5428c2ecf20Sopenharmony_ci
5438c2ecf20Sopenharmony_ciconfig VIDEO_ADV7393
5448c2ecf20Sopenharmony_ci	tristate "ADV7393 video encoder"
5458c2ecf20Sopenharmony_ci	depends on I2C
5468c2ecf20Sopenharmony_ci	help
5478c2ecf20Sopenharmony_ci	  Support for Analog Devices I2C bus based ADV7393 encoder.
5488c2ecf20Sopenharmony_ci
5498c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
5508c2ecf20Sopenharmony_ci	  module will be called adv7393.
5518c2ecf20Sopenharmony_ci
5528c2ecf20Sopenharmony_ciconfig VIDEO_ADV7511
5538c2ecf20Sopenharmony_ci	tristate "Analog Devices ADV7511 encoder"
5548c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
5558c2ecf20Sopenharmony_ci	depends on DRM_I2C_ADV7511=n || COMPILE_TEST
5568c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
5578c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
5588c2ecf20Sopenharmony_ci	select HDMI
5598c2ecf20Sopenharmony_ci	help
5608c2ecf20Sopenharmony_ci	  Support for the Analog Devices ADV7511 video encoder.
5618c2ecf20Sopenharmony_ci
5628c2ecf20Sopenharmony_ci	  This is a Analog Devices HDMI transmitter.
5638c2ecf20Sopenharmony_ci
5648c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
5658c2ecf20Sopenharmony_ci	  module will be called adv7511.
5668c2ecf20Sopenharmony_ci
5678c2ecf20Sopenharmony_ciconfig VIDEO_ADV7511_CEC
5688c2ecf20Sopenharmony_ci	bool "Enable Analog Devices ADV7511 CEC support"
5698c2ecf20Sopenharmony_ci	depends on VIDEO_ADV7511
5708c2ecf20Sopenharmony_ci	select CEC_CORE
5718c2ecf20Sopenharmony_ci	help
5728c2ecf20Sopenharmony_ci	  When selected the adv7511 will support the optional
5738c2ecf20Sopenharmony_ci	  HDMI CEC feature.
5748c2ecf20Sopenharmony_ci
5758c2ecf20Sopenharmony_ciconfig VIDEO_AD9389B
5768c2ecf20Sopenharmony_ci	tristate "Analog Devices AD9389B encoder"
5778c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
5788c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
5798c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
5808c2ecf20Sopenharmony_ci
5818c2ecf20Sopenharmony_ci	help
5828c2ecf20Sopenharmony_ci	  Support for the Analog Devices AD9389B video encoder.
5838c2ecf20Sopenharmony_ci
5848c2ecf20Sopenharmony_ci	  This is a Analog Devices HDMI transmitter.
5858c2ecf20Sopenharmony_ci
5868c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
5878c2ecf20Sopenharmony_ci	  module will be called ad9389b.
5888c2ecf20Sopenharmony_ci
5898c2ecf20Sopenharmony_ciconfig VIDEO_AK881X
5908c2ecf20Sopenharmony_ci	tristate "AK8813/AK8814 video encoders"
5918c2ecf20Sopenharmony_ci	depends on I2C
5928c2ecf20Sopenharmony_ci	help
5938c2ecf20Sopenharmony_ci	  Video output driver for AKM AK8813 and AK8814 TV encoders
5948c2ecf20Sopenharmony_ci
5958c2ecf20Sopenharmony_ciconfig VIDEO_THS8200
5968c2ecf20Sopenharmony_ci	tristate "Texas Instruments THS8200 video encoder"
5978c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
5988c2ecf20Sopenharmony_ci	help
5998c2ecf20Sopenharmony_ci	  Support for the Texas Instruments THS8200 video encoder.
6008c2ecf20Sopenharmony_ci
6018c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
6028c2ecf20Sopenharmony_ci	  module will be called ths8200.
6038c2ecf20Sopenharmony_ciendmenu
6048c2ecf20Sopenharmony_ci
6058c2ecf20Sopenharmony_cimenu "Video improvement chips"
6068c2ecf20Sopenharmony_ci	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
6078c2ecf20Sopenharmony_ci
6088c2ecf20Sopenharmony_ciconfig VIDEO_UPD64031A
6098c2ecf20Sopenharmony_ci	tristate "NEC Electronics uPD64031A Ghost Reduction"
6108c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
6118c2ecf20Sopenharmony_ci	help
6128c2ecf20Sopenharmony_ci	  Support for the NEC Electronics uPD64031A Ghost Reduction
6138c2ecf20Sopenharmony_ci	  video chip. It is most often found in NTSC TV cards made for
6148c2ecf20Sopenharmony_ci	  Japan and is used to reduce the 'ghosting' effect that can
6158c2ecf20Sopenharmony_ci	  be present in analog TV broadcasts.
6168c2ecf20Sopenharmony_ci
6178c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
6188c2ecf20Sopenharmony_ci	  module will be called upd64031a.
6198c2ecf20Sopenharmony_ci
6208c2ecf20Sopenharmony_ciconfig VIDEO_UPD64083
6218c2ecf20Sopenharmony_ci	tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
6228c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
6238c2ecf20Sopenharmony_ci	help
6248c2ecf20Sopenharmony_ci	  Support for the NEC Electronics uPD64083 3-Dimensional Y/C
6258c2ecf20Sopenharmony_ci	  separation video chip. It is used to improve the quality of
6268c2ecf20Sopenharmony_ci	  the colors of a composite signal.
6278c2ecf20Sopenharmony_ci
6288c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
6298c2ecf20Sopenharmony_ci	  module will be called upd64083.
6308c2ecf20Sopenharmony_ciendmenu
6318c2ecf20Sopenharmony_ci
6328c2ecf20Sopenharmony_cimenu "Audio/Video compression chips"
6338c2ecf20Sopenharmony_ci	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
6348c2ecf20Sopenharmony_ci
6358c2ecf20Sopenharmony_ciconfig VIDEO_SAA6752HS
6368c2ecf20Sopenharmony_ci	tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder"
6378c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
6388c2ecf20Sopenharmony_ci	select CRC32
6398c2ecf20Sopenharmony_ci	help
6408c2ecf20Sopenharmony_ci	  Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3
6418c2ecf20Sopenharmony_ci	  audio encoder with multiplexer.
6428c2ecf20Sopenharmony_ci
6438c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
6448c2ecf20Sopenharmony_ci	  module will be called saa6752hs.
6458c2ecf20Sopenharmony_ci
6468c2ecf20Sopenharmony_ciendmenu
6478c2ecf20Sopenharmony_ci
6488c2ecf20Sopenharmony_cimenu "SDR tuner chips"
6498c2ecf20Sopenharmony_ci	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
6508c2ecf20Sopenharmony_ci
6518c2ecf20Sopenharmony_ciconfig SDR_MAX2175
6528c2ecf20Sopenharmony_ci	tristate "Maxim 2175 RF to Bits tuner"
6538c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && MEDIA_SDR_SUPPORT && I2C
6548c2ecf20Sopenharmony_ci	select REGMAP_I2C
6558c2ecf20Sopenharmony_ci	help
6568c2ecf20Sopenharmony_ci	  Support for Maxim 2175 tuner. It is an advanced analog/digital
6578c2ecf20Sopenharmony_ci	  radio receiver with RF-to-Bits front-end designed for SDR solutions.
6588c2ecf20Sopenharmony_ci
6598c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here; the
6608c2ecf20Sopenharmony_ci	  module will be called max2175.
6618c2ecf20Sopenharmony_ci
6628c2ecf20Sopenharmony_ci
6638c2ecf20Sopenharmony_ciendmenu
6648c2ecf20Sopenharmony_ci
6658c2ecf20Sopenharmony_cimenu "Miscellaneous helper chips"
6668c2ecf20Sopenharmony_ci	visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
6678c2ecf20Sopenharmony_ci
6688c2ecf20Sopenharmony_ciconfig VIDEO_THS7303
6698c2ecf20Sopenharmony_ci	tristate "THS7303/53 Video Amplifier"
6708c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
6718c2ecf20Sopenharmony_ci	help
6728c2ecf20Sopenharmony_ci	  Support for TI THS7303/53 video amplifier
6738c2ecf20Sopenharmony_ci
6748c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
6758c2ecf20Sopenharmony_ci	  module will be called ths7303.
6768c2ecf20Sopenharmony_ci
6778c2ecf20Sopenharmony_ciconfig VIDEO_M52790
6788c2ecf20Sopenharmony_ci	tristate "Mitsubishi M52790 A/V switch"
6798c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
6808c2ecf20Sopenharmony_ci	help
6818c2ecf20Sopenharmony_ci	 Support for the Mitsubishi M52790 A/V switch.
6828c2ecf20Sopenharmony_ci
6838c2ecf20Sopenharmony_ci	 To compile this driver as a module, choose M here: the
6848c2ecf20Sopenharmony_ci	 module will be called m52790.
6858c2ecf20Sopenharmony_ci
6868c2ecf20Sopenharmony_ciconfig VIDEO_I2C
6878c2ecf20Sopenharmony_ci	tristate "I2C transport video support"
6888c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
6898c2ecf20Sopenharmony_ci	select VIDEOBUF2_VMALLOC
6908c2ecf20Sopenharmony_ci	imply HWMON
6918c2ecf20Sopenharmony_ci	help
6928c2ecf20Sopenharmony_ci	  Enable the I2C transport video support which supports the
6938c2ecf20Sopenharmony_ci	  following:
6948c2ecf20Sopenharmony_ci	   * Panasonic AMG88xx Grid-Eye Sensors
6958c2ecf20Sopenharmony_ci	   * Melexis MLX90640 Thermal Cameras
6968c2ecf20Sopenharmony_ci
6978c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
6988c2ecf20Sopenharmony_ci	  module will be called video-i2c
6998c2ecf20Sopenharmony_ci
7008c2ecf20Sopenharmony_ciconfig VIDEO_ST_MIPID02
7018c2ecf20Sopenharmony_ci	tristate "STMicroelectronics MIPID02 CSI-2 to PARALLEL bridge"
7028c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
7038c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
7048c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
7058c2ecf20Sopenharmony_ci	select V4L2_FWNODE
7068c2ecf20Sopenharmony_ci	help
7078c2ecf20Sopenharmony_ci	  Support for STMicroelectronics MIPID02 CSI-2 to PARALLEL bridge.
7088c2ecf20Sopenharmony_ci	  It is used to allow usage of CSI-2 sensor with PARALLEL port
7098c2ecf20Sopenharmony_ci	  controller.
7108c2ecf20Sopenharmony_ci
7118c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
7128c2ecf20Sopenharmony_ci	  module will be called st-mipid02.
7138c2ecf20Sopenharmony_ciendmenu
7148c2ecf20Sopenharmony_ci
7158c2ecf20Sopenharmony_ci#
7168c2ecf20Sopenharmony_ci# V4L2 I2C drivers that are related with Camera support
7178c2ecf20Sopenharmony_ci#
7188c2ecf20Sopenharmony_ci
7198c2ecf20Sopenharmony_cimenu "Camera sensor devices"
7208c2ecf20Sopenharmony_ci	visible if MEDIA_CAMERA_SUPPORT
7218c2ecf20Sopenharmony_ci
7228c2ecf20Sopenharmony_ciconfig VIDEO_APTINA_PLL
7238c2ecf20Sopenharmony_ci	tristate
7248c2ecf20Sopenharmony_ci
7258c2ecf20Sopenharmony_ciconfig VIDEO_SMIAPP_PLL
7268c2ecf20Sopenharmony_ci	tristate
7278c2ecf20Sopenharmony_ci
7288c2ecf20Sopenharmony_ciconfig VIDEO_HI556
7298c2ecf20Sopenharmony_ci	tristate "Hynix Hi-556 sensor support"
7308c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
7318c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
7328c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
7338c2ecf20Sopenharmony_ci	select V4L2_FWNODE
7348c2ecf20Sopenharmony_ci	help
7358c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the Hynix
7368c2ecf20Sopenharmony_ci	  Hi-556 camera.
7378c2ecf20Sopenharmony_ci
7388c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
7398c2ecf20Sopenharmony_ci	  module will be called hi556.
7408c2ecf20Sopenharmony_ci
7418c2ecf20Sopenharmony_ciconfig VIDEO_IMX214
7428c2ecf20Sopenharmony_ci	tristate "Sony IMX214 sensor support"
7438c2ecf20Sopenharmony_ci	depends on GPIOLIB && I2C && VIDEO_V4L2
7448c2ecf20Sopenharmony_ci	select V4L2_FWNODE
7458c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
7468c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
7478c2ecf20Sopenharmony_ci	select REGMAP_I2C
7488c2ecf20Sopenharmony_ci	help
7498c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the Sony
7508c2ecf20Sopenharmony_ci	  IMX214 camera.
7518c2ecf20Sopenharmony_ci
7528c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
7538c2ecf20Sopenharmony_ci	  module will be called imx214.
7548c2ecf20Sopenharmony_ci
7558c2ecf20Sopenharmony_ciconfig VIDEO_IMX219
7568c2ecf20Sopenharmony_ci	tristate "Sony IMX219 sensor support"
7578c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
7588c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
7598c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
7608c2ecf20Sopenharmony_ci	select V4L2_FWNODE
7618c2ecf20Sopenharmony_ci	help
7628c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the Sony
7638c2ecf20Sopenharmony_ci	  IMX219 camera.
7648c2ecf20Sopenharmony_ci
7658c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
7668c2ecf20Sopenharmony_ci	  module will be called imx219.
7678c2ecf20Sopenharmony_ci
7688c2ecf20Sopenharmony_ciconfig VIDEO_IMX258
7698c2ecf20Sopenharmony_ci	tristate "Sony IMX258 sensor support"
7708c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
7718c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
7728c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
7738c2ecf20Sopenharmony_ci	help
7748c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the Sony
7758c2ecf20Sopenharmony_ci	  IMX258 camera.
7768c2ecf20Sopenharmony_ci
7778c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
7788c2ecf20Sopenharmony_ci	  module will be called imx258.
7798c2ecf20Sopenharmony_ci
7808c2ecf20Sopenharmony_ciconfig VIDEO_IMX274
7818c2ecf20Sopenharmony_ci	tristate "Sony IMX274 sensor support"
7828c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
7838c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
7848c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
7858c2ecf20Sopenharmony_ci	select REGMAP_I2C
7868c2ecf20Sopenharmony_ci	help
7878c2ecf20Sopenharmony_ci	  This is a V4L2 sensor driver for the Sony IMX274
7888c2ecf20Sopenharmony_ci	  CMOS image sensor.
7898c2ecf20Sopenharmony_ci
7908c2ecf20Sopenharmony_ciconfig VIDEO_IMX290
7918c2ecf20Sopenharmony_ci	tristate "Sony IMX290 sensor support"
7928c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
7938c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
7948c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
7958c2ecf20Sopenharmony_ci	select REGMAP_I2C
7968c2ecf20Sopenharmony_ci	select V4L2_FWNODE
7978c2ecf20Sopenharmony_ci	help
7988c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the Sony
7998c2ecf20Sopenharmony_ci	  IMX290 camera sensor.
8008c2ecf20Sopenharmony_ci
8018c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
8028c2ecf20Sopenharmony_ci	  module will be called imx290.
8038c2ecf20Sopenharmony_ci
8048c2ecf20Sopenharmony_ciconfig VIDEO_IMX319
8058c2ecf20Sopenharmony_ci	tristate "Sony IMX319 sensor support"
8068c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
8078c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
8088c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
8098c2ecf20Sopenharmony_ci	help
8108c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the Sony
8118c2ecf20Sopenharmony_ci	  IMX319 camera.
8128c2ecf20Sopenharmony_ci
8138c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
8148c2ecf20Sopenharmony_ci	  module will be called imx319.
8158c2ecf20Sopenharmony_ci
8168c2ecf20Sopenharmony_ciconfig VIDEO_IMX355
8178c2ecf20Sopenharmony_ci	tristate "Sony IMX355 sensor support"
8188c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
8198c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
8208c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
8218c2ecf20Sopenharmony_ci	help
8228c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the Sony
8238c2ecf20Sopenharmony_ci	  IMX355 camera.
8248c2ecf20Sopenharmony_ci
8258c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
8268c2ecf20Sopenharmony_ci	  module will be called imx355.
8278c2ecf20Sopenharmony_ci
8288c2ecf20Sopenharmony_ciconfig VIDEO_OV2640
8298c2ecf20Sopenharmony_ci	tristate "OmniVision OV2640 sensor support"
8308c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
8318c2ecf20Sopenharmony_ci	help
8328c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the OmniVision
8338c2ecf20Sopenharmony_ci	  OV2640 camera.
8348c2ecf20Sopenharmony_ci
8358c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
8368c2ecf20Sopenharmony_ci	  module will be called ov2640.
8378c2ecf20Sopenharmony_ci
8388c2ecf20Sopenharmony_ciconfig VIDEO_OV2659
8398c2ecf20Sopenharmony_ci	tristate "OmniVision OV2659 sensor support"
8408c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C && GPIOLIB
8418c2ecf20Sopenharmony_ci	select V4L2_FWNODE
8428c2ecf20Sopenharmony_ci	help
8438c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the OmniVision
8448c2ecf20Sopenharmony_ci	  OV2659 camera.
8458c2ecf20Sopenharmony_ci
8468c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
8478c2ecf20Sopenharmony_ci	  module will be called ov2659.
8488c2ecf20Sopenharmony_ci
8498c2ecf20Sopenharmony_ciconfig VIDEO_OV2680
8508c2ecf20Sopenharmony_ci	tristate "OmniVision OV2680 sensor support"
8518c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
8528c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
8538c2ecf20Sopenharmony_ci	select V4L2_FWNODE
8548c2ecf20Sopenharmony_ci	help
8558c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the OmniVision
8568c2ecf20Sopenharmony_ci	  OV2680 camera.
8578c2ecf20Sopenharmony_ci
8588c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
8598c2ecf20Sopenharmony_ci	  module will be called ov2680.
8608c2ecf20Sopenharmony_ci
8618c2ecf20Sopenharmony_ciconfig VIDEO_OV2685
8628c2ecf20Sopenharmony_ci	tristate "OmniVision OV2685 sensor support"
8638c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
8648c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
8658c2ecf20Sopenharmony_ci	select V4L2_FWNODE
8668c2ecf20Sopenharmony_ci	help
8678c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the OmniVision
8688c2ecf20Sopenharmony_ci	  OV2685 camera.
8698c2ecf20Sopenharmony_ci
8708c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
8718c2ecf20Sopenharmony_ci	  module will be called ov2685.
8728c2ecf20Sopenharmony_ci
8738c2ecf20Sopenharmony_ciconfig VIDEO_OV2740
8748c2ecf20Sopenharmony_ci	tristate "OmniVision OV2740 sensor support"
8758c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
8768c2ecf20Sopenharmony_ci	depends on ACPI || COMPILE_TEST
8778c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
8788c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
8798c2ecf20Sopenharmony_ci	select V4L2_FWNODE
8808c2ecf20Sopenharmony_ci	help
8818c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the OmniVision
8828c2ecf20Sopenharmony_ci	  OV2740 camera.
8838c2ecf20Sopenharmony_ci
8848c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
8858c2ecf20Sopenharmony_ci	  module will be called ov2740.
8868c2ecf20Sopenharmony_ci
8878c2ecf20Sopenharmony_ciconfig VIDEO_OV5640
8888c2ecf20Sopenharmony_ci	tristate "OmniVision OV5640 sensor support"
8898c2ecf20Sopenharmony_ci	depends on OF
8908c2ecf20Sopenharmony_ci	depends on GPIOLIB && VIDEO_V4L2 && I2C
8918c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
8928c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
8938c2ecf20Sopenharmony_ci	select V4L2_FWNODE
8948c2ecf20Sopenharmony_ci	help
8958c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the Omnivision
8968c2ecf20Sopenharmony_ci	  OV5640 camera sensor with a MIPI CSI-2 interface.
8978c2ecf20Sopenharmony_ci
8988c2ecf20Sopenharmony_ciconfig VIDEO_OV5645
8998c2ecf20Sopenharmony_ci	tristate "OmniVision OV5645 sensor support"
9008c2ecf20Sopenharmony_ci	depends on OF
9018c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
9028c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
9038c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
9048c2ecf20Sopenharmony_ci	select V4L2_FWNODE
9058c2ecf20Sopenharmony_ci	help
9068c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the OmniVision
9078c2ecf20Sopenharmony_ci	  OV5645 camera.
9088c2ecf20Sopenharmony_ci
9098c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
9108c2ecf20Sopenharmony_ci	  module will be called ov5645.
9118c2ecf20Sopenharmony_ci
9128c2ecf20Sopenharmony_ciconfig VIDEO_OV5647
9138c2ecf20Sopenharmony_ci	tristate "OmniVision OV5647 sensor support"
9148c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
9158c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
9168c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
9178c2ecf20Sopenharmony_ci	select V4L2_FWNODE
9188c2ecf20Sopenharmony_ci	help
9198c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the OmniVision
9208c2ecf20Sopenharmony_ci	  OV5647 camera.
9218c2ecf20Sopenharmony_ci
9228c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
9238c2ecf20Sopenharmony_ci	  module will be called ov5647.
9248c2ecf20Sopenharmony_ci
9258c2ecf20Sopenharmony_ciconfig VIDEO_OV6650
9268c2ecf20Sopenharmony_ci	tristate "OmniVision OV6650 sensor support"
9278c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
9288c2ecf20Sopenharmony_ci	help
9298c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the OmniVision
9308c2ecf20Sopenharmony_ci	  OV6650 camera.
9318c2ecf20Sopenharmony_ci
9328c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
9338c2ecf20Sopenharmony_ci	  module will be called ov6650.
9348c2ecf20Sopenharmony_ci
9358c2ecf20Sopenharmony_ciconfig VIDEO_OV5670
9368c2ecf20Sopenharmony_ci	tristate "OmniVision OV5670 sensor support"
9378c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
9388c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
9398c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
9408c2ecf20Sopenharmony_ci	select V4L2_FWNODE
9418c2ecf20Sopenharmony_ci	help
9428c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the OmniVision
9438c2ecf20Sopenharmony_ci	  OV5670 camera.
9448c2ecf20Sopenharmony_ci
9458c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
9468c2ecf20Sopenharmony_ci	  module will be called ov5670.
9478c2ecf20Sopenharmony_ci
9488c2ecf20Sopenharmony_ciconfig VIDEO_OV5675
9498c2ecf20Sopenharmony_ci	tristate "OmniVision OV5675 sensor support"
9508c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
9518c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
9528c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
9538c2ecf20Sopenharmony_ci	select V4L2_FWNODE
9548c2ecf20Sopenharmony_ci	help
9558c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the OmniVision
9568c2ecf20Sopenharmony_ci	  OV5675 camera.
9578c2ecf20Sopenharmony_ci
9588c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
9598c2ecf20Sopenharmony_ci	  module will be called ov5675.
9608c2ecf20Sopenharmony_ci
9618c2ecf20Sopenharmony_ciconfig VIDEO_OV5695
9628c2ecf20Sopenharmony_ci	tristate "OmniVision OV5695 sensor support"
9638c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
9648c2ecf20Sopenharmony_ci	select V4L2_FWNODE
9658c2ecf20Sopenharmony_ci	help
9668c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the OmniVision
9678c2ecf20Sopenharmony_ci	  OV5695 camera.
9688c2ecf20Sopenharmony_ci
9698c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
9708c2ecf20Sopenharmony_ci	  module will be called ov5695.
9718c2ecf20Sopenharmony_ci
9728c2ecf20Sopenharmony_ciconfig VIDEO_OV7251
9738c2ecf20Sopenharmony_ci	tristate "OmniVision OV7251 sensor support"
9748c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
9758c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
9768c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
9778c2ecf20Sopenharmony_ci	select V4L2_FWNODE
9788c2ecf20Sopenharmony_ci	help
9798c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the OmniVision
9808c2ecf20Sopenharmony_ci	  OV7251 camera.
9818c2ecf20Sopenharmony_ci
9828c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
9838c2ecf20Sopenharmony_ci	  module will be called ov7251.
9848c2ecf20Sopenharmony_ci
9858c2ecf20Sopenharmony_ciconfig VIDEO_OV772X
9868c2ecf20Sopenharmony_ci	tristate "OmniVision OV772x sensor support"
9878c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
9888c2ecf20Sopenharmony_ci	select REGMAP_SCCB
9898c2ecf20Sopenharmony_ci	help
9908c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the OmniVision
9918c2ecf20Sopenharmony_ci	  OV772x camera.
9928c2ecf20Sopenharmony_ci
9938c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
9948c2ecf20Sopenharmony_ci	  module will be called ov772x.
9958c2ecf20Sopenharmony_ci
9968c2ecf20Sopenharmony_ciconfig VIDEO_OV7640
9978c2ecf20Sopenharmony_ci	tristate "OmniVision OV7640 sensor support"
9988c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
9998c2ecf20Sopenharmony_ci	help
10008c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the OmniVision
10018c2ecf20Sopenharmony_ci	  OV7640 camera.
10028c2ecf20Sopenharmony_ci
10038c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
10048c2ecf20Sopenharmony_ci	  module will be called ov7640.
10058c2ecf20Sopenharmony_ci
10068c2ecf20Sopenharmony_ciconfig VIDEO_OV7670
10078c2ecf20Sopenharmony_ci	tristate "OmniVision OV7670 sensor support"
10088c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
10098c2ecf20Sopenharmony_ci	select V4L2_FWNODE
10108c2ecf20Sopenharmony_ci	help
10118c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the OmniVision
10128c2ecf20Sopenharmony_ci	  OV7670 VGA camera.  It currently only works with the M88ALP01
10138c2ecf20Sopenharmony_ci	  controller.
10148c2ecf20Sopenharmony_ci
10158c2ecf20Sopenharmony_ciconfig VIDEO_OV7740
10168c2ecf20Sopenharmony_ci	tristate "OmniVision OV7740 sensor support"
10178c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
10188c2ecf20Sopenharmony_ci	select REGMAP_SCCB
10198c2ecf20Sopenharmony_ci	help
10208c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the OmniVision
10218c2ecf20Sopenharmony_ci	  OV7740 VGA camera sensor.
10228c2ecf20Sopenharmony_ci
10238c2ecf20Sopenharmony_ciconfig VIDEO_OV8856
10248c2ecf20Sopenharmony_ci	tristate "OmniVision OV8856 sensor support"
10258c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
10268c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
10278c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
10288c2ecf20Sopenharmony_ci	select V4L2_FWNODE
10298c2ecf20Sopenharmony_ci	help
10308c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the OmniVision
10318c2ecf20Sopenharmony_ci	  OV8856 camera sensor.
10328c2ecf20Sopenharmony_ci
10338c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
10348c2ecf20Sopenharmony_ci	  module will be called ov8856.
10358c2ecf20Sopenharmony_ci
10368c2ecf20Sopenharmony_ciconfig VIDEO_OV9640
10378c2ecf20Sopenharmony_ci	tristate "OmniVision OV9640 sensor support"
10388c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
10398c2ecf20Sopenharmony_ci	help
10408c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the OmniVision
10418c2ecf20Sopenharmony_ci	  OV9640 camera sensor.
10428c2ecf20Sopenharmony_ci
10438c2ecf20Sopenharmony_ciconfig VIDEO_OV9650
10448c2ecf20Sopenharmony_ci	tristate "OmniVision OV9650/OV9652 sensor support"
10458c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
10468c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
10478c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
10488c2ecf20Sopenharmony_ci	select REGMAP_SCCB
10498c2ecf20Sopenharmony_ci	help
10508c2ecf20Sopenharmony_ci	  This is a V4L2 sensor driver for the Omnivision
10518c2ecf20Sopenharmony_ci	  OV9650 and OV9652 camera sensors.
10528c2ecf20Sopenharmony_ci
10538c2ecf20Sopenharmony_ciconfig VIDEO_OV13858
10548c2ecf20Sopenharmony_ci	tristate "OmniVision OV13858 sensor support"
10558c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
10568c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
10578c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
10588c2ecf20Sopenharmony_ci	select V4L2_FWNODE
10598c2ecf20Sopenharmony_ci	help
10608c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the OmniVision
10618c2ecf20Sopenharmony_ci	  OV13858 camera.
10628c2ecf20Sopenharmony_ci
10638c2ecf20Sopenharmony_ciconfig VIDEO_VS6624
10648c2ecf20Sopenharmony_ci	tristate "ST VS6624 sensor support"
10658c2ecf20Sopenharmony_ci	depends on VIDEO_V4L2 && I2C
10668c2ecf20Sopenharmony_ci	help
10678c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the ST VS6624
10688c2ecf20Sopenharmony_ci	  camera.
10698c2ecf20Sopenharmony_ci
10708c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
10718c2ecf20Sopenharmony_ci	  module will be called vs6624.
10728c2ecf20Sopenharmony_ci
10738c2ecf20Sopenharmony_ciconfig VIDEO_MT9M001
10748c2ecf20Sopenharmony_ci	tristate "mt9m001 support"
10758c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
10768c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
10778c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
10788c2ecf20Sopenharmony_ci	help
10798c2ecf20Sopenharmony_ci	  This driver supports MT9M001 cameras from Micron, monochrome
10808c2ecf20Sopenharmony_ci	  and colour models.
10818c2ecf20Sopenharmony_ci
10828c2ecf20Sopenharmony_ciconfig VIDEO_MT9M032
10838c2ecf20Sopenharmony_ci	tristate "MT9M032 camera sensor support"
10848c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
10858c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
10868c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
10878c2ecf20Sopenharmony_ci	select VIDEO_APTINA_PLL
10888c2ecf20Sopenharmony_ci	help
10898c2ecf20Sopenharmony_ci	  This driver supports MT9M032 camera sensors from Aptina, monochrome
10908c2ecf20Sopenharmony_ci	  models only.
10918c2ecf20Sopenharmony_ci
10928c2ecf20Sopenharmony_ciconfig VIDEO_MT9M111
10938c2ecf20Sopenharmony_ci	tristate "mt9m111, mt9m112 and mt9m131 support"
10948c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
10958c2ecf20Sopenharmony_ci	select V4L2_FWNODE
10968c2ecf20Sopenharmony_ci	help
10978c2ecf20Sopenharmony_ci	  This driver supports MT9M111, MT9M112 and MT9M131 cameras from
10988c2ecf20Sopenharmony_ci	  Micron/Aptina
10998c2ecf20Sopenharmony_ci
11008c2ecf20Sopenharmony_ciconfig VIDEO_MT9P031
11018c2ecf20Sopenharmony_ci	tristate "Aptina MT9P031 support"
11028c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
11038c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
11048c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
11058c2ecf20Sopenharmony_ci	select VIDEO_APTINA_PLL
11068c2ecf20Sopenharmony_ci	help
11078c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the Aptina
11088c2ecf20Sopenharmony_ci	  (Micron) mt9p031 5 Mpixel camera.
11098c2ecf20Sopenharmony_ci
11108c2ecf20Sopenharmony_ciconfig VIDEO_MT9T001
11118c2ecf20Sopenharmony_ci	tristate "Aptina MT9T001 support"
11128c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
11138c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
11148c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
11158c2ecf20Sopenharmony_ci	help
11168c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the Aptina
11178c2ecf20Sopenharmony_ci	  (Micron) mt0t001 3 Mpixel camera.
11188c2ecf20Sopenharmony_ci
11198c2ecf20Sopenharmony_ciconfig VIDEO_MT9T112
11208c2ecf20Sopenharmony_ci	tristate "Aptina MT9T111/MT9T112 support"
11218c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
11228c2ecf20Sopenharmony_ci	help
11238c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the Aptina
11248c2ecf20Sopenharmony_ci	  (Micron) MT9T111 and MT9T112 3 Mpixel camera.
11258c2ecf20Sopenharmony_ci
11268c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
11278c2ecf20Sopenharmony_ci	  module will be called mt9t112.
11288c2ecf20Sopenharmony_ci
11298c2ecf20Sopenharmony_ciconfig VIDEO_MT9V011
11308c2ecf20Sopenharmony_ci	tristate "Micron mt9v011 sensor support"
11318c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
11328c2ecf20Sopenharmony_ci	help
11338c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the Micron
11348c2ecf20Sopenharmony_ci	  mt0v011 1.3 Mpixel camera.  It currently only works with the
11358c2ecf20Sopenharmony_ci	  em28xx driver.
11368c2ecf20Sopenharmony_ci
11378c2ecf20Sopenharmony_ciconfig VIDEO_MT9V032
11388c2ecf20Sopenharmony_ci	tristate "Micron MT9V032 sensor support"
11398c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
11408c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
11418c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
11428c2ecf20Sopenharmony_ci	select REGMAP_I2C
11438c2ecf20Sopenharmony_ci	select V4L2_FWNODE
11448c2ecf20Sopenharmony_ci	help
11458c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the Micron
11468c2ecf20Sopenharmony_ci	  MT9V032 752x480 CMOS sensor.
11478c2ecf20Sopenharmony_ci
11488c2ecf20Sopenharmony_ciconfig VIDEO_MT9V111
11498c2ecf20Sopenharmony_ci	tristate "Aptina MT9V111 sensor support"
11508c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
11518c2ecf20Sopenharmony_ci	help
11528c2ecf20Sopenharmony_ci	  This is a Video4Linux2 sensor driver for the Aptina/Micron
11538c2ecf20Sopenharmony_ci	  MT9V111 sensor.
11548c2ecf20Sopenharmony_ci
11558c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
11568c2ecf20Sopenharmony_ci	  module will be called mt9v111.
11578c2ecf20Sopenharmony_ci
11588c2ecf20Sopenharmony_ciconfig VIDEO_SR030PC30
11598c2ecf20Sopenharmony_ci	tristate "Siliconfile SR030PC30 sensor support"
11608c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
11618c2ecf20Sopenharmony_ci	help
11628c2ecf20Sopenharmony_ci	  This driver supports SR030PC30 VGA camera from Siliconfile
11638c2ecf20Sopenharmony_ci
11648c2ecf20Sopenharmony_ciconfig VIDEO_NOON010PC30
11658c2ecf20Sopenharmony_ci	tristate "Siliconfile NOON010PC30 sensor support"
11668c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
11678c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
11688c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
11698c2ecf20Sopenharmony_ci	help
11708c2ecf20Sopenharmony_ci	  This driver supports NOON010PC30 CIF camera from Siliconfile
11718c2ecf20Sopenharmony_ci
11728c2ecf20Sopenharmony_cisource "drivers/media/i2c/m5mols/Kconfig"
11738c2ecf20Sopenharmony_ci
11748c2ecf20Sopenharmony_ciconfig VIDEO_RDACM20
11758c2ecf20Sopenharmony_ci	tristate "IMI RDACM20 camera support"
11768c2ecf20Sopenharmony_ci	depends on I2C
11778c2ecf20Sopenharmony_ci	select V4L2_FWNODE
11788c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
11798c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
11808c2ecf20Sopenharmony_ci	help
11818c2ecf20Sopenharmony_ci	  This driver supports the IMI RDACM20 GMSL camera, used in
11828c2ecf20Sopenharmony_ci	  ADAS systems.
11838c2ecf20Sopenharmony_ci
11848c2ecf20Sopenharmony_ci	  This camera should be used in conjunction with a GMSL
11858c2ecf20Sopenharmony_ci	  deserialiser such as the MAX9286.
11868c2ecf20Sopenharmony_ci
11878c2ecf20Sopenharmony_ciconfig VIDEO_RJ54N1
11888c2ecf20Sopenharmony_ci	tristate "Sharp RJ54N1CB0C sensor support"
11898c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
11908c2ecf20Sopenharmony_ci	help
11918c2ecf20Sopenharmony_ci	  This is a V4L2 sensor driver for Sharp RJ54N1CB0C CMOS image
11928c2ecf20Sopenharmony_ci	  sensor.
11938c2ecf20Sopenharmony_ci
11948c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the
11958c2ecf20Sopenharmony_ci	  module will be called rj54n1.
11968c2ecf20Sopenharmony_ci
11978c2ecf20Sopenharmony_ciconfig VIDEO_S5K6AA
11988c2ecf20Sopenharmony_ci	tristate "Samsung S5K6AAFX sensor support"
11998c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
12008c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
12018c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
12028c2ecf20Sopenharmony_ci	help
12038c2ecf20Sopenharmony_ci	  This is a V4L2 sensor driver for Samsung S5K6AA(FX) 1.3M
12048c2ecf20Sopenharmony_ci	  camera sensor with an embedded SoC image signal processor.
12058c2ecf20Sopenharmony_ci
12068c2ecf20Sopenharmony_ciconfig VIDEO_S5K6A3
12078c2ecf20Sopenharmony_ci	tristate "Samsung S5K6A3 sensor support"
12088c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
12098c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
12108c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
12118c2ecf20Sopenharmony_ci	help
12128c2ecf20Sopenharmony_ci	  This is a V4L2 sensor driver for Samsung S5K6A3 raw
12138c2ecf20Sopenharmony_ci	  camera sensor.
12148c2ecf20Sopenharmony_ci
12158c2ecf20Sopenharmony_ciconfig VIDEO_S5K4ECGX
12168c2ecf20Sopenharmony_ci	tristate "Samsung S5K4ECGX sensor support"
12178c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
12188c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
12198c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
12208c2ecf20Sopenharmony_ci	select CRC32
12218c2ecf20Sopenharmony_ci	help
12228c2ecf20Sopenharmony_ci	  This is a V4L2 sensor driver for Samsung S5K4ECGX 5M
12238c2ecf20Sopenharmony_ci	  camera sensor with an embedded SoC image signal processor.
12248c2ecf20Sopenharmony_ci
12258c2ecf20Sopenharmony_ciconfig VIDEO_S5K5BAF
12268c2ecf20Sopenharmony_ci	tristate "Samsung S5K5BAF sensor support"
12278c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
12288c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
12298c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
12308c2ecf20Sopenharmony_ci	select V4L2_FWNODE
12318c2ecf20Sopenharmony_ci	help
12328c2ecf20Sopenharmony_ci	  This is a V4L2 sensor driver for Samsung S5K5BAF 2M
12338c2ecf20Sopenharmony_ci	  camera sensor with an embedded SoC image signal processor.
12348c2ecf20Sopenharmony_ci
12358c2ecf20Sopenharmony_cisource "drivers/media/i2c/smiapp/Kconfig"
12368c2ecf20Sopenharmony_cisource "drivers/media/i2c/et8ek8/Kconfig"
12378c2ecf20Sopenharmony_ci
12388c2ecf20Sopenharmony_ciconfig VIDEO_S5C73M3
12398c2ecf20Sopenharmony_ci	tristate "Samsung S5C73M3 sensor support"
12408c2ecf20Sopenharmony_ci	depends on I2C && SPI && VIDEO_V4L2
12418c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
12428c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
12438c2ecf20Sopenharmony_ci	select V4L2_FWNODE
12448c2ecf20Sopenharmony_ci	help
12458c2ecf20Sopenharmony_ci	  This is a V4L2 sensor driver for Samsung S5C73M3
12468c2ecf20Sopenharmony_ci	  8 Mpixel camera.
12478c2ecf20Sopenharmony_ci
12488c2ecf20Sopenharmony_ciendmenu
12498c2ecf20Sopenharmony_ci
12508c2ecf20Sopenharmony_cimenu "Lens drivers"
12518c2ecf20Sopenharmony_ci	visible if MEDIA_CAMERA_SUPPORT
12528c2ecf20Sopenharmony_ci
12538c2ecf20Sopenharmony_ciconfig VIDEO_AD5820
12548c2ecf20Sopenharmony_ci	tristate "AD5820 lens voice coil support"
12558c2ecf20Sopenharmony_ci	depends on GPIOLIB && I2C && VIDEO_V4L2
12568c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
12578c2ecf20Sopenharmony_ci	help
12588c2ecf20Sopenharmony_ci	  This is a driver for the AD5820 camera lens voice coil.
12598c2ecf20Sopenharmony_ci	  It is used for example in Nokia N900 (RX-51).
12608c2ecf20Sopenharmony_ci
12618c2ecf20Sopenharmony_ciconfig VIDEO_AK7375
12628c2ecf20Sopenharmony_ci	tristate "AK7375 lens voice coil support"
12638c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
12648c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
12658c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
12668c2ecf20Sopenharmony_ci	help
12678c2ecf20Sopenharmony_ci	  This is a driver for the AK7375 camera lens voice coil.
12688c2ecf20Sopenharmony_ci	  AK7375 is a 12 bit DAC with 120mA output current sink
12698c2ecf20Sopenharmony_ci	  capability. This is designed for linear control of
12708c2ecf20Sopenharmony_ci	  voice coil motors, controlled via I2C serial interface.
12718c2ecf20Sopenharmony_ci
12728c2ecf20Sopenharmony_ciconfig VIDEO_DW9714
12738c2ecf20Sopenharmony_ci	tristate "DW9714 lens voice coil support"
12748c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
12758c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
12768c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
12778c2ecf20Sopenharmony_ci	help
12788c2ecf20Sopenharmony_ci	  This is a driver for the DW9714 camera lens voice coil.
12798c2ecf20Sopenharmony_ci	  DW9714 is a 10 bit DAC with 120mA output current sink
12808c2ecf20Sopenharmony_ci	  capability. This is designed for linear control of
12818c2ecf20Sopenharmony_ci	  voice coil motors, controlled via I2C serial interface.
12828c2ecf20Sopenharmony_ci
12838c2ecf20Sopenharmony_ciconfig VIDEO_DW9768
12848c2ecf20Sopenharmony_ci	tristate "DW9768 lens voice coil support"
12858c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
12868c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
12878c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
12888c2ecf20Sopenharmony_ci	select V4L2_FWNODE
12898c2ecf20Sopenharmony_ci	help
12908c2ecf20Sopenharmony_ci	  This is a driver for the DW9768 camera lens voice coil.
12918c2ecf20Sopenharmony_ci	  DW9768 is a 10 bit DAC with 100mA output current sink
12928c2ecf20Sopenharmony_ci	  capability. This is designed for linear control of
12938c2ecf20Sopenharmony_ci	  voice coil motors, controlled via I2C serial interface.
12948c2ecf20Sopenharmony_ci
12958c2ecf20Sopenharmony_ciconfig VIDEO_DW9807_VCM
12968c2ecf20Sopenharmony_ci	tristate "DW9807 lens voice coil support"
12978c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
12988c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
12998c2ecf20Sopenharmony_ci	select VIDEO_V4L2_SUBDEV_API
13008c2ecf20Sopenharmony_ci	help
13018c2ecf20Sopenharmony_ci	  This is a driver for the DW9807 camera lens voice coil.
13028c2ecf20Sopenharmony_ci	  DW9807 is a 10 bit DAC with 100mA output current sink
13038c2ecf20Sopenharmony_ci	  capability. This is designed for linear control of
13048c2ecf20Sopenharmony_ci	  voice coil motors, controlled via I2C serial interface.
13058c2ecf20Sopenharmony_ci
13068c2ecf20Sopenharmony_ciendmenu
13078c2ecf20Sopenharmony_ci
13088c2ecf20Sopenharmony_cimenu "Flash devices"
13098c2ecf20Sopenharmony_ci	visible if MEDIA_CAMERA_SUPPORT
13108c2ecf20Sopenharmony_ci
13118c2ecf20Sopenharmony_ciconfig VIDEO_ADP1653
13128c2ecf20Sopenharmony_ci	tristate "ADP1653 flash support"
13138c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
13148c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
13158c2ecf20Sopenharmony_ci	help
13168c2ecf20Sopenharmony_ci	  This is a driver for the ADP1653 flash controller. It is used for
13178c2ecf20Sopenharmony_ci	  example in Nokia N900.
13188c2ecf20Sopenharmony_ci
13198c2ecf20Sopenharmony_ciconfig VIDEO_LM3560
13208c2ecf20Sopenharmony_ci	tristate "LM3560 dual flash driver support"
13218c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
13228c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
13238c2ecf20Sopenharmony_ci	select REGMAP_I2C
13248c2ecf20Sopenharmony_ci	help
13258c2ecf20Sopenharmony_ci	  This is a driver for the lm3560 dual flash controllers. It controls
13268c2ecf20Sopenharmony_ci	  flash, torch LEDs.
13278c2ecf20Sopenharmony_ci
13288c2ecf20Sopenharmony_ciconfig VIDEO_LM3646
13298c2ecf20Sopenharmony_ci	tristate "LM3646 dual flash driver support"
13308c2ecf20Sopenharmony_ci	depends on I2C && VIDEO_V4L2
13318c2ecf20Sopenharmony_ci	select MEDIA_CONTROLLER
13328c2ecf20Sopenharmony_ci	select REGMAP_I2C
13338c2ecf20Sopenharmony_ci	help
13348c2ecf20Sopenharmony_ci	  This is a driver for the lm3646 dual flash controllers. It controls
13358c2ecf20Sopenharmony_ci	  flash, torch LEDs.
13368c2ecf20Sopenharmony_ciendmenu
13378c2ecf20Sopenharmony_ci
13388c2ecf20Sopenharmony_ciendif # VIDEO_V4L2
1339