[media] disable COMPILE_TEST for omap1_camera
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 9 Sep 2014 17:55:15 +0000 (14:55 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 9 Sep 2014 21:07:39 +0000 (18:07 -0300)
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>
drivers/media/platform/soc_camera/Kconfig

index 6af6c6dccda8ccdb90e1849f6ed65617c7a195a1..f2776cd415ca81625df0972330adbb636db9d6d8 100644 (file)
@@ -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
This page took 0.026057 seconds and 5 git commands to generate.