Skip to content

Commit

Permalink
media: omap2: allow building it with COMPILE_TEST && DRM_OMAP
Browse files Browse the repository at this point in the history
Now that FB_OMAP has stubs, the omap2 media drivers can be
built on ARM with COMPILE_TEST && DRM_OMAP.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
  • Loading branch information
Mauro Carvalho Chehab authored and Mauro Carvalho Chehab committed May 4, 2018
1 parent 771f7be commit d8555fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/media/platform/omap/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ config VIDEO_OMAP2_VOUT_VRFB

config VIDEO_OMAP2_VOUT
tristate "OMAP2/OMAP3 V4L2-Display driver"
depends on MMU && FB_OMAP2
depends on MMU
depends on FB_OMAP2 || COMPILE_TEST
depends on ARCH_OMAP2 || ARCH_OMAP3 || COMPILE_TEST
select VIDEOBUF_GEN
select VIDEOBUF_DMA_CONTIG
Expand Down

0 comments on commit d8555fd

Please sign in to comment.