From fe9c556f56af9dcd9e8a716546503206800efeee Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Fri, 8 Oct 2010 23:48:37 -0700 Subject: atom-pc: enable CONFIG_FRAMEBUFFER_CONSOLE Add CONFIG_FRAMEBUFFER_CONSOLE to the i915.cfg config fragment for the atom-pc machine. This allows the BlackSand to boot to the sato desktop with text after the fb switch as well as the poky splash screen. Signed-off-by: Darren Hart CC: Tom Zanussi CC: Bruce Ashfield CC: Richard Purdie --- meta/recipes-kernel/linux/linux-wrs/i915.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/recipes-kernel/linux/linux-wrs/i915.cfg b/meta/recipes-kernel/linux/linux-wrs/i915.cfg index b20d9ab8fe..9b228225fb 100644 --- a/meta/recipes-kernel/linux/linux-wrs/i915.cfg +++ b/meta/recipes-kernel/linux/linux-wrs/i915.cfg @@ -15,4 +15,4 @@ CONFIG_FB=y CONFIG_FB_CFB_FILLRECT=y CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_IMAGEBLIT=y - +CONFIG_FRAMEBUFFER_CONSOLE=y -- cgit 1.2.3-korg