summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2018-04-20 13:42:52 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-05-04 09:55:38 -0400
commitd8555fd2f45235ad58efed2f70667f0df99db001 (patch)
tree17ed6c5b0eebcf528460d53fdb8996734851de4f
parent771f7be87ff921e9a3d744febd606af39a150e14 (diff)
downloadlinux-d8555fd2f45235ad58efed2f70667f0df99db001.tar.bz2
media: omap2: allow building it with COMPILE_TEST && DRM_OMAP
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>
-rw-r--r--drivers/media/platform/omap/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/platform/omap/Kconfig b/drivers/media/platform/omap/Kconfig
index 27343376f557..a414bcbb9b08 100644
--- a/drivers/media/platform/omap/Kconfig
+++ b/drivers/media/platform/omap/Kconfig
@@ -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