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>
Showing
- arch/x86/Kconfig 13 additions, 79 deletionsarch/x86/Kconfig
- board/coreboot/Kconfig 26 additions, 0 deletionsboard/coreboot/Kconfig
- board/google/Kconfig 43 additions, 0 deletionsboard/google/Kconfig
- board/intel/Kconfig 51 additions, 0 deletionsboard/intel/Kconfig
- configs/chromebook_link_defconfig 1 addition, 0 deletionsconfigs/chromebook_link_defconfig
- configs/chromebox_panther_defconfig 1 addition, 0 deletionsconfigs/chromebox_panther_defconfig
- configs/coreboot-x86_defconfig 1 addition, 0 deletionsconfigs/coreboot-x86_defconfig
- configs/crownbay_defconfig 1 addition, 0 deletionsconfigs/crownbay_defconfig
- configs/galileo_defconfig 1 addition, 0 deletionsconfigs/galileo_defconfig
- configs/minnowmax_defconfig 1 addition, 0 deletionsconfigs/minnowmax_defconfig
Loading
Please register or sign in to comment