Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5809ecdd authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] pxa_camera: allow building it if COMPILE_TEST is set



Allow building this driver if COMPILE_TEST is set.

Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 855f5aa4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -93,7 +93,8 @@ config VIDEO_OMAP3_DEBUG

config VIDEO_PXA27x
	tristate "PXA27x Quick Capture Interface driver"
	depends on VIDEO_DEV && PXA27x && HAS_DMA
	depends on VIDEO_DEV && HAS_DMA
	depends on PXA27x || COMPILE_TEST
	select VIDEOBUF2_DMA_SG
	select SG_SPLIT
	---help---