Age | Commit message (Expand) | Author | Files | Lines |
2021-04-19 | kconfig: remove unused PACKAGE definition | Masahiro Yamada | 1 | -4/+0 |
2021-04-14 | kconfig: change sym_change_count to a boolean flag | Masahiro Yamada | 1 | -2/+0 |
2021-04-14 | kconfig: change "modules" from sub-option to first-level attribute | Masahiro Yamada | 1 | -1/+0 |
2021-04-14 | kconfig: remove allnoconfig_y option | Masahiro Yamada | 1 | -1/+0 |
2021-04-14 | kconfig: change defconfig_list option to environment variable | Masahiro Yamada | 1 | -1/+0 |
2021-04-14 | kconfig: move conf_set_all_new_symbols() to conf.c | Masahiro Yamada | 1 | -11/+0 |
2021-03-25 | kconfig: move conf_rewrite_mod_or_yes() to conf.c | Masahiro Yamada | 1 | -1/+0 |
2020-12-08 | kconfig: make lkc.h self-sufficient #include-wise | Boris Kolpackov | 1 | -0/+4 |
2020-09-20 | kconfig: qconf: fix incomplete type 'struct gstr' warning | Masahiro Yamada | 1 | -17/+30 |
2020-01-06 | kconfig: Add yes2modconfig and mod2yesconfig targets. | Tetsuo Handa | 1 | -0/+3 |
2020-01-06 | kconfig: squash prop_alloc() into menu_add_prop() | Masahiro Yamada | 1 | -1/+0 |
2019-06-09 | kconfig: require the argument of --defconfig | Masahiro Yamada | 1 | -1/+0 |
2019-05-14 | kconfig: make conf_get_autoconfig_name() static | Masahiro Yamada | 1 | -1/+0 |
2019-02-13 | kconfig: rename zconf.l to lexer.l | Masahiro Yamada | 1 | -1/+1 |
2018-12-28 | kconfig: split the lexer out of zconf.y | Masahiro Yamada | 1 | -0/+3 |
2018-12-28 | kconfig: split some C files out of zconf.y | Masahiro Yamada | 1 | -0/+1 |
2018-12-28 | kconfig: convert to SPDX License Identifier | Masahiro Yamada | 1 | -1/+1 |
2018-12-28 | kconfig: remove keyword lookup table entirely | Masahiro Yamada | 1 | -9/+0 |
2018-12-21 | kconfig: refactor scanning and parsing "option" properties | Masahiro Yamada | 1 | -6/+3 |
2018-12-21 | kconfig: use distinct tokens for type and default properties | Masahiro Yamada | 1 | -1/+0 |
2018-08-14 | kconfig: remove unused sym_get_env_prop() function | Masahiro Yamada | 1 | -1/+0 |
2018-07-25 | kconfig: rename file_write_dep and move it to confdata.c | Masahiro Yamada | 1 | -1/+0 |
2018-05-28 | kconfig: reference environment variables directly and remove 'option env=' | Masahiro Yamada | 1 | -4/+1 |
2018-05-28 | kconfig: drop localization support | Sam Ravnborg | 1 | -14/+0 |
2018-03-25 | kconfig: use yylineno option instead of manual lineno increments | Masahiro Yamada | 1 | -0/+1 |
2018-03-01 | kconfig: add xstrdup() helper | Masahiro Yamada | 1 | -0/+1 |
2018-02-10 | kconfig: add xrealloc() helper | Masahiro Yamada | 1 | -0/+1 |
2018-01-21 | kconfig: Remove menu_end_entry() | Ulf Magnusson | 1 | -1/+0 |
2017-08-19 | Remove gperf usage from toolchain | Linus Torvalds | 1 | -1/+1 |
2015-02-25 | kconfig: Remove unnecessary prototypes from headers | Michal Marek | 1 | -11/+0 |
2015-02-25 | kconfig: Remove dead code | Michal Marek | 1 | -1/+0 |
2015-02-25 | kconfig: Get rid of the P() macro in headers | Michal Marek | 1 | -2/+0 |
2014-04-08 | kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT | Josh Triplett | 1 | -0/+1 |
2013-06-24 | kconfig: loop as long as we changed some symbols in randconfig | Yann E. MORIN | 1 | -1/+1 |
2013-06-16 | kconfig: Fix defconfig when one choice menu selects options that another choi... | Arve Hjønnevåg | 1 | -0/+1 |
2012-11-20 | kconfig: Fix malloc handling in conf tools | Alan Cox | 1 | -0/+2 |
2012-11-20 | kconfig: get CONFIG_ prefix from the environment | Yann E. MORIN | 1 | -1/+1 |
2012-11-20 | kconfig: add a function to get the CONFIG_ prefix | Yann E. MORIN | 1 | -0/+6 |
2012-01-15 | kbuild: Fix compiler warning with assertion when calling 'fwrite' | Arnaud Lacombe | 1 | -2/+4 |
2011-07-30 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -11/+5 |
2011-07-04 | Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb... | Michal Marek | 1 | -6/+0 |
2011-07-02 | kconfig/conf: mark xfgets() private | Arnaud Lacombe | 1 | -3/+0 |
2011-07-02 | kconfig: remove pending prototypes for kconfig_load() | Arnaud Lacombe | 1 | -3/+0 |
2011-07-01 | kconfig: introduce specialized printer | Arnaud Lacombe | 1 | -0/+5 |
2011-06-09 | kconfig: kill no longer needed reference to YYDEBUG | Arnaud Lacombe | 1 | -2/+0 |
2011-06-06 | kconfig: nuke LKC_DIRECT_LINK cruft | Arnaud Lacombe | 1 | -5/+0 |
2011-01-10 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -2/+5 |
2010-12-15 | kconfig: fix `zconfdebug' extern declaration | Arnaud Lacombe | 1 | -2/+4 |
2010-12-15 | kbuild/gconf: add dummy inline for bind_textdomain_codeset() | Arnaud Lacombe | 1 | -0/+1 |
2010-11-22 | kconfig: add an option to determine a menu's visibility | Arnaud Lacombe | 1 | -0/+1 |