public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Programatically modifying .config
@ 2017-03-12 20:38 Drew DeVault
  2017-05-16 10:57 ` Pavel Machek
  0 siblings, 1 reply; 4+ messages in thread
From: Drew DeVault @ 2017-03-12 20:38 UTC (permalink / raw)
  To: linux-kernel

I'm in the research stage of making it so something to the effect of
`make setconfig OPTION="CONFIG_E100E=y"` will work, bringing it up here
for some discussion first.

Digging into the kconfig code, this seems feasible, but complicated. A
simple solver of some sort will be necessary to make the Depends expr
true, and this tool would also have to hit up the Selects and Implies
lines.

I expect there will be edge cases that this tool can't cope with, and
I'm okay with just letting that be the case.

Any thoughts?

--
 Drew DeVault

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

end of thread, other threads:[~2017-05-17  2:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-12 20:38 Programatically modifying .config Drew DeVault
2017-05-16 10:57 ` Pavel Machek
2017-05-17  0:31   ` Randy Dunlap
2017-05-17  2:42     ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox