linux5.15: revert CONFIG_SYSFB_SIMPLEFB=y.
This causes issues on all kinds of systems (with Intel, AMD, Nvidia graphics), and sometimes can be remedied by adding graphics drivers into the initramfs. But disabling is easier for now and this setting can be revisited at a later time. Closes #34035.
This commit is contained in:
parent
c95f6e48e6
commit
4c29d22f0b
4 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 5.15.0 Kernel Configuration
|
||||
# Linux/arm64 5.15.2 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="aarch64-linux-musl-gcc (GCC) 10.2.1 20201203"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -2381,7 +2381,7 @@ CONFIG_INTEL_STRATIX10_RSU=m
|
|||
CONFIG_QCOM_SCM=y
|
||||
# CONFIG_QCOM_SCM_DOWNLOAD_MODE_DEFAULT is not set
|
||||
CONFIG_SYSFB=y
|
||||
CONFIG_SYSFB_SIMPLEFB=y
|
||||
# CONFIG_SYSFB_SIMPLEFB is not set
|
||||
CONFIG_TURRIS_MOX_RWTM=m
|
||||
CONFIG_ARM_FFA_TRANSPORT=m
|
||||
CONFIG_ARM_FFA_SMCCC=y
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/i386 5.15.0 Kernel Configuration
|
||||
# Linux/i386 5.15.2 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.1 20201203"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -2120,7 +2120,7 @@ CONFIG_ISCSI_IBFT=m
|
|||
CONFIG_FW_CFG_SYSFS=m
|
||||
CONFIG_FW_CFG_SYSFS_CMDLINE=y
|
||||
CONFIG_SYSFB=y
|
||||
CONFIG_SYSFB_SIMPLEFB=y
|
||||
# CONFIG_SYSFB_SIMPLEFB is not set
|
||||
# CONFIG_GOOGLE_FIRMWARE is not set
|
||||
|
||||
#
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86_64 5.15.0 Kernel Configuration
|
||||
# Linux/x86_64 5.15.2 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.1 20201203"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
|
@ -2185,7 +2185,7 @@ CONFIG_ISCSI_IBFT=m
|
|||
CONFIG_FW_CFG_SYSFS=m
|
||||
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
|
||||
CONFIG_SYSFB=y
|
||||
CONFIG_SYSFB_SIMPLEFB=y
|
||||
# CONFIG_SYSFB_SIMPLEFB is not set
|
||||
# CONFIG_GOOGLE_FIRMWARE is not set
|
||||
|
||||
#
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'linux5.15'
|
||||
pkgname=linux5.15
|
||||
version=5.15.2
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="linux-${version%.*}"
|
||||
short_desc="Linux kernel and modules (${version%.*} series)"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
|
|
Loading…
Reference in a new issue