aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/preprocess.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28kconfig: split some C files out of zconf.yMasahiro Yamada1-0/+2
2018-12-22kconfig: stop supporting '.' and '/' in unquoted wordsMasahiro Yamada1-2/+1
2018-06-28kconfig: loop boundary condition fixJerry James1-1/+1
2018-05-29kconfig: error out if a recursive variable references itselfMasahiro Yamada1-0/+13
2018-05-29kconfig: add 'filename' and 'lineno' built-in variablesMasahiro Yamada1-0/+16
2018-05-29kconfig: add 'info', 'warning-if', and 'error-if' built-in functionsMasahiro Yamada1-0/+27
2018-05-29kconfig: support append assignment operatorMasahiro Yamada1-3/+25
2018-05-29kconfig: support simply expanded variableMasahiro Yamada1-3/+16
2018-05-29kconfig: support user-defined function and recursively expanded variableMasahiro Yamada1-1/+85
2018-05-29kconfig: add 'shell' built-in functionMasahiro Yamada1-0/+41
2018-05-29kconfig: add built-in function supportMasahiro Yamada1-12/+130
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada1-0/+238