[U-Boot] [PATCH 1/5] x86: Kconfig: Divide the target selection to vendor/model
Simon Glass
sjg at chromium.org
Tue Apr 28 16:11:59 CEST 2015
On 27 April 2015 at 09:22, Bin Meng <bmeng.cn at gmail.com> wrote:
> 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 at gmail.com>
> ---
>
> arch/x86/Kconfig | 92 ++++++-------------------------------
> board/coreboot/Kconfig | 26 +++++++++++
> board/google/Kconfig | 43 +++++++++++++++++
> board/intel/Kconfig | 51 ++++++++++++++++++++
> configs/chromebook_link_defconfig | 1 +
> configs/chromebox_panther_defconfig | 1 +
> configs/coreboot-x86_defconfig | 1 +
> configs/crownbay_defconfig | 1 +
> configs/galileo_defconfig | 1 +
> configs/minnowmax_defconfig | 1 +
> 10 files changed, 139 insertions(+), 79 deletions(-)
> create mode 100644 board/coreboot/Kconfig
> create mode 100644 board/google/Kconfig
> create mode 100644 board/intel/Kconfig
Nice idea!
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list