From 65c4ac0a831d1a8640602ae966f913ec811843eb Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Mon, 27 Apr 2015 23:22:24 +0800 Subject: 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//Kconfig. Signed-off-by: Bin Meng Acked-by: Simon Glass --- configs/galileo_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/galileo_defconfig') 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 -- cgit v1.2.1