kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Is there any way to save just the 'Kernel Hacking' subsection instead of entire .config
@ 2017-06-09 15:42 Roman Storozhenko
  0 siblings, 0 replies; only message in thread
From: Roman Storozhenko @ 2017-06-09 15:42 UTC (permalink / raw)
  To: kernelnewbies

Hello everybody!

As you know there is a great script "merge_config.sh". It allows to
override a predefined set of .config keys with the values stored in a
file.

For example:

scripts/kconfig/merge_config.sh -m -r .config
~/kernel/conf_mixins/.config_deb

Now, I want to turn on all of the options in the "Kernel Hacking"
submenu and save only that options to a separate file ".config_deb". But
how can I do this? I see three options:

1) Do it manually checking the match between every option title in
"Kernel Hacking" submenu and a key in .config. It is a hard way.

2) Turn off all debug options. Save them in one file. Turn on all debug
options and save them to other file. Then make diff on these two files,
format it and save to .config_deb. It is a better way, but not ideal.

Is there any other ways to handle this task?

Thanks in advance,
Roman Storozhenko

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-09 15:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-09 15:42 Is there any way to save just the 'Kernel Hacking' subsection instead of entire .config Roman Storozhenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).