Skip to content
Commit e298f3b4 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 137c0118
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment