1a65b25d1SBin Meng# SPDX-License-Identifier: GPL-2.0+ 2a65b25d1SBin Meng# 3*83d290c5STom Rini# Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com> 4a65b25d1SBin Meng 5a65b25d1SBin Mengif VENDOR_EMULATION 6a65b25d1SBin Meng 7a65b25d1SBin Mengchoice 8a65b25d1SBin Meng prompt "Mainboard model" 9a65b25d1SBin Meng 10a65b25d1SBin Mengconfig TARGET_QEMU_X86 11a65b25d1SBin Meng bool "QEMU x86" 12a65b25d1SBin Meng help 13a65b25d1SBin Meng This is the QEMU emulated x86 board. U-Boot supports running 14a65b25d1SBin Meng as a coreboot payload as well as bare boot without coreboot. 15a65b25d1SBin Meng There are two types of x86 boards supported by QEMU which are 16a65b25d1SBin Meng supported by U-Boot. They are via QEMU '-M pc', an i440FX/PIIX 17a65b25d1SBin Meng chipset platform and '-M q35', a Q35/ICH9 chipset platform. 18a65b25d1SBin Meng 19bda40d56SBin Mengconfig TARGET_QEMU_X86_64 20bda40d56SBin Meng bool "QEMU x86 64-bit" 21bda40d56SBin Meng help 22bda40d56SBin Meng This is the QEMU emulated x86 64-bit board. With this config 23bda40d56SBin Meng U-Boot is built as a 64-bit binary. This allows testing while 24bda40d56SBin Meng this feature is being completed. 25bda40d56SBin Meng 26a65b25d1SBin Mengendchoice 27a65b25d1SBin Meng 28a65b25d1SBin Mengsource "board/emulation/qemu-x86/Kconfig" 29a65b25d1SBin Meng 30a65b25d1SBin Mengendif 31