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

2020-05-09 Thread Masahiro Yamada
On Fri, May 8, 2020 at 11:00 PM Changbin Du wrote: > > On Thu, May 07, 2020 at 09:18:07AM -0400, Steven Rostedt wrote: > > On Thu, 7 May 2020 12:19:57 +0900 > > Masahiro Yamada wrote: > > > > > On Sun, May 3, 2020 at 9:11 AM Changbin Du wrote: > > > > > > > > Sometimes it is useful to preserve

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

2020-05-08 Thread Steven Rostedt
On Fri, 8 May 2020 22:00:47 +0800 Changbin Du wrote: > > I agree that spaces look better. > > > I am okay with space. But what about ":" which is used by shell PATH and many > others? I'm OK with a ':' -- Steve

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

2020-05-08 Thread Changbin Du
On Thu, May 07, 2020 at 09:18:07AM -0400, Steven Rostedt wrote: > On Thu, 7 May 2020 12:19:57 +0900 > Masahiro Yamada wrote: > > > On Sun, May 3, 2020 at 9:11 AM Changbin Du wrote: > > > > > > Sometimes it is useful to preserve batches of configs when making > > > localmodconfig. For example, I

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

2020-05-07 Thread Steven Rostedt
On Thu, 7 May 2020 12:19:57 +0900 Masahiro Yamada wrote: > On Sun, May 3, 2020 at 9:11 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

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

2020-05-06 Thread Masahiro Yamada
On Sun, May 3, 2020 at 9:11 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 v4] streamline_config.pl: add LMC_KEEP to preserve some kconfigs

2020-05-02 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 --- v4: fix typo. v3: rename