summaryrefslogtreecommitdiffstats
path: root/configs/galileo_defconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-04-27 23:22:24 +0800
committerSimon Glass <sjg@chromium.org>2015-04-29 18:51:50 -0600
commit65c4ac0a831d1a8640602ae966f913ec811843eb (patch)
treebd0fec9dc7f2707965742a98df126b6f07f0fb86 /configs/galileo_defconfig
parentf82a7840f11d008f06b8c8d5578d2f4b8eeaa285 (diff)
downloadblackbird-obmc-uboot-65c4ac0a831d1a8640602ae966f913ec811843eb.tar.gz
blackbird-obmc-uboot-65c4ac0a831d1a8640602ae966f913ec811843eb.zip
x86: Kconfig: Divide the target selection to vendor/model
Let arch/x86/Kconfig prompt board vendor first, then select the board model under that vendor. This way arch/x86/Kconfig only needs concern board vendor and leave the supported target list to board/<vendor>/Kconfig. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/galileo_defconfig')
-rw-r--r--configs/galileo_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig
index 9b0f969c53..787e15f568 100644
--- a/configs/galileo_defconfig
+++ b/configs/galileo_defconfig
@@ -1,5 +1,6 @@
CONFIG_SYS_EXTRA_OPTIONS="SYS_TEXT_BASE=0xfff10000"
CONFIG_X86=y
+CONFIG_VENDOR_INTEL=y
CONFIG_TARGET_GALILEO=y
CONFIG_OF_CONTROL=y
CONFIG_OF_SEPARATE=y
OpenPOWER on IntegriCloud