aboutsummaryrefslogtreecommitdiffstats
path: root/Kconfiglib/kconfiglib.py
AgeCommit message (Collapse)Author
2021-05-12Kconfiglib: add support for bare 'modules' keywordBruce Ashfield
commit 6dd85ff178cd76851e2184b13e545f5a88d1be30 [kconfig: change "modules" from sub-option to first-level attribute] broke parsing in 5.13+ trees. We add the new location to the parser so we can support both types of module specifications. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-07-20kconfiglib: refresh to tip of treeBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-01-14Kconfiglib: resync to latestBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2018-09-06Kconfiglib: update to Kconfiglib2Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-07-18tools: import KconfiglibBruce Ashfield
To provide better analysis of config items that don't make it into the final .config, we can use Kconfiglib to load the .config and parse the kernel's Kconfig files. To avoid introducing a library dependency, we grab a copy of Kconfiglib here and then make it available where ever the kern-tools can be used. Kconfiglib works standalone, so the capture makes sense, versus looking for build system, or distro specific packaging. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>