linux-config.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Selectively turn on and off kernel configuration options
@ 2014-02-07 13:47 Winston Smith
  2014-02-08  0:33 ` Austin S. Hemmelgarn
  0 siblings, 1 reply; 2+ messages in thread
From: Winston Smith @ 2014-02-07 13:47 UTC (permalink / raw)
  To: linux-config@vger.kernel.org

Hello,

My apologies it this has been answered before.

I am looking for a way to specifically turn on or off a single configuration option from the command line. There is the 'config' make target, but this will go through each and every configuration item. I am looking for something like

make V=2 O=../linux-3.6.3-build CONFIG_OPTION=y config

whereby make (or a config program) would then go and switch on or off or modularise all dependent configuration options (or warn if the attempted setting requires another configuration to be changed).

I see there is scripts/kconfig/merge_config.sh. Is this the right way to go?

Thanks,
Winston 		 	   		  

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-08  0:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-07 13:47 Selectively turn on and off kernel configuration options Winston Smith
2014-02-08  0:33 ` Austin S. Hemmelgarn

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).