summaryrefslogtreecommitdiff
path: root/src/mainboard/emulation
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-28 13:01:50 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-09-01 06:31:31 +0000
commit43092765e4cc26a4d5d8d746dfea27d0ec9f27cb (patch)
tree8496d32485228fa429845baed196de9c20100e5e /src/mainboard/emulation
parent98369131d7d20a6499573c8faf3c4a3b797c434a (diff)
downloadcoreboot-43092765e4cc26a4d5d8d746dfea27d0ec9f27cb.tar.xz
mb/*/Kconfig: Drop redundant 'select CONSOLE_SERIAL'
'CONSOLE_SERIAL' is already set to 'y' at src/console/Kconfig. Change-Id: I350cf12a115c6ebe54a2b0821edc94c29db8d137 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44906 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/emulation')
-rw-r--r--src/mainboard/emulation/qemu-aarch64/Kconfig1
-rw-r--r--src/mainboard/emulation/qemu-armv7/Kconfig1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/emulation/qemu-aarch64/Kconfig b/src/mainboard/emulation/qemu-aarch64/Kconfig
index 368f7f3a69..54141b4106 100644
--- a/src/mainboard/emulation/qemu-aarch64/Kconfig
+++ b/src/mainboard/emulation/qemu-aarch64/Kconfig
@@ -16,7 +16,6 @@ config BOARD_SPECIFIC_OPTIONS
select BOOTBLOCK_CONSOLE
select BOOTBLOCK_CUSTOM
select BOOT_DEVICE_NOT_SPI_FLASH
- select CONSOLE_SERIAL
select DRIVERS_UART_PL011
select HAVE_LINEAR_FRAMEBUFFER
select MAINBOARD_FORCE_NATIVE_VGA_INIT
diff --git a/src/mainboard/emulation/qemu-armv7/Kconfig b/src/mainboard/emulation/qemu-armv7/Kconfig
index 64e5bb7168..a91299873a 100644
--- a/src/mainboard/emulation/qemu-armv7/Kconfig
+++ b/src/mainboard/emulation/qemu-armv7/Kconfig
@@ -13,7 +13,6 @@ config BOARD_SPECIFIC_OPTIONS
def_bool y
select CPU_ARMLTD_CORTEX_A9
select DRIVERS_UART_PL011
- select CONSOLE_SERIAL
select MAINBOARD_HAS_NATIVE_VGA_INIT
select MAINBOARD_FORCE_NATIVE_VGA_INIT
select HAVE_LINEAR_FRAMEBUFFER