summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-05-07 21:34:09 +0800
committerSimon Glass <sjg@chromium.org>2015-06-04 02:39:38 -0600
commit99a309f323a8574923ddcc9abb3ba9252daf1e21 (patch)
tree584d79c20270fa817ec77c8dda4b42e6db283639 /arch/x86/Kconfig
parenta65b25d148fb0a9ef7dd5fba4ae2709f5bcae0c6 (diff)
downloadtalos-obmc-uboot-99a309f323a8574923ddcc9abb3ba9252daf1e21.tar.gz
talos-obmc-uboot-99a309f323a8574923ddcc9abb3ba9252daf1e21.zip
x86: Make QEMU the default vendor
Now that we have QEMU support, make it the default vendor in the 'make menuconfig' screen. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 3d0262052f..0b78f1064c 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -12,7 +12,7 @@ config SYS_VSNPRINTF
choice
prompt "Mainboard vendor"
- default VENDOR_COREBOOT
+ default VENDOR_EMULATION
config VENDOR_COREBOOT
bool "coreboot"
OpenPOWER on IntegriCloud