summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-04Generalize is_menuconfig to non-symbol itemsUlf Magnusson
2018-03-28Parenthesize && expressions within || expressionsUlf Magnusson
2018-03-26Use expr_str() to print selected/implied symbolsUlf Magnusson
2018-03-26Refactor expr_str() casesUlf Magnusson
2018-03-25merge_config.py: Clean up name_and_loc_str()Ulf Magnusson
2018-03-24Warn if a choice symbol is selected or impliedUlf Magnusson
2018-03-24_check_choice_sanity() style nitUlf Magnusson
2018-03-24Rename _name_and_loc_str() to _name_and_loc()Ulf Magnusson
2018-03-24Refactor _warn_select_unsatisfied_deps()Ulf Magnusson
2018-03-24Remove redundant int/hex user value 'is None' checkUlf Magnusson
2018-03-23testsuite.py: Remove redundant enable_warnings() callUlf Magnusson
2018-03-23Warn if user (.config) value is outside of 'range'Ulf Magnusson
2018-03-22Remove redundant int/hex user value validity checkUlf Magnusson
2018-03-20Add kconfig.py from Zephyr as a real-world exampleUlf Magnusson
2018-03-20Use iglob() rather than glob()Ulf Magnusson
2018-03-20Get rid of local 'prompt' variableUlf Magnusson
2018-03-20Add parent deps to the right in _T_IFUlf Magnusson
2018-03-20_parse_properties() nitUlf Magnusson
2018-03-20Clean up some parent dependency conditionalsUlf Magnusson
2018-03-20Reorder _parse_block() parametersUlf Magnusson
2018-03-19Clean up _int_hex_value_is_sane()Ulf Magnusson
2018-03-19Clean up _expr_depends_on() a bitUlf Magnusson
2018-03-19Simplify _has_auto_menu_dep()Ulf Magnusson
2018-03-19Remove empty prompt text check in _flatten()Ulf Magnusson
2018-03-18Add print_config_tree.py example script (#42)Ricardo F
2018-03-17Make 4.1.0 releasev4.1.0Ulf Magnusson
2018-03-17Remove TILE architecture from test suiteUlf Magnusson
2018-03-16Link to pymenuconfigUlf Magnusson
2018-03-13Test grsource with nonexistent fileUlf Magnusson
2018-03-13Mention rsource and gsource in READMEUlf Magnusson
2018-03-13Add a globbing source statementUlf Magnusson
2018-03-11Fix broken formattingUlf Magnusson
2018-03-11Make 4.0.0 releasev4.0.0Ulf Magnusson
2018-03-11Add minimal configuration file generation supportUlf Magnusson
2018-03-11Properly remember y user values for choice symbolsUlf Magnusson
2018-03-10testsuite.py: Break out a defconfig_files() helperUlf Magnusson
2018-03-09testsuite.py: Don't count defconfig filesUlf Magnusson
2018-03-06Simplify test suite loggingUlf Magnusson
2018-03-06Avoid shadowing test_defconfig() 'srcarch' parameterUlf Magnusson
2018-03-06testsuite.py: Use 'srcarch' instead of '_arch' in test_defconfig()Ulf Magnusson
2018-03-06testsuite.py: Refactor run_compatibility_tests()Ulf Magnusson
2018-03-05Use comments instead of docstrings for internal functionsUlf Magnusson
2018-03-05Move 'val' initialization a bit later in tri_value()Ulf Magnusson
2018-03-05Remove _get_* prefix from internal worker functionsUlf Magnusson
2018-03-05Fix defconfig_list-related comment typoUlf Magnusson
2018-03-05Do not write the defconfig_list symbol to .configUlf Magnusson
2018-03-05Simplify sync_deps() value testsUlf Magnusson
2018-03-03_write_old_vals() consistency nitUlf Magnusson
2018-03-03Simplify initial auto.conf setupUlf Magnusson
2018-03-03Accept existing directory with no auto.conf in sync_deps()Ulf Magnusson