From patchwork Tue Mar 13 21:15:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Precise,1/2] UBUNTU: [Config] Disable CONFIG_STUB_POULSBO Date: Tue, 13 Mar 2012 11:15:48 -0000 From: Leann Ogasawara X-Patchwork-Id: 146494 Message-Id: To: kernel-team@lists.ubuntu.com From: Leann Ogasawara BugLink: http://bugs.launchpad.net/bugs/899244 There is a staging driver, psb_gfX (CONFIG_DRM_PSB), which supports Intel GMA500 cards. This driver has moved out of staging as of v3.3. We currently have this staging driver enabled. Unfortunately, this driver conflicts with the poulsbo driver (CONFIG_STUB_POULSBO). The poulsbo driver supports cards 8086:8108 and 8086:8109 both of which are also supported by the psb_gfx driver. It has been requested we disable the poulsbo driver in favor of the psb_gfx driver. Users owning 8086:8108 confirm they need to use the psb_gfx driver to have proper support. If they try to use the poulsbo driver, X fails. Signed-off-by: Leann Ogasawara --- debian.master/config/config.common.ubuntu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 38eba61..fc9f48a 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -5251,7 +5251,7 @@ CONFIG_STOP_MACHINE=y CONFIG_STP=m CONFIG_STRICT_DEVMEM=y # CONFIG_STRIP_ASM_SYMS is not set -CONFIG_STUB_POULSBO=m +# CONFIG_STUB_POULSBO is not set CONFIG_SUNDANCE=m # CONFIG_SUNDANCE_MMIO is not set CONFIG_SUNGEM=m