From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDuN2-0000gM-8N for qemu-devel@nongnu.org; Mon, 26 Aug 2013 06:50:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VDuMt-00061g-3u for qemu-devel@nongnu.org; Mon, 26 Aug 2013 06:50:04 -0400 Received: from mail-qe0-x22e.google.com ([2607:f8b0:400d:c02::22e]:40473) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDuMs-00061X-W5 for qemu-devel@nongnu.org; Mon, 26 Aug 2013 06:49:55 -0400 Received: by mail-qe0-f46.google.com with SMTP id f6so1646460qej.33 for ; Mon, 26 Aug 2013 03:49:54 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <521B32CE.8040108@redhat.com> Date: Mon, 26 Aug 2013 12:49:50 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1377471536-12423-1-git-send-email-akoskovacs@gmx.com> <1377471536-12423-26-git-send-email-akoskovacs@gmx.com> In-Reply-To: <1377471536-12423-26-git-send-email-akoskovacs@gmx.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 25/47] hw/dma/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/dma/Kconfig | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) > create mode 100644 hw/dma/Kconfig > > diff --git a/hw/dma/Kconfig b/hw/dma/Kconfig > new file mode 100644 > index 0000000..1ef6b47 > --- /dev/null > +++ b/hw/dma/Kconfig > @@ -0,0 +1,25 @@ > +config RC4030 > + bool > + > +config PL080 > + bool > + > +config PL330 > + bool > + > +config I82374 > + bool > + #select ISA > + select I8257 > + > +config I8257 > + bool > + #select ISA So, according to the rules in the previous email, "select I8257" is right, but it must be once more "depends on ISA". Paolo > +config XILINX_AXI > + bool > + select PTIMER > + > +config STP2000 > + bool > + select SUN4M >