Searched hist:c027b02d89fd42ecee911c39e9098b9609a5ca0b (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/admin-guide/ |
H A D | README.rst | diff c027b02d89fd42ecee911c39e9098b9609a5ca0b Tue May 12 17:36:07 CEST 2020 Changbin Du <changbin.du@gmail.com> 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>
|
/linux/scripts/kconfig/ |
H A D | streamline_config.pl | diff c027b02d89fd42ecee911c39e9098b9609a5ca0b Tue May 12 17:36:07 CEST 2020 Changbin Du <changbin.du@gmail.com> 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>
|
H A D | Makefile | diff c027b02d89fd42ecee911c39e9098b9609a5ca0b Tue May 12 17:36:07 CEST 2020 Changbin Du <changbin.du@gmail.com> 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>
|