Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

+1 -1
+1 -1
drivers/media/platform/soc_camera/Kconfig
··· 63 63 config VIDEO_OMAP1 64 64 tristate "OMAP1 Camera Interface driver" 65 65 depends on VIDEO_DEV && SOC_CAMERA 66 - depends on ARCH_OMAP1 || COMPILE_TEST 66 + depends on ARCH_OMAP1 67 67 depends on HAS_DMA 68 68 select VIDEOBUF_DMA_CONTIG 69 69 select VIDEOBUF_DMA_SG