Re: [opensuse-kernel] Re: [RFC] Simplifying kernel configuration fordistro issues

From: Cyrill Gorcunov
Date: Sun Jul 15 2012 - 17:48:54 EST


On Sun, Jul 15, 2012 at 11:18:48PM +0200, Borislav Petkov wrote:
> On Sun, Jul 15, 2012 at 01:17:16PM +0300, Pekka Enberg wrote:
> > > Yes, something like KVMTOOL_TEST_ENABLE except not a make target but a
> > > Kconfig option.
> >
> > It is a config option too - "make kvmconfig" simply enables it.
>
> Right, so how about something more concrete in this whole discussion:
>
> Maybe add the KVMTOOL_TEST_ENABLE (maybe rename it to a more fitting
> name like KVM_OPTS or similar) thing to a new toplevel Kconfig menu
> called "Distro and other profiles" or so:
>
> â â General setup --->
> â â Distros and other profiles ---> <---
> â â [*] Enable loadable module support --->
> â â [*] Enable the block layer --->
> â â Processor type and features --->
> ...
>
> Btw, which Kconfig option is needed for "-usbdevice tablet" support so
> that the host mouse can be able to send scroll events to the guest qemu
> screen without the need for the qemu screen to capture it so that I need
> to "escape" it everytime I need to return to the host? And can we add it
> to the list of options KVMTOOL_TEST_ENABLE selects?

All this is pretty promising idea for usability I think (plain "Profiles"
is enough if not only distros will be there methink).

Replying to David's message (sorry for delay) I fear having a bunch of
miniconfig files will end up in a mess. Maybe (maybe (!) I don't know since
I've no time at moment to read kconfig code and I'm not sure if this
is right direction at all) it would worth to add some new keyword to
kconfig language, say "profile", which would tag symbol to a category
if needed, and these categories included into profiles automatically.
On the other hands this might end up in a mess as well.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/