Re: [RESEND PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2016-04-20 Thread Dirk Gouders
kbuild test robot writes: > Hi, > > [auto build test ERROR on v4.6-rc4] > [also build test ERROR on next-20160420] > [if your patch is applied to the wrong git tree, please drop us a note to > help improving the system] > > url: >

Re: [RESEND PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2016-04-20 Thread kbuild test robot
Hi, [auto build test ERROR on v4.6-rc4] [also build test ERROR on next-20160420] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

Re: [RESEND PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2016-04-20 Thread kbuild test robot
Hi, [auto build test ERROR on v4.6-rc4] [also build test ERROR on next-20160420] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

[RESEND PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2016-04-20 Thread Dirk Gouders
If choices consist of choice_values that depend on symbols set to 'm', those choice_values are not set to 'n' if the choice is changed from 'm' to 'y' (in which case only one active choice_value is allowed). Those values are also written to the config file causing modules to be built when they

Re: [PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2016-03-31 Thread Dirk Gouders
Roger Quadros writes: > On 31/03/16 01:16, Ruslan Bilovol wrote: >> Hi, >> >> On Thu, Mar 31, 2016 at 1:08 AM, Bin Liu wrote: >>> Hi, >>> >>> On Fri, Aug 15, 2014 at 2:37 AM, Dirk Gouders wrote: Bin Liu writes:

Re: [PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2016-03-31 Thread Dirk Gouders
Dirk Gouders writes: > Roger Quadros writes: > >> On 31/03/16 01:16, Ruslan Bilovol wrote: >>> Hi, >>> >>> On Thu, Mar 31, 2016 at 1:08 AM, Bin Liu wrote: Hi, On Fri, Aug 15, 2014 at 2:37 AM, Dirk Gouders

Re: [PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2016-03-31 Thread Roger Quadros
On 31/03/16 01:16, Ruslan Bilovol wrote: > Hi, > > On Thu, Mar 31, 2016 at 1:08 AM, Bin Liu wrote: >> Hi, >> >> On Fri, Aug 15, 2014 at 2:37 AM, Dirk Gouders wrote: >>> Bin Liu writes: >>> Dirk, On Thu, Aug 14, 2014 at

Re: [PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2016-03-30 Thread Ruslan Bilovol
Hi, On Thu, Mar 31, 2016 at 1:08 AM, Bin Liu wrote: > Hi, > > On Fri, Aug 15, 2014 at 2:37 AM, Dirk Gouders wrote: >> Bin Liu writes: >> >>> Dirk, >>> >>> On Thu, Aug 14, 2014 at 1:52 AM, Dirk Gouders wrote: Bin

Re: [PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2016-03-30 Thread Bin Liu
Hi, On Fri, Aug 15, 2014 at 2:37 AM, Dirk Gouders wrote: > Bin Liu writes: > >> Dirk, >> >> On Thu, Aug 14, 2014 at 1:52 AM, Dirk Gouders wrote: >>> Bin Liu writes: >>> All, On Mon, Nov 18, 2013 at

Re: [PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2014-08-15 Thread Dirk Gouders
Bin Liu binml...@gmail.com writes: Dirk, On Thu, Aug 14, 2014 at 1:52 AM, Dirk Gouders d...@gouders.net wrote: Bin Liu binml...@gmail.com writes: All, On Mon, Nov 18, 2013 at 12:08 PM, Yann E. MORIN yann.morin.1...@free.fr wrote: Dirk, All, On 2013-11-07 15:05 +0100, Dirk Gouders

Re: [PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2014-08-15 Thread Sebastian Andrzej Siewior
On 08/15/2014 09:37 AM, Dirk Gouders wrote: Here, I still see the problem (I was wondering if the issue has been solved/gone by a kconfig-file modification). Perhaps, Sebastian could check if the problem, he reported still exists... I will re-test tonight and report. I don't see the patch in

Re: [PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2014-08-14 Thread Dirk Gouders
Bin Liu binml...@gmail.com writes: All, On Mon, Nov 18, 2013 at 12:08 PM, Yann E. MORIN yann.morin.1...@free.fr wrote: Dirk, All, On 2013-11-07 15:05 +0100, Dirk Gouders spake thusly: If choices consist of choice_values that depend on symbols set to 'm', those choice_values are not set

Re: [PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2014-08-14 Thread Bin Liu
Dirk, On Thu, Aug 14, 2014 at 1:52 AM, Dirk Gouders d...@gouders.net wrote: Bin Liu binml...@gmail.com writes: All, On Mon, Nov 18, 2013 at 12:08 PM, Yann E. MORIN yann.morin.1...@free.fr wrote: Dirk, All, On 2013-11-07 15:05 +0100, Dirk Gouders spake thusly: If choices consist of

Re: [PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2014-08-13 Thread Bin Liu
All, On Mon, Nov 18, 2013 at 12:08 PM, Yann E. MORIN yann.morin.1...@free.fr wrote: Dirk, All, On 2013-11-07 15:05 +0100, Dirk Gouders spake thusly: If choices consist of choice_values that depend on symbols set to 'm', those choice_values are not set to 'n' if the choice is changed from

Re: [PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2013-12-20 Thread Sebastian Andrzej Siewior
On 11/18/2013 07:08 PM, Yann E. MORIN wrote: Dirk, All, Hi Yann, Acked-by: Yann E. MORIN yann.morin.1...@free.fr It will be in my tree soon. Thanks! I've been looking at gitorious.org:linux-kconfig/linux-kconfig.git into the yem/kconfig-for-next and kconfig-rc-fixes branch and haven't

Re: [PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2013-11-18 Thread Yann E. MORIN
Dirk, All, On 2013-11-07 15:05 +0100, Dirk Gouders spake thusly: If choices consist of choice_values that depend on symbols set to 'm', those choice_values are not set to 'n' if the choice is changed from 'm' to 'y' (in which case only one active choice_value is allowed). Those values are

[PATCH v4] kconfig/symbol.c: handle choice_values that depend on 'm' symbols

2013-11-07 Thread Dirk Gouders
If choices consist of choice_values that depend on symbols set to 'm', those choice_values are not set to 'n' if the choice is changed from 'm' to 'y' (in which case only one active choice_value is allowed). Those values are also written to the config file causing modules to be built when they