Re: [U-Boot] [PATCH 1/5] x86: Kconfig: Divide the target selection to vendor/model

2015-04-28 Thread Simon Glass
On 27 April 2015 at 09:22, Bin Meng bmeng...@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:

Re: [U-Boot] [PATCH 1/5] x86: Kconfig: Divide the target selection to vendor/model

2015-04-28 Thread Simon Glass
On 28 April 2015 at 08:11, Simon Glass s...@chromium.org wrote: On 27 April 2015 at 09:22, Bin Meng bmeng...@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

[U-Boot] [PATCH 1/5] x86: Kconfig: Divide the target selection to vendor/model

2015-04-27 Thread Bin Meng
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...@gmail.com --- arch/x86/Kconfig