aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2014-09-09 13:55:15 -0400
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-09-09 17:07:39 -0400
commit4228cd5682f07b6cf5dfd3eb5e003766f5640ee2 (patch)
treed81d387a62c6622fdabace936d09e102bf98e03f /drivers/media/platform
parent91f96e8b7255537da3a58805cf465003521d7c5f (diff)
[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')
-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 6af6c6dccda8..f2776cd415ca 100644
--- a/drivers/media/platform/soc_camera/Kconfig
+++ b/drivers/media/platform/soc_camera/Kconfig
@@ -63,7 +63,7 @@ config VIDEO_SH_MOBILE_CEU
63config VIDEO_OMAP1 63config VIDEO_OMAP1
64 tristate "OMAP1 Camera Interface driver" 64 tristate "OMAP1 Camera Interface driver"
65 depends on VIDEO_DEV && SOC_CAMERA 65 depends on VIDEO_DEV && SOC_CAMERA
66 depends on ARCH_OMAP1 || COMPILE_TEST 66 depends on ARCH_OMAP1
67 depends on HAS_DMA 67 depends on HAS_DMA
68 select VIDEOBUF_DMA_CONTIG 68 select VIDEOBUF_DMA_CONTIG
69 select VIDEOBUF_DMA_SG 69 select VIDEOBUF_DMA_SG