summaryrefslogtreecommitdiff
path: root/scripts/kconfig/lkc.h
AgeCommit message (Expand)Author
2023-12-28kconfig: squash menu_has_help() and menu_get_help()Masahiro Yamada
2023-07-25kconfig: menuconfig: simplify global jump key assignmentMasahiro Yamada
2022-11-21kconfig: remove const qualifier from str_get()Masahiro Yamada
2022-09-29Kconfig: remove sym_set_choice_valueZeng Heng
2022-09-24Kconfig: remove unused function 'menu_get_root_menu'Zeng Heng
2021-04-19kconfig: remove unused PACKAGE definitionMasahiro Yamada
2021-04-14kconfig: change sym_change_count to a boolean flagMasahiro Yamada
2021-04-14kconfig: change "modules" from sub-option to first-level attributeMasahiro Yamada
2021-04-14kconfig: remove allnoconfig_y optionMasahiro Yamada
2021-04-14kconfig: change defconfig_list option to environment variableMasahiro Yamada
2021-04-14kconfig: move conf_set_all_new_symbols() to conf.cMasahiro Yamada
2021-03-25kconfig: move conf_rewrite_mod_or_yes() to conf.cMasahiro Yamada
2020-12-08kconfig: make lkc.h self-sufficient #include-wiseBoris Kolpackov
2020-09-20kconfig: qconf: fix incomplete type 'struct gstr' warningMasahiro Yamada
2020-01-07kconfig: Add yes2modconfig and mod2yesconfig targets.Tetsuo Handa
2020-01-07kconfig: squash prop_alloc() into menu_add_prop()Masahiro Yamada
2019-06-09kconfig: require the argument of --defconfigMasahiro Yamada
2019-05-14kconfig: make conf_get_autoconfig_name() staticMasahiro Yamada
2019-02-13kconfig: rename zconf.l to lexer.lMasahiro Yamada
2018-12-28kconfig: split the lexer out of zconf.yMasahiro Yamada
2018-12-28kconfig: split some C files out of zconf.yMasahiro Yamada
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada
2018-12-28kconfig: remove keyword lookup table entirelyMasahiro Yamada
2018-12-22kconfig: refactor scanning and parsing "option" propertiesMasahiro Yamada
2018-12-22kconfig: use distinct tokens for type and default propertiesMasahiro Yamada
2018-08-14kconfig: remove unused sym_get_env_prop() functionMasahiro Yamada
2018-07-25kconfig: rename file_write_dep and move it to confdata.cMasahiro Yamada
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada
2018-05-28kconfig: drop localization supportSam Ravnborg
2018-03-26kconfig: use yylineno option instead of manual lineno incrementsMasahiro Yamada
2018-03-02kconfig: add xstrdup() helperMasahiro Yamada
2018-02-10kconfig: add xrealloc() helperMasahiro Yamada
2018-01-22kconfig: Remove menu_end_entry()Ulf Magnusson
2017-08-19Remove gperf usage from toolchainLinus Torvalds
2015-02-25kconfig: Remove unnecessary prototypes from headersMichal Marek
2015-02-25kconfig: Remove dead codeMichal Marek
2015-02-25kconfig: Get rid of the P() macro in headersMichal Marek
2014-04-07kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett
2013-06-24kconfig: loop as long as we changed some symbols in randconfigYann E. MORIN
2013-06-16kconfig: Fix defconfig when one choice menu selects options that another choi...Arve Hjønnevåg
2012-11-20kconfig: Fix malloc handling in conf toolsAlan Cox
2012-11-20kconfig: get CONFIG_ prefix from the environmentYann E. MORIN
2012-11-20kconfig: add a function to get the CONFIG_ prefixYann E. MORIN
2012-01-15kbuild: Fix compiler warning with assertion when calling 'fwrite'Arnaud Lacombe
2011-07-30Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2011-07-04Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb...Michal Marek
2011-07-02kconfig/conf: mark xfgets() privateArnaud Lacombe
2011-07-02kconfig: remove pending prototypes for kconfig_load()Arnaud Lacombe
2011-07-01kconfig: introduce specialized printerArnaud Lacombe
2011-06-09kconfig: kill no longer needed reference to YYDEBUGArnaud Lacombe