From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE5WI-0008QH-BN for qemu-devel@nongnu.org; Mon, 26 Aug 2013 18:44:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VE5W9-0008N1-LQ for qemu-devel@nongnu.org; Mon, 26 Aug 2013 18:44:22 -0400 Received: from mail-ea0-x22b.google.com ([2a00:1450:4013:c01::22b]:38180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VE5W9-0008Mx-En for qemu-devel@nongnu.org; Mon, 26 Aug 2013 18:44:13 -0400 Received: by mail-ea0-f171.google.com with SMTP id n15so1879743ead.2 for ; Mon, 26 Aug 2013 15:44:12 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <521BDA38.6040206@redhat.com> Date: Tue, 27 Aug 2013 00:44:08 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1377471536-12423-1-git-send-email-akoskovacs@gmx.com> <1377471536-12423-7-git-send-email-akoskovacs@gmx.com> <521B6909.9020708@twiddle.net> <521B8975.9020806@redhat.com> <521B90B8.1020609@twiddle.net> <87r4dg5m2e.fsf@fimbulvetr.bsc.es> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 06/47] hw/alpha/Makefile.objs: Build objects depending on CLIPPER List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: =?UTF-8?B?w4Frb3MgS292w6Fjcw==?= , QEMU Developers , Richard Henderson Il 26/08/2013 21:47, Peter Maydell ha scritto: > In general I'm not convinced it's wise to give end-users and distros > even more config options to shoot themselves in the foot with Note that the Kconfig project is about giving end users _less_ config options. default-configs/ does not capture dependencies (except in a very elementary way through pci.mak and usb.mak), while Kconfig does. Kconfig basically makes configuration of builtin devices automatic just by choosing the desired boards. > (and every distro is going to end up wanting to build an "everything" > config anyway, and hopefully most people use distro builds, so > what's the use case for anything else?) Not every distro, as mentioned in my answer to rth. Paolo