From patchwork Sat Mar 9 16:48:40 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: BALATON Zoltan X-Patchwork-Id: 1054018 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=eik.bme.hu Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 44HMyp5pY2z9sDn for ; Mon, 11 Mar 2019 00:48:50 +1100 (AEDT) Received: from localhost ([127.0.0.1]:45403 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h2yoq-0004rQ-Ot for incoming@patchwork.ozlabs.org; Sun, 10 Mar 2019 09:48:48 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h2ynY-0004SX-OU for qemu-devel@nongnu.org; Sun, 10 Mar 2019 09:47:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h2ynY-0004e1-1U for qemu-devel@nongnu.org; Sun, 10 Mar 2019 09:47:28 -0400 Received: from zero.eik.bme.hu ([2001:738:2001:2001::2001]:29058) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h2ynX-0004bA-Qb for qemu-devel@nongnu.org; Sun, 10 Mar 2019 09:47:27 -0400 Received: from zero.eik.bme.hu (blah.eik.bme.hu [152.66.115.182]) by localhost (Postfix) with SMTP id 61F337489DF; Sun, 10 Mar 2019 14:47:08 +0100 (CET) Received: by zero.eik.bme.hu (Postfix, from userid 432) id 0755B7480BD; Sat, 9 Mar 2019 17:57:39 +0100 (CET) From: BALATON Zoltan Date: Sat, 9 Mar 2019 17:48:40 +0100 To: qemu-devel@nongnu.org Message-Id: <20190309165740.0755B7480BD@zero.eik.bme.hu> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:738:2001:2001::2001 Subject: [Qemu-devel] [PATCH] isa: Add APM and ACPI dependencies for VT82C686 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paolo Bonzini Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Compiling vt82c686.c fails without APM and ACPI_PM funtions. Add dependency on these in Kconfig to fix this. Signed-off-by: BALATON Zoltan --- hw/isa/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig index 57e09a0cb8..e092da3fc3 100644 --- a/hw/isa/Kconfig +++ b/hw/isa/Kconfig @@ -36,6 +36,8 @@ config VT82C686 select ACPI_SMBUS select SERIAL_ISA select FDC + select APM + select ACPI_X86 config SMC37C669 bool