Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kconfig: loop boundary condition fix | Jerry James | 2018-06-28 | 1 | -1/+1 |
* | kconfig: error out if a recursive variable references itself | Masahiro Yamada | 2018-05-29 | 1 | -0/+13 |
* | kconfig: add 'filename' and 'lineno' built-in variables | Masahiro Yamada | 2018-05-29 | 1 | -0/+16 |
* | kconfig: add 'info', 'warning-if', and 'error-if' built-in functions | Masahiro Yamada | 2018-05-29 | 1 | -0/+27 |
* | kconfig: support append assignment operator | Masahiro Yamada | 2018-05-29 | 1 | -3/+25 |
* | kconfig: support simply expanded variable | Masahiro Yamada | 2018-05-29 | 1 | -3/+16 |
* | kconfig: support user-defined function and recursively expanded variable | Masahiro Yamada | 2018-05-29 | 1 | -1/+85 |
* | kconfig: add 'shell' built-in function | Masahiro Yamada | 2018-05-29 | 1 | -0/+41 |
* | kconfig: add built-in function support | Masahiro Yamada | 2018-05-29 | 1 | -12/+130 |
* | kconfig: reference environment variables directly and remove 'option env=' | Masahiro Yamada | 2018-05-29 | 1 | -0/+238 |