Skip to content

Commit

Permalink
media: omap2: omapfb: allow building it with COMPILE_TEST
Browse files Browse the repository at this point in the history
This driver builds cleanly with COMPILE_TEST, and it is
needed in order to allow building drivers/media omap2
driver.

So, change the logic there to allow building it.

Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
  • Loading branch information
Mauro Carvalho Chehab committed Apr 17, 2018
1 parent e199fa7 commit 7378f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/fbdev/omap2/Kconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if ARCH_OMAP2PLUS
if ARCH_OMAP2PLUS || COMPILE_TEST

source "drivers/video/fbdev/omap2/omapfb/Kconfig"

Expand Down

0 comments on commit 7378f11

Please sign in to comment.