]> git.sur5r.net Git - u-boot/blobdiff - board/emulation/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / board / emulation / Kconfig
index 36809fd3761840a918471698d2cb185fedc3894e..f821458fa6acf5306fcf9b280654f918bef67637 100644 (file)
@@ -1,8 +1,6 @@
+# SPDX-License-Identifier: GPL-2.0+
 #
 # Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
-#
-# SPDX-License-Identifier:     GPL-2.0+
-#
 
 if VENDOR_EMULATION
 
@@ -18,6 +16,13 @@ config TARGET_QEMU_X86
          supported by U-Boot. They are via QEMU '-M pc', an i440FX/PIIX
          chipset platform and '-M q35', a Q35/ICH9 chipset platform.
 
+config TARGET_QEMU_X86_64
+       bool "QEMU x86 64-bit"
+       help
+         This is the QEMU emulated x86 64-bit board. With this config
+         U-Boot is built as a 64-bit binary. This allows testing while
+         this feature is being completed.
+
 endchoice
 
 source "board/emulation/qemu-x86/Kconfig"