summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/soc_camera
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2014-09-09 14:55:15 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-09-09 18:07:39 -0300
commit4228cd5682f07b6cf5dfd3eb5e003766f5640ee2 (patch)
treed81d387a62c6622fdabace936d09e102bf98e03f /drivers/media/platform/soc_camera
parent91f96e8b7255537da3a58805cf465003521d7c5f (diff)
downloadop-kernel-dev-4228cd5682f07b6cf5dfd3eb5e003766f5640ee2.zip
op-kernel-dev-4228cd5682f07b6cf5dfd3eb5e003766f5640ee2.tar.gz
[media] disable COMPILE_TEST for omap1_camera
This driver depends on a legacy OMAP DMA API. So, it won't compile-test on other archs. While we might add stubs to the functions, this is not a good idea, as the hole API should be replaced. So, for now, let's just remove COMPILE_TEST and wait for some time for people to fix. If not fixed, then we'll end by removing this driver as a hole. Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/platform/soc_camera')
-rw-r--r--drivers/media/platform/soc_camera/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/soc_camera/Kconfig b/drivers/media/platform/soc_camera/Kconfig
index 6af6c6d..f2776cd 100644
--- a/drivers/media/platform/soc_camera/Kconfig
+++ b/drivers/media/platform/soc_camera/Kconfig
@@ -63,7 +63,7 @@ config VIDEO_SH_MOBILE_CEU
config VIDEO_OMAP1
tristate "OMAP1 Camera Interface driver"
depends on VIDEO_DEV && SOC_CAMERA
- depends on ARCH_OMAP1 || COMPILE_TEST
+ depends on ARCH_OMAP1
depends on HAS_DMA
select VIDEOBUF_DMA_CONTIG
select VIDEOBUF_DMA_SG
OpenPOWER on IntegriCloud