aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiong Zhou <jencce.kernel@gmail.com>2013-05-17 06:24:05 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-05-27 08:38:57 -0400
commit6719a4974600fdaa4a3ac2ea2aed819a35d06605 (patch)
treea603e7ff0237bff791103c2bcf1cac66528b4011
parent449875756055e2fff6074b4e69b35b9583f9f84d (diff)
[media] staging/solo6x10: select the desired font
Make sure FONT_8x16 can be found by find_font(). Signed-off-by: Xiong Zhou <jencce.kernel@gmail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/staging/media/solo6x10/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/media/solo6x10/Kconfig b/drivers/staging/media/solo6x10/Kconfig
index ec32776ff547..0bc743b3d98e 100644
--- a/drivers/staging/media/solo6x10/Kconfig
+++ b/drivers/staging/media/solo6x10/Kconfig
@@ -4,6 +4,7 @@ config SOLO6X10
4 select VIDEOBUF2_DMA_SG 4 select VIDEOBUF2_DMA_SG
5 select VIDEOBUF2_DMA_CONTIG 5 select VIDEOBUF2_DMA_CONTIG
6 select SND_PCM 6 select SND_PCM
7 select FONT_8x16
7 ---help--- 8 ---help---
8 This driver supports the Softlogic based MPEG-4 and h.264 codec 9 This driver supports the Softlogic based MPEG-4 and h.264 codec
9 cards. 10 cards.