commit | e298f3b49def8e67c2466bef8aed355462bfa7f1 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon May 28 18:21:45 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue May 29 03:31:19 2018 +0900 |
tree | 20a897e3f53ee948054d8025ca98ac6bef18b705 | |
parent | 137c0118a900bc4a3d1673573e22a03fbae3e8fd [diff] |
kconfig: add built-in function support This commit adds a new concept 'function' to do more text processing in Kconfig. A function call looks like this: $(function,arg1,arg2,arg3,...) This commit adds the basic infrastructure to expand functions. Change the text expansion helpers to take arguments. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>