From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:53956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gkWCo-0001Ky-QK for qemu-devel@nongnu.org; Fri, 18 Jan 2019 10:37:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gkWCn-0006C3-BR for qemu-devel@nongnu.org; Fri, 18 Jan 2019 10:37:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37952) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gkWCj-00065h-3L for qemu-devel@nongnu.org; Fri, 18 Jan 2019 10:37:10 -0500 References: <20190118112410.3010-1-yang.zhong@intel.com> <20190118112410.3010-42-yang.zhong@intel.com> From: Thomas Huth Message-ID: Date: Fri, 18 Jan 2019 16:37:04 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH v3 41/43] i386-softmmu.mak: remove all CONFIG_* except boards definitions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Yang Zhong , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, sameo@linux.intel.com, ehabkost@redhat.com On 2019-01-18 16:28, Paolo Bonzini wrote: > On 18/01/19 12:24, Yang Zhong wrote: >> config ACPI_NVDIMM >> bool >> + default y >> + depends on I440FX || Q35 > > This is "depends on PC". > >> config ACPI_VMGENID >> bool >> + default y >> + depends on I440FX || Q35 >> >> config IPMI >> bool > > IPMI should have a "depends on PC" too. config ISAPC selects PC, too, and I don't think that ISAPC has ACPI, has it? Thomas