summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAlex Gonzalez <alex.gonzalez@digi.com>2011-10-03 17:34:27 +0200
committerAlex Gonzalez <alex.gonzalez@digi.com>2011-11-07 10:51:02 +0100
commit0835160a1be32ff6d1662f73f38f5a7321a1f3a5 (patch)
tree829a6030d5f24225dc7461e4f6a53236f91d5c93 /drivers
parentdce944403ae94a30e8883e6dd8dc44ba6f617817 (diff)
mt9v111: Do not fix an I2C bus to use for the camera
Any I2C bus should work with the driver. In the CCWMX51 it has been tested with both I2C_MXC and I2C_IMX (the default). Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/mxc/capture/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/mxc/capture/Kconfig b/drivers/media/video/mxc/capture/Kconfig
index 3592dc9a7b83..1d1a8be45382 100644
--- a/drivers/media/video/mxc/capture/Kconfig
+++ b/drivers/media/video/mxc/capture/Kconfig
@@ -53,14 +53,12 @@ config MXC_CAMERA_OV2640_EMMA
config MXC_CAMERA_MICRON111
tristate "Micron mt9v111 camera support"
- select I2C_IMX
depends on ! VIDEO_MXC_EMMA_CAMERA
---help---
If you plan to use the mt9v111 Camera with your MXC system, say Y here.
config MXC_CAMERA_MICRON111_1
tristate "Micron mt9v111 camera 1 support"
- select I2C_IMX
depends on ! VIDEO_MXC_EMMA_CAMERA
depends on MXC_CAMERA_MICRON111
---help---
@@ -68,7 +66,6 @@ config MXC_CAMERA_MICRON111_1
config MXC_CAMERA_MICRON111_2
tristate "Micron mt9v111 camera 2 support"
- select I2C_IMX
depends on ! VIDEO_MXC_EMMA_CAMERA
depends on MXC_CAMERA_MICRON111
---help---