From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754901Ab0EQMOE (ORCPT ); Mon, 17 May 2010 08:14:04 -0400 Received: from one.firstfloor.org ([213.235.205.2]:44324 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751930Ab0EQMOB (ORCPT ); Mon, 17 May 2010 08:14:01 -0400 To: Vegard Nossum Cc: linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, Bart Massey , Michal Marek , Greg Kroah-Hartman , Ingo Molnar , James Bottomley Subject: Re: [ANNOUNCE] GSoC project: Improving kconfig using a SAT solver From: Andi Kleen References: Date: Mon, 17 May 2010 14:13:58 +0200 In-Reply-To: (Vegard Nossum's message of "Mon\, 17 May 2010 14\:02\:15 +0200") Message-ID: <87tyq63eux.fsf@basil.nowhere.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Vegard Nossum writes: > I just wanted to say that I've been accepted into this year's Google > Summer of Code program and will spend this summer working on improving > the kconfig system in a very particular direction: I want to integrate > a proper boolean constraint satisfiability solver into the > configuration editors (menuconfig, etc.) in order to allow > partial/incomplete configuration specifications. In short, this means > that the user can choose to not specify a particular value for some > config options, but let the system deduce their values. This will > hopefully improve usability and also solve the select problem once and > for all. Nice idea. I read your proposal and it looks good. I assume you got inspired by the libzypp use of a SAT solver for package dependencies? One problem that is visible there is that it can be hard to display conflicts in a nice and understandable way to the user, especially if there are lots of dependencies. It might be worth planning in some time to solve that nicely. -Andi -- ak@linux.intel.com -- Speaking for myself only.