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