From patchwork Wed May 26 01:24:23 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/1, Maverick] UBUNTU: [Config] Enable CONFIG_FRAMEBUFFER_CONSOLE=y for all archs Date: Tue, 25 May 2010 15:24:23 -0000 From: Leann Ogasawara X-Patchwork-Id: 53582 Message-Id: <1274837063.24569.4158.camel@emiko> To: kernel-team Hi All, http://bugs.launchpad.net/bugs/585490 In today's Ubuntu kernel team IRC meeting it was requested from the Foundations Team to build in fbcon (CONFIG_FRAMEBUFFER_CONSOLE=y) by default for all archs. This ensures that we reliably have a framebuffer console from the start. As noted in the Grub2BootFramebuffer spec [1], this will help get us to the point where users can be in graphical mode throughout the entire boot. This will also close out a work item that's been assigned to us in the foundations-m-grub2-boot-framebuffer blueprint [2]. Also note that ports already builds this config option in by default. Thanks, Leann [1] https://wiki.ubuntu.com/FoundationsTeam/Grub2BootFramebuffer [2] https://blueprints.launchpad.net/ubuntu/+spec/foundations-m-grub2-boot-framebuffer >From 03f103f3eb1a308653ad1baf19aa87795dec6d57 Mon Sep 17 00:00:00 2001 From: Leann Ogasawara Date: Tue, 25 May 2010 14:23:44 -0700 Subject: [PATCH] UBUNTU: [Config] Enable CONFIG_FRAMEBUFFER_CONSOLE=y for all archs BugLink: http://bugs.launchpad.net/bugs/585490 Per a request from the Foundations Team, building in fbcon by default across all archs will ensure we reliably have a framebuffer console from the start. Ports already builds this config option in by default. Signed-off-by: Leann Ogasawara Acked-by: Chase Douglas --- debian.master/config/amd64/config.common.amd64 | 1 - debian.master/config/armel/config.common.armel | 1 - debian.master/config/config.common.ubuntu | 1 + debian.master/config/i386/config.common.i386 | 1 - 4 files changed, 1 insertions(+), 3 deletions(-) diff --git a/debian.master/config/amd64/config.common.amd64 b/debian.master/config/amd64/config.common.amd64 index 206b795..2817d31 100644 --- a/debian.master/config/amd64/config.common.amd64 +++ b/debian.master/config/amd64/config.common.amd64 @@ -44,7 +44,6 @@ CONFIG_FB_UVESA=m CONFIG_FIRMWARE_EDID=y # CONFIG_FLATMEM_MANUAL is not set # CONFIG_FONTS is not set -CONFIG_FRAMEBUFFER_CONSOLE=m CONFIG_FSAM7400=m CONFIG_FTL=m CONFIG_GAMEPORT=m diff --git a/debian.master/config/armel/config.common.armel b/debian.master/config/armel/config.common.armel index 079d708..c1f0c5f 100644 --- a/debian.master/config/armel/config.common.armel +++ b/debian.master/config/armel/config.common.armel @@ -17,7 +17,6 @@ CONFIG_EZX_PCAP=y # CONFIG_FB_SAVAGE is not set CONFIG_FLATMEM_MANUAL=y CONFIG_FONTS=y -CONFIG_FRAMEBUFFER_CONSOLE=y # CONFIG_FSAM7400 is not set CONFIG_HAVE_AOUT=y CONFIG_HAVE_GENERIC_DMA_COHERENT=y diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 69eb224..f1d2cdb 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -1259,6 +1259,7 @@ CONFIG_FORCEDETH=m # CONFIG_FPE_FASTFPE is not set CONFIG_FPE_NWFPE=y # CONFIG_FPE_NWFPE_XP is not set +CONFIG_FRAMEBUFFER_CONSOLE=y # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set CONFIG_FRAME_POINTER=y diff --git a/debian.master/config/i386/config.common.i386 b/debian.master/config/i386/config.common.i386 index b2b6935..8a5bdd9 100644 --- a/debian.master/config/i386/config.common.i386 +++ b/debian.master/config/i386/config.common.i386 @@ -45,7 +45,6 @@ CONFIG_FB_UVESA=m CONFIG_FIRMWARE_EDID=y CONFIG_FLATMEM_MANUAL=y # CONFIG_FONTS is not set -CONFIG_FRAMEBUFFER_CONSOLE=m CONFIG_FSAM7400=m CONFIG_FTL=m CONFIG_GAMEPORT=m