[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.02.1305171916540.10247@M2420>
Date:	Fri, 17 May 2013 19:24:05 +0800 (CST)
From:	Xiong Zhou <jencce.kernel@...il.com>
To:	hans.verkuil@...co.com, mchehab@...hat.com,
	ismael.luceno@...p.bluecherry.net
cc:	linux-kernel@...r.kernel.org, gregkh@...e.de,
	linux-media@...r.kernel.org, devel@...verdev.osuosl.org
Subject: [PATCH] staging/solo6x10: select the desired font
From: Xiong Zhou <jencce.kernel@...il.com>
Make sure FONT_8x16 can be found by find_font().
Signed-off-by: Xiong Zhou <jencce.kernel@...il.com>
---
 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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists