From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDuNl-0001Oc-FC for qemu-devel@nongnu.org; Mon, 26 Aug 2013 06:50:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VDuNf-0006Rq-KW for qemu-devel@nongnu.org; Mon, 26 Aug 2013 06:50:49 -0400 Received: from mail-qe0-x22a.google.com ([2607:f8b0:400d:c02::22a]:34033) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDuNf-0006Rm-Ap for qemu-devel@nongnu.org; Mon, 26 Aug 2013 06:50:43 -0400 Received: by mail-qe0-f42.google.com with SMTP id w7so1664554qeb.1 for ; Mon, 26 Aug 2013 03:50:42 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <521B32FF.8080205@redhat.com> Date: Mon, 26 Aug 2013 12:50:39 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1377471536-12423-1-git-send-email-akoskovacs@gmx.com> <1377471536-12423-28-git-send-email-akoskovacs@gmx.com> In-Reply-To: <1377471536-12423-28-git-send-email-akoskovacs@gmx.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 27/47] hw/i2c/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/i2c/Kconfig | 10 ++++++++++ > 1 file changed, 10 insertions(+) > create mode 100644 hw/i2c/Kconfig > > diff --git a/hw/i2c/Kconfig b/hw/i2c/Kconfig > new file mode 100644 > index 0000000..eaf17cc > --- /dev/null > +++ b/hw/i2c/Kconfig > @@ -0,0 +1,10 @@ > +config VERSATILE_I2C > + bool > + select BITBANG_I2C > + > +config ACPI > + bool > + depends on PCI Please move this to hw/acpi/Kconfig. Later we can add separate PM_SMBUS and SMBUS_ICH9 symbols with proper dependencies. > +config BITBANG_I2C > + bool >