summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
Commit message (Expand)AuthorAgeFilesLines
* kconfig: add macros useful for hashtableMasahiro Yamada2024-02-191-0/+48
* kconfig: import more list macros and inline functionsMasahiro Yamada2024-02-192-0/+77
* kconfig: resync list.hMasahiro Yamada2024-02-191-62/+121
* kconfig: split list_head into a separate headerMasahiro Yamada2024-02-196-7/+15
* kconfig: change file_lookup() to return the file nameMasahiro Yamada2024-02-195-16/+13
* kconfig: make file::name a flexible array memberMasahiro Yamada2024-02-192-3/+6
* kconfig: move the file and lineno in struct file to struct bufferMasahiro Yamada2024-02-193-33/+23
* kconfig: replace remaining current_file->name with cur_filenameMasahiro Yamada2024-02-192-6/+6
* kconfig: do not delay the cur_filename updateMasahiro Yamada2024-02-192-10/+15
* kconfig: replace file->name with name in zconf_nextfile()Masahiro Yamada2024-02-191-5/+5
* kconfig: associate struct property with file name directlyMasahiro Yamada2024-02-193-9/+9
* kconfig: associate struct menu with file name directlyMasahiro Yamada2024-02-195-10/+10
* kconfig: remove zconf_curname() and zconf_lineno()Masahiro Yamada2024-02-195-51/+37
* kconfig: replace current_pos with separate cur_{filename,lineno}Masahiro Yamada2024-02-191-8/+17
* kconfig: split preprocessor prototypes into preprocess.hMasahiro Yamada2024-02-195-13/+23
* kconfig: call env_write_dep() right after yyparse()Masahiro Yamada2024-02-194-12/+18
* kconfig: write Kconfig files to autoconf.cmd in orderMasahiro Yamada2024-02-194-4/+11
* kconfig: remove unneeded sym_find() call in conf_parse()Masahiro Yamada2024-02-191-1/+1
* kconfig: remove compat_getline()Masahiro Yamada2024-02-191-52/+1
* kconfig: remove orphan lookup_file() declarationMasahiro Yamada2024-02-191-1/+0
* kconfig: fix off-by-one in zconf_error()Masahiro Yamada2024-02-191-1/+1
* kconfig: fix infinite loop when expanding a macro at the end of fileMasahiro Yamada2024-02-191-2/+5
* kconfig: fix line number in recursive inclusion detectionMasahiro Yamada2024-02-191-4/+5
* kconfig: remove unneeded buffer allocation in zconf_initscan()Masahiro Yamada2024-02-191-16/+13
* kconfig: initialize sym->curr.tri to 'no' for all symbol types againMasahiro Yamada2024-01-311-1/+3
* kconfig: WERROR unmet symbol dependencySergey Senozhatsky2023-12-294-5/+25
* kconfig: Use KCONFIG_CONFIG instead of .configMarkus Schneider-Pargmann2023-12-281-1/+1
* kconfig: remove redundant NULL pointer check before free()Masahiro Yamada2023-12-282-4/+2
* kconfig: remove unreachable printf()Masahiro Yamada2023-12-281-1/+0
* kconfig: add include guard to lkc_proto.hMasahiro Yamada2023-12-281-0/+5
* kconfig: squash menu_has_help() and menu_get_help()Masahiro Yamada2023-12-282-17/+2
* kconfig: factor out common code shared by mconf and nconfMasahiro Yamada2023-12-105-107/+75
* kconfig: default to zero if int/hex symbol lacks default propertyMasahiro Yamada2023-12-031-5/+12
* kconfig: remove unneeded symbol_empty variableMasahiro Yamada2023-12-031-9/+2
* scripts: clean up IA-64 codeMasahiro Yamada2023-12-032-2/+2
* kbuild: support W=c and W=e shorthands for KconfigMasahiro Yamada2023-12-031-0/+8
* kconfig: massage the loop in conf_read_simple()Masahiro Yamada2023-11-281-6/+13
* kconfig: require an exact match for "is not set" to disable CONFIG optionMasahiro Yamada2023-11-281-1/+1
* kconfig: introduce getline_stripped() helperMasahiro Yamada2023-11-281-14/+26
* kconfig: deduplicate code in conf_read_simple()Masahiro Yamada2023-11-281-54/+35
* kconfig: remove unused code for S_DEF_AUTO in conf_read_simple()Masahiro Yamada2023-11-281-13/+8
* kconfig: require a space after '#' for valid inputMasahiro Yamada2023-11-281-0/+2
* kconfig: remove error check for xrealloc()Masahiro Yamada2023-11-281-6/+2
* kconfig: do not clear SYMBOL_DEF_USER when the value is out of rangeMasahiro Yamada2023-11-281-1/+1
* kconfig: fix memory leak from range propertiesMasahiro Yamada2023-11-171-8/+6
* kconfig: fix possible buffer overflowKonstantin Meskhidze2023-09-061-0/+3
* kbuild: Show marked Kconfig fragments in "help"Kees Cook2023-09-041-3/+12
* kconfig: add warn-unknown-symbols sanity checkSergey Senozhatsky2023-09-011-2/+19
* kconfig: port qconf to work with Qt6 in addition to Qt5Boris Kolpackov2023-08-162-21/+44
* kconfig: nconf: Add search jump featureJesse Taube2023-08-133-15/+140