summaryrefslogtreecommitdiff
path: root/scripts/kconfig/lkc.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-02kconfig: remove 'optional' property supportMasahiro Yamada1-5/+0
2024-05-02kconfig: remove SYMBOL_CHOICE flagMasahiro Yamada1-1/+2
2024-05-02kconfig: add menu_next() function and menu_for_each(_sub)_entry macrosMasahiro Yamada1-0/+5
2024-03-28kconfig: do not reparent the menu inside a choice blockMasahiro Yamada1-1/+1
2024-02-20kconfig: move strhash() to util.c as a global functionMasahiro Yamada1-0/+1
2024-02-19kconfig: change file_lookup() to return the file nameMasahiro Yamada1-1/+1
2024-02-19kconfig: remove zconf_curname() and zconf_lineno()Masahiro Yamada1-2/+0
2024-02-19kconfig: write Kconfig files to autoconf.cmd in orderMasahiro Yamada1-0/+1
2023-12-28kconfig: squash menu_has_help() and menu_get_help()Masahiro Yamada1-2/+0
2023-07-24kconfig: menuconfig: simplify global jump key assignmentMasahiro Yamada1-0/+1
2022-11-21kconfig: remove const qualifier from str_get()Masahiro Yamada1-1/+1
2022-09-28Kconfig: remove sym_set_choice_valueZeng Heng1-5/+0
2022-09-23Kconfig: remove unused function 'menu_get_root_menu'Zeng Heng1-1/+0
2021-04-19kconfig: remove unused PACKAGE definitionMasahiro Yamada1-4/+0
2021-04-14kconfig: change sym_change_count to a boolean flagMasahiro Yamada1-2/+0
2021-04-14kconfig: change "modules" from sub-option to first-level attributeMasahiro Yamada1-1/+0
2021-04-14kconfig: remove allnoconfig_y optionMasahiro Yamada1-1/+0
2021-04-14kconfig: change defconfig_list option to environment variableMasahiro Yamada1-1/+0
2021-04-14kconfig: move conf_set_all_new_symbols() to conf.cMasahiro Yamada1-11/+0
2021-03-25kconfig: move conf_rewrite_mod_or_yes() to conf.cMasahiro Yamada1-1/+0
2020-12-08kconfig: make lkc.h self-sufficient #include-wiseBoris Kolpackov1-0/+4
2020-09-20kconfig: qconf: fix incomplete type 'struct gstr' warningMasahiro Yamada1-17/+30
2020-01-06kconfig: Add yes2modconfig and mod2yesconfig targets.Tetsuo Handa1-0/+3
2020-01-06kconfig: squash prop_alloc() into menu_add_prop()Masahiro Yamada1-1/+0
2019-06-09kconfig: require the argument of --defconfigMasahiro Yamada1-1/+0
2019-05-14kconfig: make conf_get_autoconfig_name() staticMasahiro Yamada1-1/+0
2019-02-13kconfig: rename zconf.l to lexer.lMasahiro Yamada1-1/+1
2018-12-28kconfig: split the lexer out of zconf.yMasahiro Yamada1-0/+3
2018-12-28kconfig: split some C files out of zconf.yMasahiro Yamada1-0/+1
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada1-1/+1
2018-12-28kconfig: remove keyword lookup table entirelyMasahiro Yamada1-9/+0
2018-12-21kconfig: refactor scanning and parsing "option" propertiesMasahiro Yamada1-6/+3
2018-12-21kconfig: use distinct tokens for type and default propertiesMasahiro Yamada1-1/+0
2018-08-14kconfig: remove unused sym_get_env_prop() functionMasahiro Yamada1-1/+0
2018-07-25kconfig: rename file_write_dep and move it to confdata.cMasahiro Yamada1-1/+0
2018-05-28kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada1-4/+1
2018-05-28kconfig: drop localization supportSam Ravnborg1-14/+0
2018-03-25kconfig: use yylineno option instead of manual lineno incrementsMasahiro Yamada1-0/+1
2018-03-01kconfig: add xstrdup() helperMasahiro Yamada1-0/+1
2018-02-10kconfig: add xrealloc() helperMasahiro Yamada1-0/+1
2018-01-21kconfig: Remove menu_end_entry()Ulf Magnusson1-1/+0
2017-08-19Remove gperf usage from toolchainLinus Torvalds1-1/+1
2015-02-25kconfig: Remove unnecessary prototypes from headersMichal Marek1-11/+0
2015-02-25kconfig: Remove dead codeMichal Marek1-1/+0
2015-02-25kconfig: Get rid of the P() macro in headersMichal Marek1-2/+0
2014-04-08kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett1-0/+1
2013-06-24kconfig: loop as long as we changed some symbols in randconfigYann E. MORIN1-1/+1
2013-06-16kconfig: Fix defconfig when one choice menu selects options that another choi...Arve Hjønnevåg1-0/+1
2012-11-20kconfig: Fix malloc handling in conf toolsAlan Cox1-0/+2
2012-11-20kconfig: get CONFIG_ prefix from the environmentYann E. MORIN1-1/+1