summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/soc_camera/Kconfig
diff options
context:
space:
mode:
authorPetr Cvek2018-12-13 16:39:12 +0100
committerMauro Carvalho Chehab2019-01-16 19:05:34 +0100
commit57b0ad9ebe60366b1243bcf612a93a990a3ceff1 (patch)
treeac774aed372488042fc72ff34b7fdd392dbbf340 /drivers/media/i2c/soc_camera/Kconfig
parentmedia: v4l2: i2c: ov7670: Fix PLL bypass register values (diff)
downloadkernel-qcow2-linux-57b0ad9ebe60366b1243bcf612a93a990a3ceff1.tar.gz
kernel-qcow2-linux-57b0ad9ebe60366b1243bcf612a93a990a3ceff1.tar.xz
kernel-qcow2-linux-57b0ad9ebe60366b1243bcf612a93a990a3ceff1.zip
media: soc_camera: ov9640: move ov9640 out of soc_camera
Initial part of ov9640 transition from soc_camera subsystem to a standalone v4l2 subdevice. The soc_camera version seems to be used only in Palm Zire72 and in (the future) HTC Magician. On these two devices the support is broken as pxa_camera driver doesn't use soc_camera anymore. The other mentions from git grep are "TODOs" (in board-osk.c) or chip names for unsupported sensors on HW which doesn't use soc_camera at all (irelevant). Copy the driver files from soc_camera and mark the original ones in the Kconfig description as obsoleted. Add config option VIDEO_OV9640 to the build files in drivers/media/i2c. Signed-off-by: Petr Cvek <petrcvekcz@gmail.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/i2c/soc_camera/Kconfig')
-rw-r--r--drivers/media/i2c/soc_camera/Kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/media/i2c/soc_camera/Kconfig b/drivers/media/i2c/soc_camera/Kconfig
index 7c2aabc8a3f6..7d7b801ab2ce 100644
--- a/drivers/media/i2c/soc_camera/Kconfig
+++ b/drivers/media/i2c/soc_camera/Kconfig
@@ -42,10 +42,12 @@ config SOC_CAMERA_OV772X
This is a ov772x camera driver
config SOC_CAMERA_OV9640
- tristate "ov9640 camera support"
+ tristate "ov9640 camera support (OBSOLETE)"
+ default n
depends on SOC_CAMERA && I2C
help
- This is a ov9640 camera driver
+ This is an obsoleted version of ov9640 camera driver. Please use
+ the v4l2 standalone one (VIDEO_OV9640).
config SOC_CAMERA_OV9740
tristate "ov9740 camera support"