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

This commit is contained in:
Ben Hutchings 2016-11-16 21:35:16 +00:00
parent 2d21aaf508
commit 85deb5386a
2 changed files with 5 additions and 2 deletions

1
debian/changelog vendored
View File

@ -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@debian.org> Tue, 15 Nov 2016 22:01:08 +0100

View File

@ -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