1# SPDX-License-Identifier: GPL-2.0
2#
3# Kconfig for sensor drivers
4#
5
6source "drivers/staging/media/atomisp/i2c/ov5693/Kconfig"
7
8config VIDEO_ATOMISP_OV2722
9       tristate "OVT ov2722 sensor support"
10	depends on ACPI
11       depends on I2C && VIDEO_V4L2
12	help
13	 This is a Video4Linux2 sensor-level driver for the OVT
14	 OV2722 raw camera.
15
16	 OVT is a 2M raw sensor.
17
18	 It currently only works with the atomisp driver.
19
20config VIDEO_ATOMISP_GC2235
21       tristate "Galaxy gc2235 sensor support"
22	depends on ACPI
23       depends on I2C && VIDEO_V4L2
24	help
25	 This is a Video4Linux2 sensor-level driver for the OVT
26	 GC2235 raw camera.
27
28	 GC2235 is a 2M raw sensor.
29
30	 It currently only works with the atomisp driver.
31
32config VIDEO_ATOMISP_MSRLIST_HELPER
33       tristate "Helper library to load, parse and apply large register lists."
34       depends on I2C
35	help
36	 This is a helper library to be used from a sensor driver to load, parse
37	 and apply large register lists.
38
39	 To compile this driver as a module, choose M here: the
40	 module will be called libmsrlisthelper.
41
42config VIDEO_ATOMISP_MT9M114
43       tristate "Aptina mt9m114 sensor support"
44	depends on ACPI
45       depends on I2C && VIDEO_V4L2
46	help
47	 This is a Video4Linux2 sensor-level driver for the Micron
48	 mt9m114 1.3 Mpixel camera.
49
50	 mt9m114 is video camera sensor.
51
52	 It currently only works with the atomisp driver.
53
54config VIDEO_ATOMISP_GC0310
55	tristate "GC0310 sensor support"
56	depends on ACPI
57	depends on I2C && VIDEO_V4L2
58	help
59	  This is a Video4Linux2 sensor-level driver for the Galaxycore
60	  GC0310 0.3MP sensor.
61
62config VIDEO_ATOMISP_OV2680
63       tristate "Omnivision OV2680 sensor support"
64	depends on ACPI
65       depends on I2C && VIDEO_V4L2
66	help
67	 This is a Video4Linux2 sensor-level driver for the Omnivision
68	 OV2680 raw camera.
69
70	 ov2680 is a 2M raw sensor.
71
72	 It currently only works with the atomisp driver.
73
74#
75# Kconfig for flash drivers
76#
77
78config VIDEO_ATOMISP_LM3554
79       tristate "LM3554 flash light driver"
80	depends on ACPI
81       depends on VIDEO_V4L2 && I2C
82	help
83	 This is a Video4Linux2 sub-dev driver for the LM3554
84	 flash light driver.
85
86	 To compile this driver as a module, choose M here: the
87	 module will be called lm3554
88