]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/chromebook_link_defconfig
x86: Kconfig: Divide the target selection to vendor/model
authorBin Meng <bmeng.cn@gmail.com>
Mon, 27 Apr 2015 15:22:24 +0000 (23:22 +0800)
committerSimon Glass <sjg@chromium.org>
Thu, 30 Apr 2015 00:51:50 +0000 (18:51 -0600)
commit65c4ac0a831d1a8640602ae966f913ec811843eb
treebd0fec9dc7f2707965742a98df126b6f07f0fb86
parentf82a7840f11d008f06b8c8d5578d2f4b8eeaa285
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>
arch/x86/Kconfig
board/coreboot/Kconfig [new file with mode: 0644]
board/google/Kconfig [new file with mode: 0644]
board/intel/Kconfig [new file with mode: 0644]
configs/chromebook_link_defconfig
configs/chromebox_panther_defconfig
configs/coreboot-x86_defconfig
configs/crownbay_defconfig
configs/galileo_defconfig
configs/minnowmax_defconfig