Re: [PATCH 07/23] kconfig: add function support and implement 'shell' function

2018-02-19 Thread Ulf Magnusson
On Mon, Feb 19, 2018 at 09:06:55PM +0100, Ulf Magnusson wrote: > On Mon, Feb 19, 2018 at 6:50 PM, Ulf Magnusson wrote: > > On Tue, Feb 20, 2018 at 12:57:13AM +0900, Masahiro Yamada wrote: > >> 2018-02-18 1:16 GMT+09:00 Ulf Magnusson : > >> > On Sat, Feb 17, 2018 at 03:38:35AM +0900, Masahiro Yamad

Re: [PATCH 07/23] kconfig: add function support and implement 'shell' function

2018-02-19 Thread Ulf Magnusson
On Mon, Feb 19, 2018 at 6:50 PM, Ulf Magnusson wrote: > On Tue, Feb 20, 2018 at 12:57:13AM +0900, Masahiro Yamada wrote: >> 2018-02-18 1:16 GMT+09:00 Ulf Magnusson : >> > On Sat, Feb 17, 2018 at 03:38:35AM +0900, Masahiro Yamada wrote: >> >> This commit adds a new concept 'function' to Kconfig. A

Re: [PATCH 07/23] kconfig: add function support and implement 'shell' function

2018-02-19 Thread Ulf Magnusson
On Tue, Feb 20, 2018 at 12:57:13AM +0900, Masahiro Yamada wrote: > 2018-02-18 1:16 GMT+09:00 Ulf Magnusson : > > On Sat, Feb 17, 2018 at 03:38:35AM +0900, Masahiro Yamada wrote: > >> This commit adds a new concept 'function' to Kconfig. A function call > >> resembles a variable reference with argu

Re: [PATCH 07/23] kconfig: add function support and implement 'shell' function

2018-02-19 Thread Masahiro Yamada
2018-02-18 1:16 GMT+09:00 Ulf Magnusson : > On Sat, Feb 17, 2018 at 03:38:35AM +0900, Masahiro Yamada wrote: >> This commit adds a new concept 'function' to Kconfig. A function call >> resembles a variable reference with arguments, and looks like this: >> >> $(function arg1, arg2, arg3, ...) >>

Re: [PATCH 07/23] kconfig: add function support and implement 'shell' function

2018-02-17 Thread Ulf Magnusson
On Sat, Feb 17, 2018 at 03:38:35AM +0900, Masahiro Yamada wrote: > This commit adds a new concept 'function' to Kconfig. A function call > resembles a variable reference with arguments, and looks like this: > > $(function arg1, arg2, arg3, ...) > > (Actually, this syntax was inspired by Makefi