Re: [PATCH] scripts: kconfig: implement a sort method

2017-04-12 Thread Randy Dunlap
On 04/12/17 09:06, Yann E. MORIN wrote: > Felipe, All, > > On 2017-04-12 10:49 +0300, Felipe Balbi spake thusly: >> >> Randy Dunlap writes: >>> On 04/11/17 04:12, Felipe Balbi wrote: With a growing amount of Kernel configuration, it's getting ever more difficult

Re: [PATCH] scripts: kconfig: implement a sort method

2017-04-12 Thread Randy Dunlap
On 04/12/17 09:06, Yann E. MORIN wrote: > Felipe, All, > > On 2017-04-12 10:49 +0300, Felipe Balbi spake thusly: >> >> Randy Dunlap writes: >>> On 04/11/17 04:12, Felipe Balbi wrote: With a growing amount of Kernel configuration, it's getting ever more difficult to find anything on

Re: [PATCH] scripts: kconfig: implement a sort method

2017-04-12 Thread Yann E. MORIN
Felipe, All, On 2017-04-12 10:49 +0300, Felipe Balbi spake thusly: > > Randy Dunlap writes: > > On 04/11/17 04:12, Felipe Balbi wrote: > >> With a growing amount of Kernel configuration, it's > >> getting ever more difficult to find anything on > >> menuconfig. Because of

Re: [PATCH] scripts: kconfig: implement a sort method

2017-04-12 Thread Yann E. MORIN
Felipe, All, On 2017-04-12 10:49 +0300, Felipe Balbi spake thusly: > > Randy Dunlap writes: > > On 04/11/17 04:12, Felipe Balbi wrote: > >> With a growing amount of Kernel configuration, it's > >> getting ever more difficult to find anything on > >> menuconfig. Because of that, implement

Re: [PATCH] scripts: kconfig: implement a sort method

2017-04-12 Thread Felipe Balbi
Hi, Randy Dunlap writes: > On 04/11/17 04:12, Felipe Balbi wrote: >> With a growing amount of Kernel configuration, it's >> getting ever more difficult to find anything on >> menuconfig. Because of that, implement mergesort for >> kconfig to make it a little easier for

Re: [PATCH] scripts: kconfig: implement a sort method

2017-04-12 Thread Felipe Balbi
Hi, Randy Dunlap writes: > On 04/11/17 04:12, Felipe Balbi wrote: >> With a growing amount of Kernel configuration, it's >> getting ever more difficult to find anything on >> menuconfig. Because of that, implement mergesort for >> kconfig to make it a little easier for anybody >> building

Re: [PATCH] scripts: kconfig: implement a sort method

2017-04-11 Thread Randy Dunlap
On 04/11/17 04:12, Felipe Balbi wrote: > With a growing amount of Kernel configuration, it's > getting ever more difficult to find anything on > menuconfig. Because of that, implement mergesort for > kconfig to make it a little easier for anybody > building kernels. Search works for me, but I

Re: [PATCH] scripts: kconfig: implement a sort method

2017-04-11 Thread Randy Dunlap
On 04/11/17 04:12, Felipe Balbi wrote: > With a growing amount of Kernel configuration, it's > getting ever more difficult to find anything on > menuconfig. Because of that, implement mergesort for > kconfig to make it a little easier for anybody > building kernels. Search works for me, but I

[PATCH] scripts: kconfig: implement a sort method

2017-04-11 Thread Felipe Balbi
With a growing amount of Kernel configuration, it's getting ever more difficult to find anything on menuconfig. Because of that, implement mergesort for kconfig to make it a little easier for anybody building kernels. Signed-off-by: Felipe Balbi ---

[PATCH] scripts: kconfig: implement a sort method

2017-04-11 Thread Felipe Balbi
With a growing amount of Kernel configuration, it's getting ever more difficult to find anything on menuconfig. Because of that, implement mergesort for kconfig to make it a little easier for anybody building kernels. Signed-off-by: Felipe Balbi --- scripts/kconfig/lxdialog/menubox.c | 18

Re: [PATCH] scripts: kconfig: implement a sort method

2016-04-22 Thread Randy Dunlap
On 04/22/16 00:45, Felipe Balbi wrote: > > Hi, > > Randy Dunlap writes: >> On 04/21/16 13:07, Felipe Balbi wrote: >>> With a growing amount of Kernel configuration, it's >>> getting ever more difficult to find anything on >>> menuconfig. Because of that, implement

Re: [PATCH] scripts: kconfig: implement a sort method

2016-04-22 Thread Randy Dunlap
On 04/22/16 00:45, Felipe Balbi wrote: > > Hi, > > Randy Dunlap writes: >> On 04/21/16 13:07, Felipe Balbi wrote: >>> With a growing amount of Kernel configuration, it's >>> getting ever more difficult to find anything on >>> menuconfig. Because of that, implement mergesort for >>> kconfig to

Re: [PATCH] scripts: kconfig: implement a sort method

2016-04-22 Thread Felipe Balbi
Hi, Randy Dunlap writes: > On 04/21/16 13:07, Felipe Balbi wrote: >> With a growing amount of Kernel configuration, it's >> getting ever more difficult to find anything on >> menuconfig. Because of that, implement mergesort for >> kconfig to make it a little easier for

Re: [PATCH] scripts: kconfig: implement a sort method

2016-04-22 Thread Felipe Balbi
Hi, Randy Dunlap writes: > On 04/21/16 13:07, Felipe Balbi wrote: >> With a growing amount of Kernel configuration, it's >> getting ever more difficult to find anything on >> menuconfig. Because of that, implement mergesort for >> kconfig to make it a little easier for anybody >> building

Re: [PATCH] scripts: kconfig: implement a sort method

2016-04-21 Thread Randy Dunlap
On 04/21/16 13:07, Felipe Balbi wrote: > With a growing amount of Kernel configuration, it's > getting ever more difficult to find anything on > menuconfig. Because of that, implement mergesort for > kconfig to make it a little easier for anybody > building kernels. Hi, Please explain the

Re: [PATCH] scripts: kconfig: implement a sort method

2016-04-21 Thread Randy Dunlap
On 04/21/16 13:07, Felipe Balbi wrote: > With a growing amount of Kernel configuration, it's > getting ever more difficult to find anything on > menuconfig. Because of that, implement mergesort for > kconfig to make it a little easier for anybody > building kernels. Hi, Please explain the

[PATCH] scripts: kconfig: implement a sort method

2016-04-21 Thread Felipe Balbi
With a growing amount of Kernel configuration, it's getting ever more difficult to find anything on menuconfig. Because of that, implement mergesort for kconfig to make it a little easier for anybody building kernels. Signed-off-by: Felipe Balbi --- let me know if

[PATCH] scripts: kconfig: implement a sort method

2016-04-21 Thread Felipe Balbi
With a growing amount of Kernel configuration, it's getting ever more difficult to find anything on menuconfig. Because of that, implement mergesort for kconfig to make it a little easier for anybody building kernels. Signed-off-by: Felipe Balbi --- let me know if you folks prefer to turn this