summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-01-28Add some post-parsing warningsUlf Magnusson
2018-01-28Give symbol definition location(s) in warningsUlf Magnusson
2018-01-28Flag constant symbols where they're not allowedUlf Magnusson
2018-01-28Only check for implicit submenus for symbolsUlf Magnusson
2018-01-27Generate a parse error for extra tokens at EOLUlf Magnusson
2018-01-27Parse error consistency nitUlf Magnusson
2018-01-27Simplify help text parsing and _next_line()Ulf Magnusson
2018-01-27Tighten up syntax checkingUlf Magnusson
2018-01-26Remove long overview from kconfiglib.pyUlf Magnusson
2018-01-26Add project_urls to setup.pyUlf Magnusson
2018-01-26Clean up setup.py a bitUlf Magnusson
2018-01-26Remove BOOL and TRISTATE from _TYPE_TO_BASEUlf Magnusson
2018-01-25Add note re. custom output formatsUlf Magnusson
2018-01-25direct_dep documentation nitUlf Magnusson
2018-01-25Formatting nitUlf Magnusson
2018-01-25Mention that Windows support has been triedUlf Magnusson
2018-01-25Make 2.5.0 releasev2.5.0Ulf Magnusson