summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-27Implement 'rsource' statement ('source' with relative path)Roman
2018-02-25Clarify the purpose of _STRING_LEXUlf Magnusson
2018-02-25menuconfig.py: More style and comment nitsUlf Magnusson
2018-02-25menuconfig.py: Style and comment nitsUlf Magnusson
2018-02-23menuconfig.py: Remove unused STR_TO_TRI importUlf Magnusson
2018-02-16Make 3.1.0 releasev3.1.0Ulf Magnusson
2018-02-16Include direct deps. in Symbol/Choice.__str__()Ulf Magnusson
2018-02-09oldconfig.py style nitsUlf Magnusson
2018-02-09Simplify tri_value_str() in oldconfig.pyUlf Magnusson
2018-02-09Simplify visibility check in Choice._get_selection()Ulf Magnusson
2018-02-08oldconfig.py comment nitUlf Magnusson
2018-02-08Give hint about recognizing undefined symbolsUlf Magnusson
2018-02-08README nitUlf Magnusson
2018-02-08Fix typo in module docstringUlf Magnusson
2018-02-08_parse_expr() docstring nitUlf Magnusson
2018-02-08Make 3.0.0 releasev3.0.0Ulf Magnusson
2018-02-08Don't special-case user_value for choice symbols set to yUlf Magnusson
2018-02-08oldconfig.py comment nitUlf Magnusson
2018-02-08Prompt for choices with new visible symbols in oldconfig.pyUlf Magnusson
2018-02-07Add back omitted $ARCH != $SRCARCH defconfig testsUlf Magnusson
2018-02-07Give symbol locations in merge_config.py warningsUlf Magnusson
2018-02-07Make 2.7.0 releasev2.7.0Ulf Magnusson
2018-02-07Allow "n"/"m"/"y" as aliases for 0/1/2 in set_value()Ulf Magnusson
2018-02-06Add help text display feature to oldconfig.pyUlf Magnusson
2018-02-06Refactor do_oldconfig() slightlyUlf Magnusson
2018-02-06Account for earlier symbols depending on later ones in oldconfig.pyUlf Magnusson
2018-02-06Consistently use 'kconf' instead of 'conf'Ulf Magnusson
2018-02-06Add oldconfig.py example scriptUlf Magnusson
2018-02-03Add example that finds references to undefined symbolsUlf Magnusson
2018-02-03Refactor test suite arch Kconfig loadingUlf Magnusson
2018-02-03Set $KERNELVERSION properly in test suiteUlf Magnusson
2018-01-30Make 2.6.0 releasev2.6.0Ulf Magnusson
2018-01-30Fix warnings printed for test suiteUlf Magnusson
2018-01-30Warn if choice symbol has prompt outside choiceUlf Magnusson
2018-01-29Warn if a choice symbol has defaultsUlf Magnusson
2018-01-29Warn if menuconfig statement has no promptUlf Magnusson
2018-01-29Give tip about getting rid of warningsUlf Magnusson
2018-01-29Warn if help text is emptyUlf Magnusson
2018-01-29Refactor _check_sym_sanity()Ulf Magnusson
2018-01-29Move sym.ranges check to end of _check_sym_sanity()Ulf Magnusson
2018-01-29Warn if a symbol/choice has multiple promptsUlf Magnusson
2018-01-29Sanity-check range valuesUlf Magnusson
2018-01-29Improve int/hex sanity checkingUlf Magnusson
2018-01-28Warn if a symbol is defined with multiple typesUlf Magnusson
2018-01-28Remove redundant is_constant checkUlf Magnusson
2018-01-28Add some warnings related to selects and impliesUlf Magnusson
2018-01-28Warn if there's more than one help textUlf Magnusson
2018-01-28Add more choice type and prompt sanity checksUlf Magnusson
2018-01-28Refactor post-parsing sanity checkingUlf Magnusson
2018-01-28Error out for malformed hex/int/string defaultsUlf Magnusson