diff mbox

[Precise,1/2] UBUNTU: [Config] Disable CONFIG_STUB_POULSBO

Message ID b7eb534d18f9caffdbe7afa9c901c974e3d4b05e.1331671238.git.leann.ogasawara@canonical.com
State New
Headers show

Commit Message

Leann Ogasawara March 13, 2012, 9:15 p.m. UTC
From: Leann Ogasawara <leann.ogasawara@canonical.com>

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 <leann.ogasawara@canonical.com>
---
 debian.master/config/config.common.ubuntu |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

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