diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-14 16:15:52 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-15 15:42:46 -0400 |
commit | 2a2d1cf46500ab7599d0b45ee837f3936763ccac (patch) | |
tree | e21c493977601e02e0425a120795218a58e4c88d /drivers/media/video/Kconfig | |
parent | cb7a01ac324bf2ee2c666f37ac867e4135f9785a (diff) |
[media] move soc_camera i2c drivers into its own dir
Move all soc_camera i2c drivers into drivers/media/i2c/soc_camera/.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 87 |
1 files changed, 0 insertions, 87 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index f2171e777dd3..28b25bf35805 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -127,57 +127,6 @@ config SOC_CAMERA | |||
127 | over a bus like PCI or USB. For example some i2c camera connected | 127 | over a bus like PCI or USB. For example some i2c camera connected |
128 | directly to the data bus of an SoC. | 128 | directly to the data bus of an SoC. |
129 | 129 | ||
130 | config SOC_CAMERA_IMX074 | ||
131 | tristate "imx074 support" | ||
132 | depends on SOC_CAMERA && I2C | ||
133 | help | ||
134 | This driver supports IMX074 cameras from Sony | ||
135 | |||
136 | config SOC_CAMERA_MT9M001 | ||
137 | tristate "mt9m001 support" | ||
138 | depends on SOC_CAMERA && I2C | ||
139 | select GPIO_PCA953X if MT9M001_PCA9536_SWITCH | ||
140 | help | ||
141 | This driver supports MT9M001 cameras from Micron, monochrome | ||
142 | and colour models. | ||
143 | |||
144 | config SOC_CAMERA_MT9M111 | ||
145 | tristate "mt9m111, mt9m112 and mt9m131 support" | ||
146 | depends on SOC_CAMERA && I2C | ||
147 | help | ||
148 | This driver supports MT9M111, MT9M112 and MT9M131 cameras from | ||
149 | Micron/Aptina | ||
150 | |||
151 | config SOC_CAMERA_MT9T031 | ||
152 | tristate "mt9t031 support" | ||
153 | depends on SOC_CAMERA && I2C | ||
154 | help | ||
155 | This driver supports MT9T031 cameras from Micron. | ||
156 | |||
157 | config SOC_CAMERA_MT9T112 | ||
158 | tristate "mt9t112 support" | ||
159 | depends on SOC_CAMERA && I2C | ||
160 | help | ||
161 | This driver supports MT9T112 cameras from Aptina. | ||
162 | |||
163 | config SOC_CAMERA_MT9V022 | ||
164 | tristate "mt9v022 support" | ||
165 | depends on SOC_CAMERA && I2C | ||
166 | select GPIO_PCA953X if MT9V022_PCA9536_SWITCH | ||
167 | help | ||
168 | This driver supports MT9V022 cameras from Micron | ||
169 | |||
170 | config SOC_CAMERA_RJ54N1 | ||
171 | tristate "rj54n1cb0c support" | ||
172 | depends on SOC_CAMERA && I2C | ||
173 | help | ||
174 | This is a rj54n1cb0c video driver | ||
175 | |||
176 | config SOC_CAMERA_TW9910 | ||
177 | tristate "tw9910 support" | ||
178 | depends on SOC_CAMERA && I2C | ||
179 | help | ||
180 | This is a tw9910 video driver | ||
181 | 130 | ||
182 | config SOC_CAMERA_PLATFORM | 131 | config SOC_CAMERA_PLATFORM |
183 | tristate "platform camera support" | 132 | tristate "platform camera support" |
@@ -185,42 +134,6 @@ config SOC_CAMERA_PLATFORM | |||
185 | help | 134 | help |
186 | This is a generic SoC camera platform driver, useful for testing | 135 | This is a generic SoC camera platform driver, useful for testing |
187 | 136 | ||
188 | config SOC_CAMERA_OV2640 | ||
189 | tristate "ov2640 camera support" | ||
190 | depends on SOC_CAMERA && I2C | ||
191 | help | ||
192 | This is a ov2640 camera driver | ||
193 | |||
194 | config SOC_CAMERA_OV5642 | ||
195 | tristate "ov5642 camera support" | ||
196 | depends on SOC_CAMERA && I2C | ||
197 | help | ||
198 | This is a V4L2 camera driver for the OmniVision OV5642 sensor | ||
199 | |||
200 | config SOC_CAMERA_OV6650 | ||
201 | tristate "ov6650 sensor support" | ||
202 | depends on SOC_CAMERA && I2C | ||
203 | ---help--- | ||
204 | This is a V4L2 SoC camera driver for the OmniVision OV6650 sensor | ||
205 | |||
206 | config SOC_CAMERA_OV772X | ||
207 | tristate "ov772x camera support" | ||
208 | depends on SOC_CAMERA && I2C | ||
209 | help | ||
210 | This is a ov772x camera driver | ||
211 | |||
212 | config SOC_CAMERA_OV9640 | ||
213 | tristate "ov9640 camera support" | ||
214 | depends on SOC_CAMERA && I2C | ||
215 | help | ||
216 | This is a ov9640 camera driver | ||
217 | |||
218 | config SOC_CAMERA_OV9740 | ||
219 | tristate "ov9740 camera support" | ||
220 | depends on SOC_CAMERA && I2C | ||
221 | help | ||
222 | This is a ov9740 camera driver | ||
223 | |||
224 | config MX1_VIDEO | 137 | config MX1_VIDEO |
225 | bool | 138 | bool |
226 | 139 | ||