Skip to content

Commit 7378f11

Browse files
committed
media: omap2: omapfb: allow building it with COMPILE_TEST
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 <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent e199fa7 commit 7378f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/video/fbdev/omap2/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if ARCH_OMAP2PLUS
1+
if ARCH_OMAP2PLUS || COMPILE_TEST
22

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

0 commit comments

Comments
 (0)