Re: [PATCH] arm: fix Kconfig system choice list

2010-09-15 Thread Nicolas Pitre
On Wed, 15 Sep 2010, Daniel Lezcano wrote: > On 09/15/2010 02:14 PM, Nicolas Pitre wrote: > > On Wed, 15 Sep 2010, Daniel Lezcano wrote: > > > > > > > The item name is too long and bugs the choice list. The items in the > > > list are not displayed correctly. > > > > > > This patch moves the

Re: [PATCH] arm: fix Kconfig system choice list

2010-09-15 Thread Nicolas Pitre
On Wed, 15 Sep 2010, Daniel Lezcano wrote: > On 09/15/2010 02:14 PM, Nicolas Pitre wrote: > > On Wed, 15 Sep 2010, Daniel Lezcano wrote: > > > > > > > The item name is too long and bugs the choice list. The items in the > > > list are not displayed correctly. > > > > > > This patch moves the

Re: [PATCH] arm: fix Kconfig system choice list

2010-09-15 Thread Daniel Lezcano
On 09/15/2010 02:14 PM, Nicolas Pitre wrote: > On Wed, 15 Sep 2010, Daniel Lezcano wrote: > > >> The item name is too long and bugs the choice list. The items in the >> list are not displayed correctly. >> >> This patch moves the list of supported system in the help instead of >> the bool choic

Re: [PATCH] arm: fix Kconfig system choice list

2010-09-15 Thread Daniel Lezcano
On 09/15/2010 02:14 PM, Nicolas Pitre wrote: > On Wed, 15 Sep 2010, Daniel Lezcano wrote: > > >> The item name is too long and bugs the choice list. The items in the >> list are not displayed correctly. >> >> This patch moves the list of supported system in the help instead of >> the bool choic

Re: [PATCH] arm: fix Kconfig system choice list

2010-09-15 Thread Nicolas Pitre
On Wed, 15 Sep 2010, Daniel Lezcano wrote: > The item name is too long and bugs the choice list. The items in the > list are not displayed correctly. > > This patch moves the list of supported system in the help instead of > the bool choice. > > Signed-off-by: Daniel Lezcano ACK. Please post a