summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2020-09-18 13:04:42 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-09-23 10:47:29 +0200
commita1b04c33faacbcc5bc4e7e3855914c51616a3a98 (patch)
treee03f1027b3ad858a958853899b0acc487954e84e /arch/x86
parent568130f6efb9b5bb20aea3742a42bfa956186479 (diff)
downloadbarebox-a1b04c33faacbcc5bc4e7e3855914c51616a3a98.tar.gz
barebox-a1b04c33faacbcc5bc4e7e3855914c51616a3a98.tar.xz
x86/config/efi: drop DRIVER_SERIAL_NS16550
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 <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/configs/efi_defconfig1
1 files changed, 0 insertions, 1 deletions
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