projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e199fa7
)
media: omap2: omapfb: allow building it with COMPILE_TEST
author
Mauro Carvalho Chehab
<
[email protected]
>
Thu, 5 Apr 2018 17:28:26 +0000
(13:28 -0400)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Tue, 17 Apr 2018 09:13:33 +0000
(
05:13
-0400)
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]
>
drivers/video/fbdev/omap2/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/video/fbdev/omap2/Kconfig
b/drivers/video/fbdev/omap2/Kconfig
index 0921c4de840700084fc4a5f80f1ef0e97b52614c..82008699d253fd47cccee6fcd3ce28b2dadb6aa8 100644
(file)
--- a/
drivers/video/fbdev/omap2/Kconfig
+++ b/
drivers/video/fbdev/omap2/Kconfig
@@
-1,4
+1,4
@@
-if ARCH_OMAP2PLUS
+if ARCH_OMAP2PLUS
|| COMPILE_TEST
source "drivers/video/fbdev/omap2/omapfb/Kconfig"