summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/lkc.h
Commit message (Expand)AuthorAgeFilesLines
* kconfig: change file_lookup() to return the file nameMasahiro Yamada2024-02-191-1/+1
* kconfig: remove zconf_curname() and zconf_lineno()Masahiro Yamada2024-02-191-2/+0
* kconfig: write Kconfig files to autoconf.cmd in orderMasahiro Yamada2024-02-191-0/+1
* kconfig: squash menu_has_help() and menu_get_help()Masahiro Yamada2023-12-281-2/+0
* kconfig: menuconfig: simplify global jump key assignmentMasahiro Yamada2023-07-251-0/+1
* kconfig: remove const qualifier from str_get()Masahiro Yamada2022-11-211-1/+1
* Kconfig: remove sym_set_choice_valueZeng Heng2022-09-291-5/+0
* Kconfig: remove unused function 'menu_get_root_menu'Zeng Heng2022-09-241-1/+0
* kconfig: remove unused PACKAGE definitionMasahiro Yamada2021-04-191-4/+0
* kconfig: change sym_change_count to a boolean flagMasahiro Yamada2021-04-141-2/+0
* kconfig: change "modules" from sub-option to first-level attributeMasahiro Yamada2021-04-141-1/+0
* kconfig: remove allnoconfig_y optionMasahiro Yamada2021-04-141-1/+0
* kconfig: change defconfig_list option to environment variableMasahiro Yamada2021-04-141-1/+0
* kconfig: move conf_set_all_new_symbols() to conf.cMasahiro Yamada2021-04-141-11/+0
* kconfig: move conf_rewrite_mod_or_yes() to conf.cMasahiro Yamada2021-03-251-1/+0
* kconfig: make lkc.h self-sufficient #include-wiseBoris Kolpackov2020-12-081-0/+4
* kconfig: qconf: fix incomplete type 'struct gstr' warningMasahiro Yamada2020-09-201-17/+30
* kconfig: Add yes2modconfig and mod2yesconfig targets.Tetsuo Handa2020-01-071-0/+3
* kconfig: squash prop_alloc() into menu_add_prop()Masahiro Yamada2020-01-071-1/+0
* kconfig: require the argument of --defconfigMasahiro Yamada2019-06-091-1/+0
* kconfig: make conf_get_autoconfig_name() staticMasahiro Yamada2019-05-141-1/+0
* kconfig: rename zconf.l to lexer.lMasahiro Yamada2019-02-131-1/+1
* kconfig: split the lexer out of zconf.yMasahiro Yamada2018-12-281-0/+3
* kconfig: split some C files out of zconf.yMasahiro Yamada2018-12-281-0/+1
* kconfig: convert to SPDX License IdentifierMasahiro Yamada2018-12-281-1/+1
* kconfig: remove keyword lookup table entirelyMasahiro Yamada2018-12-281-9/+0
* kconfig: refactor scanning and parsing "option" propertiesMasahiro Yamada2018-12-221-6/+3
* kconfig: use distinct tokens for type and default propertiesMasahiro Yamada2018-12-221-1/+0
* kconfig: remove unused sym_get_env_prop() functionMasahiro Yamada2018-08-141-1/+0
* kconfig: rename file_write_dep and move it to confdata.cMasahiro Yamada2018-07-251-1/+0
* kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-291-4/+1
* kconfig: drop localization supportSam Ravnborg2018-05-281-14/+0
* kconfig: use yylineno option instead of manual lineno incrementsMasahiro Yamada2018-03-261-0/+1
* kconfig: add xstrdup() helperMasahiro Yamada2018-03-021-0/+1
* kconfig: add xrealloc() helperMasahiro Yamada2018-02-101-0/+1
* kconfig: Remove menu_end_entry()Ulf Magnusson2018-01-221-1/+0
* Remove gperf usage from toolchainLinus Torvalds2017-08-191-1/+1
* kconfig: Remove unnecessary prototypes from headersMichal Marek2015-02-251-11/+0
* kconfig: Remove dead codeMichal Marek2015-02-251-1/+0
* kconfig: Get rid of the P() macro in headersMichal Marek2015-02-251-2/+0
* kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett2014-04-071-0/+1
* kconfig: loop as long as we changed some symbols in randconfigYann E. MORIN2013-06-241-1/+1
* kconfig: Fix defconfig when one choice menu selects options that another choi...Arve Hjønnevåg2013-06-161-0/+1
* kconfig: Fix malloc handling in conf toolsAlan Cox2012-11-201-0/+2
* kconfig: get CONFIG_ prefix from the environmentYann E. MORIN2012-11-201-1/+1
* kconfig: add a function to get the CONFIG_ prefixYann E. MORIN2012-11-201-0/+6
* kbuild: Fix compiler warning with assertion when calling 'fwrite'Arnaud Lacombe2012-01-151-2/+4
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-07-301-11/+5
|\
| * Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb...Michal Marek2011-07-041-6/+0
| |\
| | * kconfig/conf: mark xfgets() privateArnaud Lacombe2011-07-021-3/+0