diff options
author | Timur Tabi <timur@freescale.com> | 2011-06-23 15:48:55 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-06-27 09:36:17 -0400 |
commit | 3846e332a9981b019849566bdbf78ba859856c67 (patch) | |
tree | 37e8b04a284fa6976c58cbb7fa751fc354c85e92 /arch/powerpc | |
parent | 7b93eccf2876ba3b1c10dae22ca864a0eb08de4f (diff) |
powerpc/85xx: enable the framebuffer console for the defconfigs
Enable framebuffer console support by default in the defconfigs for the
Freescale 85xx-based reference board. This allows the boot messages to
be shown on the video display on the P1022DS.
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/mpc85xx_defconfig | 4 | ||||
-rw-r--r-- | arch/powerpc/configs/mpc85xx_smp_defconfig | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/arch/powerpc/configs/mpc85xx_defconfig b/arch/powerpc/configs/mpc85xx_defconfig index 1ac5198d0195..37839f1315e3 100644 --- a/arch/powerpc/configs/mpc85xx_defconfig +++ b/arch/powerpc/configs/mpc85xx_defconfig | |||
@@ -127,6 +127,10 @@ CONFIG_VIDEO_OUTPUT_CONTROL=y | |||
127 | CONFIG_FB=y | 127 | CONFIG_FB=y |
128 | CONFIG_FB_FSL_DIU=y | 128 | CONFIG_FB_FSL_DIU=y |
129 | # CONFIG_VGA_CONSOLE is not set | 129 | # CONFIG_VGA_CONSOLE is not set |
130 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
131 | CONFIG_FONTS=y | ||
132 | CONFIG_FONT_8x8=y | ||
133 | CONFIG_FONT_8x16=y | ||
130 | CONFIG_SOUND=y | 134 | CONFIG_SOUND=y |
131 | CONFIG_SND=y | 135 | CONFIG_SND=y |
132 | # CONFIG_SND_SUPPORT_OLD_API is not set | 136 | # CONFIG_SND_SUPPORT_OLD_API is not set |
diff --git a/arch/powerpc/configs/mpc85xx_smp_defconfig b/arch/powerpc/configs/mpc85xx_smp_defconfig index f77edddc81ee..908c941fc24c 100644 --- a/arch/powerpc/configs/mpc85xx_smp_defconfig +++ b/arch/powerpc/configs/mpc85xx_smp_defconfig | |||
@@ -129,6 +129,10 @@ CONFIG_VIDEO_OUTPUT_CONTROL=y | |||
129 | CONFIG_FB=y | 129 | CONFIG_FB=y |
130 | CONFIG_FB_FSL_DIU=y | 130 | CONFIG_FB_FSL_DIU=y |
131 | # CONFIG_VGA_CONSOLE is not set | 131 | # CONFIG_VGA_CONSOLE is not set |
132 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
133 | CONFIG_FONTS=y | ||
134 | CONFIG_FONT_8x8=y | ||
135 | CONFIG_FONT_8x16=y | ||
132 | CONFIG_SOUND=y | 136 | CONFIG_SOUND=y |
133 | CONFIG_SND=y | 137 | CONFIG_SND=y |
134 | # CONFIG_SND_SUPPORT_OLD_API is not set | 138 | # CONFIG_SND_SUPPORT_OLD_API is not set |