From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDuJ1-00062V-Bj for qemu-devel@nongnu.org; Mon, 26 Aug 2013 06:46:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VDuIv-0004md-IE for qemu-devel@nongnu.org; Mon, 26 Aug 2013 06:45:55 -0400 Received: from mail-qe0-x236.google.com ([2607:f8b0:400d:c02::236]:56555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDuIv-0004mZ-Eo for qemu-devel@nongnu.org; Mon, 26 Aug 2013 06:45:49 -0400 Received: by mail-qe0-f54.google.com with SMTP id i11so1660931qej.27 for ; Mon, 26 Aug 2013 03:45:49 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <521B31D9.2010102@redhat.com> Date: Mon, 26 Aug 2013 12:45:45 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1377471536-12423-1-git-send-email-akoskovacs@gmx.com> <1377471536-12423-23-git-send-email-akoskovacs@gmx.com> In-Reply-To: <1377471536-12423-23-git-send-email-akoskovacs@gmx.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 22/47] hw/core/Kconfig: Add Kconfig file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?w4Frb3MgS292w6Fjcw==?= Cc: qemu-devel@nongnu.org Il 26/08/2013 00:58, Ákos Kovács ha scritto: > Signed-off-by: Ákos Kovács > --- > hw/core/Kconfig | 11 +++++++++++ > 1 file changed, 11 insertions(+) > create mode 100644 hw/core/Kconfig > > diff --git a/hw/core/Kconfig b/hw/core/Kconfig > new file mode 100644 > index 0000000..8c275f7 > --- /dev/null > +++ b/hw/core/Kconfig > @@ -0,0 +1,11 @@ > +config EMPTY_SLOT > + bool > + > +config XILINX_AXI > + bool Please make this "config STREAM" and "select" it from XILINX_AXI. > +config PTIMER > + bool Remember that this should be selected from all devices that use ptimers. > +config SOFTMMU > + bool This is not needed, it comes from config-target.mak. Paolo