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

From: Steven Rostedt
Date: Mon May 11 2020 - 15:17:17 EST


On Sun, 10 May 2020 09:06:03 +0800
Changbin Du <changbin.du@xxxxxxxxx> 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
>
> Signed-off-by: Changbin Du <changbin.du@xxxxxxxxx>
>


Acked-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx>

-- Steve