2013-05-17 11:24:14

by Murphy Zhou

[permalink] [raw]
Subject: [PATCH] staging/solo6x10: select the desired font

From: Xiong Zhou <[email protected]>

Make sure FONT_8x16 can be found by find_font().

Signed-off-by: Xiong Zhou <[email protected]>
---
drivers/staging/media/solo6x10/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/staging/media/solo6x10/Kconfig b/drivers/staging/media/solo6x10/Kconfig
index ec32776..0bc743b 100644
--- a/drivers/staging/media/solo6x10/Kconfig
+++ b/drivers/staging/media/solo6x10/Kconfig
@@ -4,6 +4,7 @@ config SOLO6X10
select VIDEOBUF2_DMA_SG
select VIDEOBUF2_DMA_CONTIG
select SND_PCM
+ select FONT_8x16
---help---
This driver supports the Softlogic based MPEG-4 and h.264 codec
cards.