summaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
authorMasami Hiramatsu <mhiramat@kernel.org>2020-02-21 09:13:52 +0100
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2020-02-21 15:59:39 +0100
commit5f811c57c99205e048926293bb812c750a6ea562 (patch)
treec5d42ee18f3be934f401afb43894bc8203b9623a /init/Kconfig
parentbootconfig: Prohibit re-defining value on same key (diff)
downloadlinux-5f811c57c99205e048926293bb812c750a6ea562.tar.xz
linux-5f811c57c99205e048926293bb812c750a6ea562.zip
bootconfig: Add append value operator support
Add append value operator "+=" support to bootconfig syntax. With this operator, user can add new value to the key as an entry of array instead of overwriting. For example, foo = bar ... foo += baz Then the key "foo" has "bar" and "baz" values as an array. Link: http://lkml.kernel.org/r/158227283195.12842.8310503105963275584.stgit@devnote2 Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'init/Kconfig')
0 files changed, 0 insertions, 0 deletions