Re: [PATCH] config: Add 'make kvmconfig'
From: Ingo Molnar <hidden>
Date: 2011-11-02 08:46:14
Also in:
lkml
From: Ingo Molnar <hidden>
Date: 2011-11-02 08:46:14
Also in:
lkml
* Matthias Schniedermeyer [off-list ref] wrote:
And AFAICS there currently is no "modconfig", only an "allmodconfig" (and "localmodconfig") With no letters dropped it would be less ambiguous. make modifyconfig=kvm
Yeah. Note that it's more like an 'add' operation, not a modify operation, thus: make addconfig=kvm or: make addconfig kvm would be intuitive and would work well too. Sam, Michal, which one would you prefer? The latter might have the advantage that it's additive, enabling future usages like: make addconfig kvm debug as a quick shortcut to enable baseline KVM support and generic kernel debugging features, without having to twiddle with the menuconfig. Hm? Would be nice to move on this issue, we've painted it to death already ;-) Thanks, Ingo