config: disable CONFIG_SYSFB_SIMPLEFB
Historically, x86 used the VESA BIOS Extensions and EFI-framebuffers. If enable CONFIG_SYSFB_SIMPLEFB, the OS can't display graphics on some machines with old BIOS. Signed-off-by: Jianping Liu <frankjpliu@tencent.com> Reviewed-by: Yongliang Gao <leonylgao@tencent.com>
This commit is contained in:
parent
fa442471a3
commit
73cb34a5bc
|
@ -611,7 +611,7 @@ CONFIG_CONNECTOR=y
|
|||
CONFIG_EDD=m
|
||||
CONFIG_DMI_SYSFS=y
|
||||
CONFIG_ISCSI_IBFT=m
|
||||
CONFIG_SYSFB_SIMPLEFB=y
|
||||
# CONFIG_SYSFB_SIMPLEFB is not set
|
||||
CONFIG_EFI_VARS_PSTORE=m
|
||||
CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=y
|
||||
CONFIG_PARPORT=m
|
||||
|
|
Loading…
Reference in New Issue