From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43081) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPVzE-0006PC-TM for qemu-devel@nongnu.org; Fri, 27 Sep 2013 07:13:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPVz8-00061c-9u for qemu-devel@nongnu.org; Fri, 27 Sep 2013 07:13:28 -0400 Received: from mail-wg0-x22b.google.com ([2a00:1450:400c:c00::22b]:55095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPVz8-00061M-46 for qemu-devel@nongnu.org; Fri, 27 Sep 2013 07:13:22 -0400 Received: by mail-wg0-f43.google.com with SMTP id z12so2539717wgg.10 for ; Fri, 27 Sep 2013 04:13:21 -0700 (PDT) Date: Fri, 27 Sep 2013 13:13:19 +0200 From: Stefan Hajnoczi Message-ID: <20130927111319.GH9972@stefanha-thinkpad.redhat.com> References: <1380249092-4775-1-git-send-email-akoskovacs@gmx.com> <1380249092-4775-34-git-send-email-akoskovacs@gmx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1380249092-4775-34-git-send-email-akoskovacs@gmx.com> Subject: Re: [Qemu-devel] [v2 33/71] hw/isa/Kconfig: Add Kconfig file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?=C1kos_Kov=E1cs?= Cc: qemu-devel@nongnu.org On Fri, Sep 27, 2013 at 04:30:54AM +0200, Ákos Kovács wrote: > Signed-off-by: Ákos Kovács > --- > hw/isa/Kconfig | 39 +++++++++++++++++++++++++++++++++++++++ > 1 file changed, 39 insertions(+) > create mode 100644 hw/isa/Kconfig > > diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig > new file mode 100644 > index 0000000..8f4beda > --- /dev/null > +++ b/hw/isa/Kconfig > @@ -0,0 +1,39 @@ > +#config ISA > +# bool Why is ISA commented out and all "depends on ISA" are also commented out?