Re: [PATCH v6] streamline_config.pl: add LMC_KEEP to preserve some kconfigs

2020-05-12 Thread Masahiro Yamada
On Wed, May 13, 2020 at 12:36 AM Changbin Du wrote: > > 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 > >

[PATCH v6] streamline_config.pl: add LMC_KEEP to preserve some kconfigs

2020-05-12 Thread Changbin Du
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 Acked-by: Steven Rostedt (VMware) --- v6: