Skip to content
Commit c027b02d authored by Changbin Du's avatar Changbin Du Committed by Masahiro Yamada
Browse files

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: default avatarChangbin Du <changbin.du@gmail.com>
Acked-by: default avatarSteven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 09d5873e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment