diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-03-01 14:46:38 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-03-03 10:16:09 +0000 |
commit | d615230cced8238029d579411d8ee69f68c7ec5f (patch) | |
tree | 83e28c70af4e749a066c00ec0497294f32011d9c /src/mainboard/emulation/Kconfig | |
parent | 632e2414687f2c58025c27f2d0dac0eba8205fda (diff) |
treewide: Replace BOARD_EMULATION_QEMU_X86
It is equivalent to the CPU_QEMU_X86 symbol.
Change-Id: Ic16233e3d80bab62cc97fd075bdcca1780a6a2b5
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39182
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/emulation/Kconfig')
-rw-r--r-- | src/mainboard/emulation/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/emulation/Kconfig b/src/mainboard/emulation/Kconfig index e069cf0faa..45790b1842 100644 --- a/src/mainboard/emulation/Kconfig +++ b/src/mainboard/emulation/Kconfig @@ -8,11 +8,6 @@ source "src/mainboard/emulation/*/Kconfig.name" endchoice -config BOARD_EMULATION_QEMU_X86 - bool - default y - depends on CPU_QEMU_X86 - source "src/mainboard/emulation/*/Kconfig" config MAINBOARD_VENDOR |