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

2015-10-08 Thread Michal Marek
On Wed, Oct 07, 2015 at 04:16:33PM -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 >

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

2015-10-07 Thread Luis R. Rodriguez
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 document why such limitation exists. While at it also documen