From: romeusmeister@gmail.com (Roman Storozhenko)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Is there any way to save just the 'Kernel Hacking' subsection instead of entire .config
Date: Fri, 9 Jun 2017 18:42:06 +0300 [thread overview]
Message-ID: <20170609154206.GB24985@home> (raw)
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
reply other threads:[~2017-06-09 15:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170609154206.GB24985@home \
--to=romeusmeister@gmail.com \
--cc=kernelnewbies@lists.kernelnewbies.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).