commit | 03b341baa1835d5bd9e26d0195412f0db986f11f | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Apr 27 23:22:24 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Wed Apr 29 18:51:50 2015 -0600 |
tree | bd0fec9dc7f2707965742a98df126b6f07f0fb86 | |
parent | 6db144862df27cbaa84d9c36667d8642b05997a7 [diff] |
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>