aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/preprocess.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-08kconfig: let 'shell' return enough output for deep path namesGravatar Brenda Streiff 1-1/+1
2020-12-21kconfig: fix return value of do_error_if()Gravatar Masahiro Yamada 1-1/+1
2019-06-09kconfig: add static qualifier to expand_string()Gravatar Masahiro Yamada 1-1/+2
2018-12-28kconfig: split some C files out of zconf.yGravatar Masahiro Yamada 1-0/+2
2018-12-22kconfig: stop supporting '.' and '/' in unquoted wordsGravatar Masahiro Yamada 1-2/+1
2018-06-28kconfig: loop boundary condition fixGravatar Jerry James 1-1/+1
2018-05-29kconfig: error out if a recursive variable references itselfGravatar Masahiro Yamada 1-0/+13
2018-05-29kconfig: add 'filename' and 'lineno' built-in variablesGravatar Masahiro Yamada 1-0/+16
2018-05-29kconfig: add 'info', 'warning-if', and 'error-if' built-in functionsGravatar Masahiro Yamada 1-0/+27
2018-05-29kconfig: support append assignment operatorGravatar Masahiro Yamada 1-3/+25
2018-05-29kconfig: support simply expanded variableGravatar Masahiro Yamada 1-3/+16
2018-05-29kconfig: support user-defined function and recursively expanded variableGravatar Masahiro Yamada 1-1/+85
2018-05-29kconfig: add 'shell' built-in functionGravatar Masahiro Yamada 1-0/+41
2018-05-29kconfig: add built-in function supportGravatar Masahiro Yamada 1-12/+130
2018-05-29kconfig: reference environment variables directly and remove 'option env='Gravatar Masahiro Yamada 1-0/+238