[media] pxa_camera: allow building it if COMPILE_TEST is set
Allow building this driver if COMPILE_TEST is set. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
855f5aa432
commit
5809ecdd6c
|
@ -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---
|
||||
|
|
Loading…
Reference in New Issue