diff options
author | Janusz Krzysztofik <jmkrzyszt@gmail.com> | 2017-06-16 16:45:33 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-07-18 12:14:31 -0300 |
commit | 23a52386fabe0e06ebaf15cd45cf86ef41bffca3 (patch) | |
tree | 948d02405cf515e33ca204344e0ef77cc8950488 /drivers/media/i2c/soc_camera/Kconfig | |
parent | 474dfccf36850818214ce23a77fc2c7cdf8a57cb (diff) | |
download | talos-obmc-linux-23a52386fabe0e06ebaf15cd45cf86ef41bffca3.tar.gz talos-obmc-linux-23a52386fabe0e06ebaf15cd45cf86ef41bffca3.zip |
media: ov6650: convert to standalone v4l2 subdevice
Remove the soc_camera dependencies and move the diver to i2c
Lost features, fortunately not used or not critical on test platform:
- soc_camera power on/off callback - replaced with clock enable/disable
only, no support for platform provided regulators nor power callback,
- soc_camera sense request - replaced with arbitrarily selected default
master clock rate and pixel clock limit, no support for platform
requested values,
- soc_camera board flags - no support for platform requested mbus config
tweaks.
Tested on Amstrad Delta with now out of tree but still locally
maintained omap1_camera host driver.
Signed-off-by: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/i2c/soc_camera/Kconfig')
-rw-r--r-- | drivers/media/i2c/soc_camera/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/i2c/soc_camera/Kconfig b/drivers/media/i2c/soc_camera/Kconfig index 96859f37cb1c..72b369895b37 100644 --- a/drivers/media/i2c/soc_camera/Kconfig +++ b/drivers/media/i2c/soc_camera/Kconfig @@ -47,12 +47,6 @@ config SOC_CAMERA_OV5642 help This is a V4L2 camera driver for the OmniVision OV5642 sensor -config SOC_CAMERA_OV6650 - tristate "ov6650 sensor support" - depends on SOC_CAMERA && I2C - ---help--- - This is a V4L2 SoC camera driver for the OmniVision OV6650 sensor - config SOC_CAMERA_OV772X tristate "ov772x camera support" depends on SOC_CAMERA && I2C |