summaryrefslogtreecommitdiff
path: root/kconfiglib.py
AgeCommit message (Expand)Author
2012-12-07Small simplification.Ulf Magnusson
2012-12-07Fix get_menus() ordering w.r.t. nested menus.Ulf Magnusson
2012-12-07Clarify ordering with get_actual_items().Ulf Magnusson
2012-12-06Add Choice.get_help().Ulf Magnusson
2012-12-06Clarify eval() and always use transform_m = True.Ulf Magnusson
2012-12-06Clarify documentation for 'Choice'.Ulf Magnusson
2012-12-06Get rid of _eval_to_int().Ulf Magnusson
2012-12-06Clarify and tighten up get_assignable_values().Ulf Magnusson
2012-12-06Clarify and tighten up get_lower/upper_bound().Ulf Magnusson
2012-12-06Clarify and tighten up is_modifiable().Ulf Magnusson
2012-12-06Clean up is_modifiable().Ulf Magnusson
2012-12-06Move examples into separate directory.Ulf Magnusson
2012-12-06Spell nit.Ulf Magnusson
2012-12-06Remove redundant variable.Ulf Magnusson
2012-12-06Remove some ugly redundant else's.Ulf Magnusson
2012-12-06Space out a bit.Ulf Magnusson
2012-12-06Add Config.n/m/y as aliases for Config.syms["n"/"m"/"y"].Ulf Magnusson
2012-12-06Fix _internal_error() call.Ulf Magnusson
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
2012-12-04Improve some comments.Ulf Magnusson
2012-12-04Make $SRCARCH, $srctree, and the config filename queryable.Ulf Magnusson
2012-12-03add parent assignment for Choice objectfpemud
2012-12-03Record locations for symbols defined with 'menuconfig'.Ulf Magnusson
2012-11-08Skip invalid characters when tokenizing.Ulf Magnusson
2012-07-10Upload Kconfiglib, patch level 3.Ulf Magnusson