Age | Commit message (Expand) | Author |
2021-04-14 | kconfig: split menu.c out of parser.y | Masahiro Yamada |
2021-04-14 | kconfig: change "modules" from sub-option to first-level attribute | Masahiro Yamada |
2021-04-14 | kconfig: remove allnoconfig_y option | Masahiro Yamada |
2021-04-14 | kconfig: change defconfig_list option to environment variable | Masahiro Yamada |
2020-05-12 | kconfig: do not assign a variable in the return statement | Masahiro Yamada |
2020-01-07 | kconfig: fix nesting of symbol help text | Thomas Hebb |
2020-01-07 | kconfig: distinguish between dependencies and visibility in help text | Thomas Hebb |
2020-01-07 | kconfig: list all definitions of a symbol in help text | Thomas Hebb |
2020-01-07 | kconfig: squash prop_alloc() into menu_add_prop() | Masahiro Yamada |
2020-01-07 | kconfig: remove 'prompt' argument from menu_add_prop() | Masahiro Yamada |
2020-01-07 | kconfig: move prompt handling to menu_add_prompt() from menu_add_prop() | Masahiro Yamada |
2020-01-07 | kconfig: use parent->dep as the parentdep of 'menu' | Masahiro Yamada |
2020-01-07 | kconfig: remove the rootmenu check in menu_add_prop() | Masahiro Yamada |
2018-12-28 | kconfig: convert to SPDX License Identifier | Masahiro Yamada |
2018-12-22 | kconfig: refactor scanning and parsing "option" properties | Masahiro Yamada |
2018-07-18 | kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE | Dirk Gouders |
2018-05-29 | kconfig: reference environment variables directly and remove 'option env=' | Masahiro Yamada |
2018-05-28 | kconfig: drop localization support | Sam Ravnborg |
2018-03-26 | kconfig: Print reverse dependencies in groups | Eugeniu Rosca |
2018-03-26 | kconfig: clean-up reverse dependency help implementation | Masahiro Yamada |
2018-03-02 | kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_list | Masahiro Yamada |
2018-01-25 | kconfig: make "Selected by:" and "Implied by:" readable | Petr Vorel |
2018-01-22 | kconfig: Clarify menu and 'if' dependency propagation | Ulf Magnusson |
2018-01-22 | kconfig: Document 'if' flattening logic | Ulf Magnusson |
2018-01-22 | kconfig: Clarify choice dependency propagation | Ulf Magnusson |
2018-01-22 | kconfig: Document SYMBOL_OPTIONAL logic | Ulf Magnusson |
2018-01-22 | kconfig: drop 'boolean' keyword | Masahiro Yamada |
2018-01-22 | kconfig: Remove menu_end_entry() | Ulf Magnusson |
2018-01-22 | kconfig: Document automatic submenu creation code | Ulf Magnusson |
2018-01-22 | kconfig: Fix choice symbol expression leak | Ulf Magnusson |
2018-01-22 | kconfig: Fix automatic menu creation mem leak | Ulf Magnusson |
2017-12-15 | kconfig: Clean up modules handling and fix crash | Ulf Magnusson |
2017-12-15 | kconfig: Clarify expression rewriting | Ulf Magnusson |
2017-12-15 | kconfig: Rename menu_check_dep() to rewrite_m() | Ulf Magnusson |
2017-12-07 | kconfig: Warn if choice default is not in choice | Ulf Magnusson |
2016-11-16 | Kconfig: Introduce the "imply" keyword | Nicolas Pitre |
2016-01-05 | kconfig: return 'false' instead of 'no' in bool function | Vegard Nossum |
2015-02-25 | kconfig: Remove unnecessary prototypes from headers | Michal Marek |
2014-11-28 | kconfig: Fix warning "‘jump’ may be used uninitialized" | Peter Kümmel |
2014-06-10 | kbuild: trivial - use tabs for code indent where possible | Masahiro Yamada |
2014-04-07 | kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT | Josh Triplett |
2013-10-08 | kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->len | Martin Walch |
2013-10-08 | kconfig: adjust warning message for conflicting types | Martin Walch |
2013-10-08 | kconfig: fix trivial typos and update mconf documentation | Martin Walch |
2013-09-05 | kconfig: do not allow more than one symbol to have 'option modules' | Yann E. MORIN |
2013-09-05 | kconfig: do not special-case 'MODULES' symbol | Yann E. MORIN |
2013-07-10 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds |
2013-06-18 | mconf/nconf: mark empty menus/menuconfigs different from non-empty ones | Dirk Gouders |
2013-05-30 | kconfig/menu.c: fix multiple references to expressions in menu_add_prop() | Dirk Gouders |
2013-05-07 | menuconfig: fix NULL pointer dereference when searching a symbol | Li Zefan |