]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:15 +0000 (22:35 +0200)
commit086b91db8ce7018f34dc8c7e4c5d4f3d9d62fb39
tree17cd5567006ffe2d33a7a925b4dc5499dad169d5
parentde89047cc3a8c4b118a9c873b1a49076d60269c3
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