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 wrote: > On 27 April 2015 at 09:22, Bin Meng 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 bo

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 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//Kconfig. > > Signed-off-by: Bin Meng > --- > >

[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//Kconfig. Signed-off-by: Bin Meng --- arch/x86/Kconfig| 92 ++