summaryrefslogtreecommitdiff
path: root/kconfiglib.py
AgeCommit message (Collapse)Author
2012-12-06Unconvolute evaluation of (in)equalities.Ulf Magnusson
2012-12-06Fix get_mainmenu_text() when none available.Ulf Magnusson
2012-12-06Only print Config.arch/srcarch if non-None.Ulf Magnusson
Also, Config.srctree cannot be None.
2012-12-04Improve some comments.Ulf Magnusson
2012-12-04Make $SRCARCH, $srctree, and the config filename queryable.Ulf Magnusson
Thanks to fpemud for spotting this.
2012-12-03add parent assignment for Choice objectfpemud
2012-12-03Record locations for symbols defined with 'menuconfig'.Ulf Magnusson
We previously only looked for T_CONFIG to determine if a location should be recorded. We need to look for T_MENUCONFIG as well. Also add some sanity checks for get_ref/def_location() to the test suite.
2012-11-08Skip invalid characters when tokenizing.Ulf Magnusson
Emulate zconf.l w.r.t. invalid characters at different locations within a line. This eliminates the need for special hacks to handle -*help-* "tokens". The Linux 3.7.0 configuration files now parse without errors.
2012-07-10Upload Kconfiglib, patch level 3.Ulf Magnusson