[PATCH] arch: x86: efi_defconfig: remove framebuffer console to fix duplicate screen.

chalianis1 at gmail.com chalianis1 at gmail.com
Sun Sep 14 12:40:27 PDT 2025


From: Chali Anis <chalianis1 at gmail.com>

remove the framebuffer console and let develpers select it when needed, this
fixes the problem that consist of having the screen splited to top and bottom
displaying the output twice, and considerably speedup the efi payload on x86.

Fixes: 67498b411276 ("x86: configs: efi: enable some more useful options")
Signed-off-by: Chali Anis <chalianis1 at gmail.com>
---
 arch/x86/configs/efi_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/configs/efi_defconfig b/arch/x86/configs/efi_defconfig
index 1dd823af40ea..9844a70d2628 100644
--- a/arch/x86/configs/efi_defconfig
+++ b/arch/x86/configs/efi_defconfig
@@ -78,7 +78,6 @@ CONFIG_DRIVER_NET_EFI_SNP=y
 CONFIG_DISK=y
 CONFIG_DISK_WRITE=y
 CONFIG_VIDEO=y
-CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_DRIVER_VIDEO_EFI_GOP=y
 CONFIG_FINTEK_SUPERIO=y
 CONFIG_SMSC_SUPERIO=y
-- 
2.34.1




More information about the barebox mailing list