Re: [PATCH] kbuild: document recursive dependency limitation / resolution

2015-09-23 Thread Luis R. Rodriguez
On Thu, Sep 03, 2015 at 01:56:49PM +0200, Paul Bolle wrote: > Hi Luis, > > (This landed in my Inbox when I was away from keyboard for a few weeks. > And then I dragged my feet a bit in answering this. Sorry about that.) No worries I will note that I try to be as thorough so sadly this can go on f

Re: [PATCH] kbuild: document recursive dependency limitation / resolution

2015-09-23 Thread Luis R. Rodriguez
On Tue, Aug 04, 2015 at 01:57:21PM +0200, Michal Marek wrote: > Dne 29.7.2015 v 22:34 Randy Dunlap napsal(a): > > On 07/29/15 13:09, Luis R. Rodriguez wrote: > >> From: "Luis R. Rodriguez" > >> > >> Recursive dependency issues with kconfig are unavoidable due to > >> some limitations with kconfig,

Re: [PATCH] kbuild: document recursive dependency limitation / resolution

2015-09-23 Thread Luis R. Rodriguez
On Wed, Jul 29, 2015 at 01:34:50PM -0700, Randy Dunlap wrote: > On 07/29/15 13:09, Luis R. Rodriguez wrote: > > + > > +Kconfig recursive dependency limitations > > + > > + > > +If you've hit the Kconfig error: "recursive dependency detected" you've run > > +i

Re: [PATCH] kbuild: document recursive dependency limitation / resolution

2015-09-23 Thread Luis R. Rodriguez
On Wed, Jul 29, 2015 at 01:54:07PM -0700, j...@joshtriplett.org wrote: > On Wed, Jul 29, 2015 at 01:09:16PM -0700, Luis R. Rodriguez wrote: > > From: "Luis R. Rodriguez" > > > > Recursive dependency issues with kconfig are unavoidable due to > > some limitations with kconfig, since these issues a

Re: [PATCH] kbuild: document recursive dependency limitation / resolution

2015-09-08 Thread Luis R. Rodriguez
On Thu, Sep 3, 2015 at 4:56 AM, Paul Bolle wrote: > Hi Luis, > > (This landed in my Inbox when I was away from keyboard for a few weeks. > And then I dragged my feet a bit in answering this. Sorry about that.) No worries. > On ma, 2015-08-10 at 20:57 +0200, Luis R. Rodriguez wrote: >> On Wed, Au

Re: [PATCH] kbuild: document recursive dependency limitation / resolution

2015-09-03 Thread Paul Bolle
Hi Luis, (This landed in my Inbox when I was away from keyboard for a few weeks. And then I dragged my feet a bit in answering this. Sorry about that.) On ma, 2015-08-10 at 20:57 +0200, Luis R. Rodriguez wrote: > On Wed, Aug 05, 2015 at 01:57:20PM +0200, Paul Bolle wrote: > You're right this coul

Re: [PATCH] kbuild: document recursive dependency limitation / resolution

2015-08-10 Thread Luis R. Rodriguez
On Wed, Aug 05, 2015 at 01:57:20PM +0200, Paul Bolle wrote: > > --- a/Documentation/kbuild/kconfig-language.txt > > +++ b/Documentation/kbuild/kconfig-language.txt > > @@ -393,3 +393,25 @@ config FOO > > depends on BAR && m > > > > limits FOO to module (=m) or disabled (=n). > > + > > +Kconf

Re: [PATCH] kbuild: document recursive dependency limitation / resolution

2015-08-05 Thread Paul Bolle
[Once again I removed Yann from the addresses used. I suppose I'll just send a trivial patch to remove Yann's M: line for MAINTAINERS.] Hi Luis, On wo, 2015-07-29 at 13:09 -0700, Luis R. Rodriguez wrote: > Recursive dependency issues with kconfig are unavoidable due to > some limitations with kco

Re: [PATCH] kbuild: document recursive dependency limitation / resolution

2015-08-04 Thread Paul Bolle
On di, 2015-08-04 at 13:57 +0200, Michal Marek wrote: > should I apply the patch with the typo fixed or are you going to send > a v2? I'm afraid I have been thinking about some comments for quite a few days now. So a v2 would be appreciated. Or, alternatively, Michal could perhaps wait another d

Re: [PATCH] kbuild: document recursive dependency limitation / resolution

2015-08-04 Thread Michal Marek
Dne 29.7.2015 v 22:34 Randy Dunlap napsal(a): > On 07/29/15 13:09, Luis R. Rodriguez wrote: >> From: "Luis R. Rodriguez" >> >> Recursive dependency issues with kconfig are unavoidable due to >> some limitations with kconfig, since these issues are recurring >> provide a hint to the user how they c

Re: [PATCH] kbuild: document recursive dependency limitation / resolution

2015-07-29 Thread josh
On Wed, Jul 29, 2015 at 01:09:16PM -0700, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > Recursive dependency issues with kconfig are unavoidable due to > some limitations with kconfig, since these issues are recurring > provide a hint to the user how they can resolve these dependency >

Re: [PATCH] kbuild: document recursive dependency limitation / resolution

2015-07-29 Thread Randy Dunlap
On 07/29/15 13:09, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > Recursive dependency issues with kconfig are unavoidable due to > some limitations with kconfig, since these issues are recurring > provide a hint to the user how they can resolve these dependency > issues and also docume