From: Luis R. Rodriguez Date: Wed, 7 Oct 2015 23:16:33 +0000 (-0700) Subject: kbuild: document recursive dependency limitation / resolution X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=6be08df9d385c3a7a49e22883e052fc13d4e5794;hp=6be08df9d385c3a7a49e22883e052fc13d4e5794;p=carl9170fw.git kbuild: document recursive dependency limitation / resolution 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 document a bit of future prospects of ways to enhance Kconfig, including providing formal semantics and evaluation of use of a SAT solver. If you're interested in this work or prospects of it check out the kconfig-sat project wiki [0] and mailing list [1]. [0] http://kernelnewbies.org/KernelProjects/kconfig-sat [1] https://groups.google.com/d/forum/kconfig-sat Cc: Geert Uytterhoeven Cc: James Bottomley Cc: Josh Triplett Cc: Paul Bolle Cc: Herbert Xu Cc: Takashi Iwai Cc: "Yann E. MORIN" Cc: Jonathan Corbet Cc: Mate Soos Signed-off-by: Luis R. Rodriguez Signed-off-by: Michal Marek Signed-off-by: Christian Lamparter ---