commit | c027b02d89fd42ecee911c39e9098b9609a5ca0b | [log] [tgz] |
---|---|---|
author | Changbin Du <changbin.du@gmail.com> | Tue May 12 23:36:07 2020 +0800 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Wed May 13 10:33:54 2020 +0900 |
tree | 3c9776a367ea7d52496aa9f32ce161686192121f | |
parent | 09d5873e4d1f70202314b5fe40160f9b14b9d2d0 [diff] |
streamline_config.pl: add LMC_KEEP to preserve some kconfigs Sometimes it is useful to preserve batches of configs when making localmodconfig. For example, I usually don't want any usb and fs modules to be disabled. Now we can do it by: $ make LMC_KEEP="drivers/usb:fs" localmodconfig Signed-off-by: Changbin Du <changbin.du@gmail.com> Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>