summaryrefslogtreecommitdiff
path: root/oldconfig.py
AgeCommit message (Collapse)Author
2018-06-22oldconfig: Put standard library imports firstUlf Magnusson
More common style.
2018-06-06Add license tags to scriptsUlf Magnusson
Everything's ISC.
2018-05-30Add tool helper for loading/saving .config filesUlf Magnusson
Removes repeated KCONFIG_CONFIG boilerplate. Also make allyesconfig use KCONFIG_CONFIG when writing (oversight), and document the sys.exit() behavior for standard_kconfig().
2018-05-30Add tool helper for selecting the top-level KconfigUlf Magnusson
standard_kconfig() gets the top-level Kconfig file from the first command-line argument, defaulting to "Kconfig". This removes some boilerplate from tools.
2018-05-27oldconfig: Move from examples/ to rootUlf Magnusson
All the packaged code will appear in the root.