From 43092765e4cc26a4d5d8d746dfea27d0ec9f27cb Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 28 Aug 2020 13:01:50 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/44906 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/mainboard/emulation/qemu-armv7/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/emulation/qemu-armv7/Kconfig') 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 -- cgit v1.2.3