public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] vivi: Don't depend on FONTS
@ 2010-10-04  1:18 Ben Hutchings
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Hutchings @ 2010-10-04  1:18 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-media, Randy Dunlap

CONFIG_FONTS has nothing to do with whether find_font() is defined.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 drivers/media/video/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index f6e4d04..7528d50 100644
--- 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
-- 
1.7.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] vivi: Don't depend on FONTS
@ 2010-10-06 20:14 Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2010-10-06 20:14 UTC (permalink / raw)
  To: ben; +Cc: mchehab, linux-media


| ----- Original Message -----
| From: ben@decadent.org.uk
| To: mchehab@infradead.org
| Cc: linux-media@vger.kernel.org, randy.dunlap@oracle.com
| Sent: Sunday, October 3, 2010 6:18:33 PM GMT -08:00 US/Canada Pacific
| Subject: [PATCH] vivi: Don't depend on FONTS
| 
| CONFIG_FONTS has nothing to do with whether find_font() is defined.
| 
| Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---

True.  I wonder how my patch mattered before, when I tested it.

Anyway:
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-06 20:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-04  1:18 [PATCH] vivi: Don't depend on FONTS Ben Hutchings
  -- strict thread matches above, loose matches on Subject: below --
2010-10-06 20:14 Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox