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