kconfig: make unmet dependency warnings readable
[carl9170fw.git] / config /
2019-02-10 Masahiro Yamadakconfig: make unmet dependency warnings readable
2019-02-10 Masahiro Yamadakconfig: warn unmet direct dependency of tristate symbo...
2019-02-10 Masahiro Yamadakconfig: hide irrelevant sub-menus for oldconfig
2019-02-10 Masahiro Yamadakconfig: remove redundant input_mode test for check_con...
2019-02-10 Masahiro Yamadakconfig: remove unneeded input_mode test in conf()
2019-02-10 Masahiro Yamadakconfig: do not call check_conf() for olddefconfig
2019-02-10 Ulf Magnussonkconfig: only write '# CONFIG_FOO is not set' for visib...
2019-02-10 Eugeniu Roscakconfig: Print reverse dependencies in groups
2019-02-10 Masahiro Yamadakconfig: clean-up reverse dependency help implementation
2019-02-10 Masahiro Yamadakconfig: fix line number in recursive inclusion error...
2019-02-10 Masahiro Yamadakconfig: Don't leak choice names during parsing
2019-02-10 Masahiro Yamadakconfig: set SYMBOL_AUTO to the symbol marked with...
2019-02-10 Masahiro Yamadakconfig: add xstrdup() helper
2019-02-10 Masahiro Yamadakconfig: remove const qualifier from sym_expand_string_...
2019-02-10 Masahiro Yamadakconfig: add xrealloc() helper
2019-02-10 Masahiro Yamadakconfig: send error messages to stderr
2019-02-10 Masahiro Yamadakconfig: echo stdin to stdout if either is redirected
2019-02-10 Masahiro Yamadakconfig: remove check_stdin()
2019-02-10 Masahiro Yamadakconfig: show '?' prompt even if no help text is available
2019-02-10 Masahiro Yamadakconfig: do not write choice values when their dependen...
2019-02-10 Ulf Magnussonkconfig: Warn if help text is blank
2019-02-10 Petr Vorelkconfig: make "Selected by:" and "Implied by:" readable
2019-02-10 Ulf Magnussonkconfig: Clarify menu and 'if' dependency propagation
2019-02-10 Ulf Magnussonkconfig: Document 'if' flattening logic
2019-02-10 Ulf Magnussonkconfig: Clarify choice dependency propagation
2019-02-10 Ulf Magnussonkconfig: Document SYMBOL_OPTIONAL logic
2019-02-10 Masahiro Yamadakconfig: use default 'yy' prefix for lexer and parser
2019-02-10 Masahiro Yamadakconfig: make conf_unsaved a local variable of conf_read()
2019-02-10 Masahiro Yamadakconfig: make xfgets() really static
2019-02-10 Masahiro Yamadakconfig: make input_mode static
2019-02-10 Ulf Magnussonkconfig: Warn if there is more than one help text
2019-02-10 Masahiro Yamadakconfig: drop 'boolean' keyword
2019-02-10 Ulf Magnussonkconfig: Remove menu_end_entry()
2019-02-10 Ulf Magnussonkconfig: Document important expression functions
2019-02-10 Ulf Magnussonkconfig: Document automatic submenu creation code
2019-02-10 Ulf Magnussonkconfig: Fix choice symbol expression leak
2019-02-10 Ulf Magnussonkconfig: Fix expr_free() E_NOT leak
2019-02-10 Ulf Magnussonkconfig: Fix automatic menu creation mem leak
2019-02-10 Ulf Magnussonkconfig: Don't leak main menus during parsing
2019-02-10 Ulf Magnussonkconfig: Don't leak 'option' arguments during parsing
2019-02-10 Ulf Magnussonkconfig: Don't leak 'source' filenames during parsing
2019-02-10 Ulf Magnussonkconfig: Don't leak symbol names during parsing
2019-02-10 Masahiro Yamadakconfig: display recursive dependency resolution hint...
2019-02-10 Ulf Magnussonkconfig: Clean up modules handling and fix crash
2019-02-10 Ulf Magnussonkconfig: Clarify expression rewriting
2019-02-10 Ulf Magnussonkconfig: Rename menu_check_dep() to rewrite_m()
2019-02-10 Ulf Magnussonkconfig: Sync zconf.y with zconf.tab.c_shipped
2019-02-10 Ulf Magnussonkconfig: Document the 'symbol' struct
2019-02-10 Ulf Magnussonkconfig: Document the 'menu' struct
2019-02-10 Ulf Magnussonkconfig: Warn if choice default is not in choice
2018-01-26 Nicolas Pitrekconfig: fix relational operators for bool and tristate...
2018-01-26 Heinrich Schuchardtkconfig/symbol.c: use correct pointer type argument...
2018-01-26 Greg Kroah-HartmanLicense cleanup: add SPDX GPL-2.0 license identifier...
2017-11-05 Linus TorvaldsRemove gperf usage from toolchain
2017-11-05 Nicolas PitreKconfig: Introduce the "imply" keyword
2017-11-05 Dirk Gouderskconfig/symbol.c: handle choice_values that depend...
2017-11-05 Paul Bollekconfig: add unexpected data itself to warning
2016-04-27 Al Virounbreak allmodconfig KCONFIG_ALLCONFIG=...
2016-04-27 Vegard Nossumkconfig: return 'false' instead of 'no' in bool function
2016-04-27 Markus Mayerkconfig: allow kconfig to handle longer path names
2016-04-27 Michal Sojkakconfig: Fix copy&paste error
2016-04-27 Luis R. Rodriguezkbuild: document recursive dependency limitation /...
2016-04-27 Andreas Ruprechtkconfig: warn of unhandled characters in Kconfig commands
2016-04-27 Markus Elfringkconfig: Delete unnecessary checks before the function...
2016-04-27 Jan Beulichkconfig: allow use of relations other than (in)equality
2016-04-27 Jan Beulichkconfig: don't silently ignore unhandled characters
2016-04-27 Martin WalchKconfig: Remove bad inference rules expr_eliminate_dups2()
2015-05-20 Michal Marekkconfig: Do not print status messages in make -s mode
2015-05-20 Michal Marekkconfig: Remove unnecessary prototypes from headers
2015-05-20 Michal Marekkconfig: Remove dead code
2015-05-20 Michal Marekkconfig: Get rid of the P() macro in headers
2015-05-20 Colin Ian Kingkconfig: use va_end to match corresponding va_start
2015-01-01 Peter Kümmelkconfig: Fix warning "‘jump’ may be used uninitialized"
2015-01-01 Andrey UtkinReplace mentions of "list_struct" to "list_head"
2015-01-01 Masahiro Yamadakbuild: trivial - use tabs for code indent where possible
2015-01-01 Masahiro Yamadakbuild: trivial - remove trailing empty lines
2015-01-01 Josh Triplettkconfig: make allnoconfig disable options behind EMBEDD...
2013-12-22 Christian LamparterMerge branch 'master' of git://github.com/chunkeey...
2013-11-23 Martin Walchkconfig: fix bug in search results string: use strlen...
2013-11-23 Martin Walchkconfig: remove unused definition from scanner
2013-11-23 Martin Walchkconfig: adjust warning message for conflicting types
2013-11-23 Martin Walchkconfig: fix trivial typos and update mconf documentation
2013-11-23 Martin Walchkconfig: add short explanation to SYMBOL_WRITE
2013-10-25 Christian LamparterMerge branch 'master' of git://github.com/chunkeey...
2013-10-23 Yann E. MORINkconfig: do not allow more than one symbol to have...
2013-10-23 Yann E. MORINkconfig: do not special-case 'MODULES' symbol
2013-10-23 Yann E. MORINkconfig: silence warning when parsing auto.conf when...
2013-10-23 Kees Cookkconfig: switch to "long long" for sanity
2013-10-23 Yann E. MORINkconfig: simplify symbol-search code
2013-10-23 Yann E. MORINkconfig: don't allocate n+1 elements in temporary array
2013-10-23 Yann E. MORINkconfig: minor style fixes in symbol-search code
2013-10-23 Yann E. MORINkconfig: avoid multiple calls to strlen
2013-10-23 Kees Cookkconfig: allow "hex" and "range" to support longs
2013-10-23 Yann E. MORINRevert "kconfig: fix randomising choice entries in...
2013-10-23 Yann E. MORINkconfig: fix randomising choice entries in presence...
2013-10-23 Yann E. MORINkconfig: loop as long as we changed some symbols in...
2013-10-23 Yann E. MORINkconfig: sort found symbols by relevance
2013-10-23 Yann E. MORINkconfig/conf: print the seed used to initialise the...
2013-10-23 Yann E. MORINkconfig/conf: accept a base-16 seed for randconfig
2013-10-23 Yann E. MORINkconfig/conf: fix randconfig setting multiple symbols...
next