From 632e2414687f2c58025c27f2d0dac0eba8205fda Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 1 Mar 2020 14:08:11 +0100 Subject: mb/emulation/Kconfig: Redefine BOARD_EMULATION_QEMU_X86 Use CPU_QEMU_X86 as it is selected by both Qemu x86 mainboards. Change-Id: I8d6bfbddeeb8f2c66c5ea7728a9919e7cda86e7e Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/39181 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Paul Menzel --- src/mainboard/emulation/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/emulation') diff --git a/src/mainboard/emulation/Kconfig b/src/mainboard/emulation/Kconfig index 60aa99477a..e069cf0faa 100644 --- a/src/mainboard/emulation/Kconfig +++ b/src/mainboard/emulation/Kconfig @@ -11,7 +11,7 @@ endchoice config BOARD_EMULATION_QEMU_X86 bool default y - depends on BOARD_EMULATION_QEMU_X86_I440FX || BOARD_EMULATION_QEMU_X86_Q35 + depends on CPU_QEMU_X86 source "src/mainboard/emulation/*/Kconfig" -- cgit v1.2.3