summaryrefslogtreecommitdiff
path: root/kconfiglib.py
AgeCommit message (Expand)Author
2018-07-15Switch to more sensible globbing statements (w/ backwards compatibility)Ulf Magnusson
2018-07-15Reorder _filestack fieldsUlf Magnusson
2018-07-15Detect recursive 'source' earlierUlf Magnusson
2018-07-13Fix absolute $srctree prefixes showing up on gsource'd filesUlf Magnusson
2018-07-11Massively speed up U-Boot parsingUlf Magnusson
2018-07-11Comment formatting nitUlf Magnusson
2018-07-10Remove trailing whitespaceUlf Magnusson
2018-07-10Warn if int/hex 'default' is outside active 'range'Ulf Magnusson
2018-07-10Warn if int/hex/string symbols are evaluated logicallyUlf Magnusson
2018-07-10Add Kconfig preprocessorUlf Magnusson
2018-07-10Generalize select-with-unsatisfied-deps warningUlf Magnusson
2018-07-02Refactor tokenization a bitUlf Magnusson
2018-07-02Simplify some dict.get() calls by passing defaultsUlf Magnusson
2018-07-02Simplify some _warn() callsUlf Magnusson
2018-07-02Tighten up named choice parsingUlf Magnusson
2018-07-02Number tokens from 1 to simplify some checksUlf Magnusson
2018-07-01Drop some compatibility and tighten up lexingUlf Magnusson
2018-06-22Turn MenuNode/Symbol/Choice.referenced() into a @propertyUlf Magnusson
2018-06-22Add Symbol/Choice.referenced() convenience methodsUlf Magnusson
2018-06-20Simplify MenuNode.referenced() a bitUlf Magnusson
2018-06-20Rename KconfigSyntaxError to KconfigErrorUlf Magnusson
2018-06-19Add dependency loop detectionUlf Magnusson
2018-06-15Rename _copy_props_to_sc() to _add_props_to_sc()Ulf Magnusson
2018-06-15Comment wording nitUlf Magnusson
2018-06-15Rename _copy_deps_to_sc() to _copy_props_to_sc()Ulf Magnusson
2018-06-14Correctly report choice locations in some warningsUlf Magnusson
2018-06-14Remove redundant str()Ulf Magnusson
2018-06-14Comment formatting nitUlf Magnusson
2018-06-14Fix MenuNode.referenced() on Kconfig.top_nodeUlf Magnusson
2018-06-14Fix incorrectly ordered properties for some nested multi.def. symbolsUlf Magnusson
2018-06-13Add MenuNode function that returns referenced itemsUlf Magnusson
2018-06-12Grammar nitUlf Magnusson
2018-06-12Simplify expr_items()Ulf Magnusson
2018-06-12Simplify _make_depend_on() some moreUlf Magnusson
2018-06-12Simplify _make_depend_on()Ulf Magnusson
2018-06-12Replace a 'raise InternalError' with _internal_error()Ulf Magnusson
2018-06-12Remove redundant 'pass' from exception classesUlf Magnusson
2018-06-11Add a function for getting all items in an expressionUlf Magnusson
2018-06-06standard_config_filename() style nitUlf Magnusson
2018-05-30Add tool helper for loading/saving .config filesUlf Magnusson
2018-05-30Add tool helper for selecting the top-level KconfigUlf Magnusson
2018-05-27Provide lists with all menus and commentsUlf Magnusson
2018-05-27Make Kconfig._choices publicUlf Magnusson
2018-05-27Get rid of the predefined UNAME_RELEASE symbolUlf Magnusson
2018-05-27Simplify unquoted string default checkUlf Magnusson
2018-05-26Micro-optimize _parse_help() loopUlf Magnusson
2018-05-25Style nitUlf Magnusson
2018-05-25Warn if quotes are omitted around string defaultsUlf Magnusson
2018-05-19Warn for incompatible uses of 'option env=...'Ulf Magnusson
2018-05-19Micro-optimize help text parsing some moreUlf Magnusson