summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorTimur Tabi2011-06-23 18:16:47 +0200
committerKumar Gala2011-06-27 15:36:18 +0200
commit2e5460f31abdacb84af6c8e97671ade0d3bf291f (patch)
tree7b39da1fbfd1cf4e528209be87ea1865d55bb9e9 /arch/powerpc
parentpowerpc/86xx: improve calculation of DIU pixel clock on the MPC8610 HPCD (diff)
downloadkernel-qcow2-linux-2e5460f31abdacb84af6c8e97671ade0d3bf291f.tar.gz
kernel-qcow2-linux-2e5460f31abdacb84af6c8e97671ade0d3bf291f.tar.xz
kernel-qcow2-linux-2e5460f31abdacb84af6c8e97671ade0d3bf291f.zip
powerpc/86xx: enable the framebuffer console on the MPC8610 HPCD
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> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/configs/86xx/mpc8610_hpcd_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/configs/86xx/mpc8610_hpcd_defconfig b/arch/powerpc/configs/86xx/mpc8610_hpcd_defconfig
index 036bfb2d18cd..0db9ba0423ff 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