[linux] 02/02: [x86] video: Disable X86_SYSFB, FB_SIMPLE (Closes: #822575)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Wed Nov 16 21:35:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit 85deb5386acc320cb5441816bdd4034090ace7f8
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Wed Nov 16 21:35:16 2016 +0000

    [x86] video: Disable X86_SYSFB, FB_SIMPLE (Closes: #822575)
---
 debian/changelog                    | 1 +
 debian/config/kernelarch-x86/config | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8c87efb..e96bdd6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -56,6 +56,7 @@ linux (4.8.8-1) UNRELEASED; urgency=medium
   * [arm64] Enable more drivers for X-Gene (Really closes: #840061):
     - DMA: Enable XGENE_DMA as module
     - EDAC: Enable EDAC and EDAC_MM_EDAC, EDAC_XGENE as modules
+  * [x86] video: Disable X86_SYSFB, FB_SIMPLE (Closes: #822575)
 
  -- Salvatore Bonaccorso <carnil at debian.org>  Tue, 15 Nov 2016 22:01:08 +0100
 
diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config
index d48ac63..955b564 100644
--- a/debian/config/kernelarch-x86/config
+++ b/debian/config/kernelarch-x86/config
@@ -70,7 +70,8 @@ CONFIG_MODIFY_LDT_SYSCALL=y
 CONFIG_PCI=y
 # CONFIG_PCI_CNB20LE_QUIRK is not set
 # CONFIG_RAPIDIO is not set
-CONFIG_X86_SYSFB=y
+#. Doesn't support handover; see #822575
+# CONFIG_X86_SYSFB is not set
 CONFIG_IA32_EMULATION=y
 CONFIG_IA32_AOUT=y
 
@@ -1785,7 +1786,8 @@ CONFIG_FB_VOODOO1=m
 CONFIG_FB_TRIDENT=m
 CONFIG_FB_VIRTUAL=m
 CONFIG_FB_HYPERV=m
-CONFIG_FB_SIMPLE=y
+#. Doesn't support handover; see #822575
+# CONFIG_FB_SIMPLE is not set
 
 ##
 ## file: drivers/video/fbdev/geode/Kconfig

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list