Commit 38a07311 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] omap: be sure that MMU is there for COMPILE_TEST

COMPILE_TEST fail on (some) archs without MMU.
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 12bd88e6
......@@ -3,7 +3,7 @@ config VIDEO_OMAP2_VOUT_VRFB
config VIDEO_OMAP2_VOUT
tristate "OMAP2/OMAP3 V4L2-Display driver"
depends on ARCH_OMAP2 || ARCH_OMAP3 || COMPILE_TEST
depends on ARCH_OMAP2 || ARCH_OMAP3 || (COMPILE_TEST && HAS_MMU)
select VIDEOBUF_GEN
select VIDEOBUF_DMA_CONTIG
select OMAP2_DSS if HAS_IOMEM && ARCH_OMAP2PLUS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment