From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPNrN-00086K-Vm for qemu-devel@nongnu.org; Thu, 26 Sep 2013 22:32:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPNrI-0007RZ-4j for qemu-devel@nongnu.org; Thu, 26 Sep 2013 22:32:49 -0400 Received: from mail-ea0-x232.google.com ([2a00:1450:4013:c01::232]:61270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPNrH-0007RJ-Tb for qemu-devel@nongnu.org; Thu, 26 Sep 2013 22:32:44 -0400 Received: by mail-ea0-f178.google.com with SMTP id a15so896617eae.23 for ; Thu, 26 Sep 2013 19:32:43 -0700 (PDT) Sender: =?UTF-8?B?w4Frb3MgS292w6Fjcw==?= From: =?UTF-8?q?=C3=81kos=20Kov=C3=A1cs?= Date: Fri, 27 Sep 2013 04:31:29 +0200 Message-Id: <1380249092-4775-69-git-send-email-akoskovacs@gmx.com> In-Reply-To: <1380249092-4775-1-git-send-email-akoskovacs@gmx.com> References: <1380249092-4775-1-git-send-email-akoskovacs@gmx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [v2 68/71] hw/acpi/Kconfig: Create ACPI Kconfig List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?=C3=81kos=20Kov=C3=A1cs?= Signed-off-by: Ákos Kovács --- hw/Kconfig | 1 + hw/acpi/Kconfig | 4 ++++ hw/i2c/Kconfig | 4 ---- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 hw/acpi/Kconfig diff --git a/hw/Kconfig b/hw/Kconfig index 23e062b..90bba75 100644 --- a/hw/Kconfig +++ b/hw/Kconfig @@ -1,5 +1,6 @@ source "hw/9pfs/Kconfig" source "hw/audio/Kconfig" +source "hw/acpi/Kconfig" source "hw/block/Kconfig" source "hw/char/Kconfig" source "hw/core/Kconfig" diff --git a/hw/acpi/Kconfig b/hw/acpi/Kconfig new file mode 100644 index 0000000..51e8291 --- /dev/null +++ b/hw/acpi/Kconfig @@ -0,0 +1,4 @@ +config ACPI + bool + select APM + depends on PCI diff --git a/hw/i2c/Kconfig b/hw/i2c/Kconfig index eaf17cc..21a14f6 100644 --- a/hw/i2c/Kconfig +++ b/hw/i2c/Kconfig @@ -1,10 +1,6 @@ config VERSATILE_I2C bool select BITBANG_I2C - -config ACPI - bool - depends on PCI config BITBANG_I2C bool -- 1.8.1.2