summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media
diff options
context:
space:
mode:
authorSakari Ailus2019-02-07 14:50:48 +0100
committerMauro Carvalho Chehab2019-02-18 18:14:31 +0100
commitdd1df35dd0f6172537271e533fe329a165e56265 (patch)
tree850cf8aaecd6f9b2ee03b960ac41f85df7877eed /drivers/staging/media
parentmedia: soc_camera: Move the mt9t031 under soc_camera directory (diff)
downloadkernel-qcow2-linux-dd1df35dd0f6172537271e533fe329a165e56265.tar.gz
kernel-qcow2-linux-dd1df35dd0f6172537271e533fe329a165e56265.tar.xz
kernel-qcow2-linux-dd1df35dd0f6172537271e533fe329a165e56265.zip
media: soc_camera: Depend on BROKEN
This patch makes the SoC camera framework as well as effectively the few remaining sensor drivers depend on BROKEN, rendering it uncompileable without changes in Kconfig. The purpose is to leave the code around if someone wishes to convert the drivers to the modern day V4L2 sub-device framework without having to go to see development history in git. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/staging/media')
-rw-r--r--drivers/staging/media/soc_camera/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/soc_camera/Kconfig b/drivers/staging/media/soc_camera/Kconfig
index 6a6aa6d2d150..bacd30f0348d 100644
--- a/drivers/staging/media/soc_camera/Kconfig
+++ b/drivers/staging/media/soc_camera/Kconfig
@@ -1,6 +1,6 @@
config SOC_CAMERA
tristate "SoC camera support"
- depends on VIDEO_V4L2 && HAS_DMA && I2C
+ depends on VIDEO_V4L2 && HAS_DMA && I2C && BROKEN
select VIDEOBUF2_CORE
help
SoC Camera is a common API to several cameras, not connecting