From nobody Tue Nov 18 09:18:23 2025 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1609032261; cv=none; d=zohomail.com; s=zohoarc; b=ClKwRbv+jBcPDupglybfRduhSvVOHajD/qLG85QiUSfBUgm3OHluVVFP09/rPsswDbVPEr8lrlo1LhR+oZ83/c/3tA7nRVZBB0F2tFMVvs3ByoAnjE0LmpyDP2boFDfAMO9P+IuXQ6hOTu2Ybk4NJPYmBhSrH0/NnIGV8tkagCc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1609032261; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=Jqkf0aW6FQQNZXUdk97ZvDW180n74PSPqZyvkIf36tA=; b=noKeNYzPcH7UxYCn/oTNIj1yG4Z62fciEV4aaVJDLBD3gEzXjgFt8s06O7B+Z8Z2Z78ybaxnQUhoY1Ov/jDYAaAKJOPHv/fgtj/u5UZfOtqFgZ67SMMouVhHAQiX+c/xQwZbfxu3GNmoXpV74UZ789OKYDQoOUusze0hsbGYlvY= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 160903226088913.431000566122975; Sat, 26 Dec 2020 17:24:20 -0800 (PST) Received: from localhost ([::1]:37144 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ktKnD-0001jq-Om for importer@patchew.org; Sat, 26 Dec 2020 20:24:19 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:33194) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ktKkR-0008QA-5N for qemu-devel@nongnu.org; Sat, 26 Dec 2020 20:21:27 -0500 Received: from zero.eik.bme.hu ([2001:738:2001:2001::2001]:61478) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ktKkN-0001AN-4s for qemu-devel@nongnu.org; Sat, 26 Dec 2020 20:21:26 -0500 Received: from zero.eik.bme.hu (blah.eik.bme.hu [152.66.115.182]) by localhost (Postfix) with SMTP id DBB517470F4; Sun, 27 Dec 2020 02:21:17 +0100 (CET) Received: by zero.eik.bme.hu (Postfix, from userid 432) id B342F7470DF; Sun, 27 Dec 2020 02:21:17 +0100 (CET) Message-Id: <2157782addb379824c71edd301108f7799302694.1609031406.git.balaton@eik.bme.hu> In-Reply-To: References: Subject: [PATCH 01/12] vt82c686: Add APM and ACPI dependencies for VT82C686 Date: Sun, 27 Dec 2020 02:10:06 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable To: qemu-devel@nongnu.org X-Spam-Probability: 8% Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=2001:738:2001:2001::2001; envelope-from=balaton@eik.bme.hu; helo=zero.eik.bme.hu X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Huacai Chen , f4bug@amsat.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Reply-to: BALATON Zoltan From: BALATON Zoltan via Content-Type: text/plain; charset="utf-8" Compiling vt82c686.c fails without APM and ACPI_PM functions. 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 c7f07854f7..2ca2593ee6 100644 --- a/hw/isa/Kconfig +++ b/hw/isa/Kconfig @@ -47,6 +47,8 @@ config VT82C686 select ACPI_SMBUS select SERIAL_ISA select FDC + select APM + select ACPI_X86 =20 config SMC37C669 bool --=20 2.21.3