diff mbox

[1/2] powerpc/86xx: enable the framebuffer console on the MPC8610 HPCD

Message ID 1308845808-11392-1-git-send-email-timur@freescale.com (mailing list archive)
State Accepted, archived
Commit 2e5460f31abdacb84af6c8e97671ade0d3bf291f
Delegated to: Kumar Gala
Headers show

Commit Message

Timur Tabi June 23, 2011, 4:16 p.m. UTC
Enable framebuffer console support by default in the defconfig on the
Freescale MPC8610 HPCD reference board.  This allows the boot messages to
be shown on the video display.

Signed-off-by: Timur Tabi <timur@freescale.com>
---
 arch/powerpc/configs/86xx/mpc8610_hpcd_defconfig |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

Comments

Kumar Gala June 27, 2011, 1:35 p.m. UTC | #1
On Jun 23, 2011, at 11:16 AM, Timur Tabi wrote:

> Enable framebuffer console support by default in the defconfig on the
> Freescale MPC8610 HPCD reference board.  This allows the boot messages to
> be shown on the video display.
> 
> Signed-off-by: Timur Tabi <timur@freescale.com>
> ---
> arch/powerpc/configs/86xx/mpc8610_hpcd_defconfig |    5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)

applied to next

- K
diff mbox

Patch

diff --git a/arch/powerpc/configs/86xx/mpc8610_hpcd_defconfig b/arch/powerpc/configs/86xx/mpc8610_hpcd_defconfig
index 036bfb2..0db9ba0 100644
--- a/arch/powerpc/configs/86xx/mpc8610_hpcd_defconfig
+++ b/arch/powerpc/configs/86xx/mpc8610_hpcd_defconfig
@@ -89,6 +89,11 @@  CONFIG_I2C_MPC=y
 CONFIG_VIDEO_OUTPUT_CONTROL=y
 CONFIG_FB=y
 CONFIG_FB_FSL_DIU=y
+CONFIG_VGACON_SOFT_SCROLLBACK=y
+CONFIG_FRAMEBUFFER_CONSOLE=y
+CONFIG_FONTS=y
+CONFIG_FONT_8x8=y
+CONFIG_FONT_8x16=y
 CONFIG_SOUND=y
 CONFIG_SND=y
 CONFIG_SND_MIXER_OSS=y