From a1b04c33faacbcc5bc4e7e3855914c51616a3a98 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Fri, 18 Sep 2020 13:04:42 +0200 Subject: x86/config/efi: drop DRIVER_SERIAL_NS16550 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For most machines having DRIVER_SERIAL_NS16550 and DRIVER_SERIAL_EFI_STDIO both enabled results in the output appearing twice on the serial output. So remove disable the lowlevel driver and rely on the EFI bios for serial. Signed-off-by: Uwe Kleine-König Signed-off-by: Sascha Hauer --- arch/x86/configs/efi_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/x86') diff --git a/arch/x86/configs/efi_defconfig b/arch/x86/configs/efi_defconfig index 99bc39eaa6..83794d7a07 100644 --- a/arch/x86/configs/efi_defconfig +++ b/arch/x86/configs/efi_defconfig @@ -65,7 +65,6 @@ CONFIG_NET=y CONFIG_NET_NFS=y CONFIG_NET_NETCONSOLE=y CONFIG_DRIVER_SERIAL_EFI_STDIO=y -CONFIG_DRIVER_SERIAL_NS16550=y CONFIG_DRIVER_NET_EFI_SNP=y # CONFIG_SPI is not set CONFIG_DISK=y -- cgit v1.2.3