aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2010-10-08 23:48:37 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-09 15:58:52 +0100
commitfe9c556f56af9dcd9e8a716546503206800efeee (patch)
tree4d310f33f49c084dec2b96e732a2655092883ec6 /meta
parent6f66fc15c76490ec0ccc34482c170d07baa63af5 (diff)
downloadopenembedded-core-contrib-fe9c556f56af9dcd9e8a716546503206800efeee.tar.gz
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 <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com> CC: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/linux/linux-wrs/i915.cfg2
1 files changed, 1 insertions, 1 deletions
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