summaryrefslogtreecommitdiff
path: root/examples/defconfig_oldconfig.py
AgeCommit message (Collapse)Author
2015-05-24Add example that mirrors defconfig and oldconfig.Ulf Magnusson
From https://github.com/ulfalizer/Kconfiglib/issues/15. Getting the output to match up exactly requires emulating each step, due to Kconfig subtleties related to which symbols have been assigned values by the user. The output might differ with other approaches, but this is not a bug.