diff options
author | Darren Hart <dvhart@linux.intel.com> | 2010-10-08 23:48:37 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-09 15:58:52 +0100 |
commit | fe9c556f56af9dcd9e8a716546503206800efeee (patch) | |
tree | 4d310f33f49c084dec2b96e732a2655092883ec6 | |
parent | 6f66fc15c76490ec0ccc34482c170d07baa63af5 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-kernel/linux/linux-wrs/i915.cfg | 2 |
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 | |||
15 | CONFIG_FB_CFB_FILLRECT=y | 15 | CONFIG_FB_CFB_FILLRECT=y |
16 | CONFIG_FB_CFB_COPYAREA=y | 16 | CONFIG_FB_CFB_COPYAREA=y |
17 | CONFIG_FB_CFB_IMAGEBLIT=y | 17 | CONFIG_FB_CFB_IMAGEBLIT=y |
18 | 18 | CONFIG_FRAMEBUFFER_CONSOLE=y | |