diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2016-02-23 13:39:10 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-03-03 07:54:42 -0300 |
commit | 5ed08a8649ddb95860fcf6d8d2e0f34b338043a5 (patch) | |
tree | 8e2c2c908222aaab86c7f29fff4dbce49e988ff1 /drivers/media/platform/soc_camera/Kconfig | |
parent | 679759c13d1164be6f5451138554c2fa4fcafb3e (diff) | |
download | blackbird-obmc-linux-5ed08a8649ddb95860fcf6d8d2e0f34b338043a5.tar.gz blackbird-obmc-linux-5ed08a8649ddb95860fcf6d8d2e0f34b338043a5.zip |
[media] soc_camera/mx3_camera.c: move to staging in preparation, for removal
This driver is deprecated: it should become a stand-alone driver
instead of using the soc-camera framework.
Unless someone is willing to take this on (unlikely with such
ancient hardware) it is going to be removed from the kernel
soon.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/platform/soc_camera/Kconfig')
-rw-r--r-- | drivers/media/platform/soc_camera/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/media/platform/soc_camera/Kconfig b/drivers/media/platform/soc_camera/Kconfig index 0a537aba35e2..355298989dd8 100644 --- a/drivers/media/platform/soc_camera/Kconfig +++ b/drivers/media/platform/soc_camera/Kconfig @@ -17,15 +17,6 @@ config SOC_CAMERA_PLATFORM help This is a generic SoC camera platform driver, useful for testing -config VIDEO_MX3 - tristate "i.MX3x Camera Sensor Interface driver" - depends on VIDEO_DEV && MX3_IPU && SOC_CAMERA - depends on MX3_IPU || COMPILE_TEST - depends on HAS_DMA - select VIDEOBUF2_DMA_CONTIG - ---help--- - This is a v4l2 driver for the i.MX3x Camera Sensor Interface - config VIDEO_PXA27x tristate "PXA27x Quick Capture Interface driver" depends on VIDEO_DEV && PXA27x && SOC_CAMERA |