Re: [PATCH] vivi: Don't depend on FONTS

2010-10-06 Thread Randy Dunlap

| - Original Message -
| From: b...@decadent.org.uk
| To: mche...@infradead.org
| Cc: linux-media@vger.kernel.org, randy.dun...@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 
---

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

Anyway:
Acked-by: Randy Dunlap 

Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] vivi: Don't depend on FONTS

2010-10-03 Thread Ben Hutchings
CONFIG_FONTS has nothing to do with whether find_font() is defined.

Signed-off-by: Ben Hutchings 
---
 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


--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html