projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abe1def
)
[media] vivi: Don't depend on FONTS
author
Ben Hutchings
<ben@decadent.org.uk>
Mon, 4 Oct 2010 01:18:11 +0000
(22:18 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Thu, 21 Oct 2010 09:54:18 +0000
(07:54 -0200)
CONFIG_FONTS has nothing to do with whether find_font() is defined.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/media/video/Kconfig
b/drivers/media/video/Kconfig
index 75404fc8e5c256393bc7574070a6add5208a5938..27b728fce7a70aedd50da8ce088b9b964bd83d45 100644
(file)
--- a/
drivers/media/video/Kconfig
+++ b/
drivers/media/video/Kconfig
@@
-539,7
+539,7
@@
config VIDEO_VIU
config VIDEO_VIVI
tristate "Virtual Video Driver"
depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64
- depends on
(FRAMEBUFFER_CONSOLE || STI_CONSOLE) && FONTS
+ depends on
FRAMEBUFFER_CONSOLE || STI_CONSOLE
select FONT_8x16
select VIDEOBUF_VMALLOC
default n