Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753537AbbBMQcr (ORCPT ); Fri, 13 Feb 2015 11:32:47 -0500 Received: from mail2-184.sinamail.sina.com.cn ([60.28.2.184]:19213 "EHLO mail2-184.sinamail.sina.com.cn" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752415AbbBMQcq (ORCPT ); Fri, 13 Feb 2015 11:32:46 -0500 X-Auth-ID: yilikernel@sina.cn X-SMAIL-MID: 1768921441819 From: Yi Li To: yili@gzhdi.com, linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org Cc: david.vrabel@citrix.com, jinsong.liu@intel.com, Yi Li Subject: [PATCH] xen: fix mcelog/stub depend issue in Kconfig Date: Sat, 14 Feb 2015 00:32:26 +0800 Message-Id: <1423845146-6669-1-git-send-email-yilikernel@sina.cn> X-Mailer: git-send-email 1.7.12.4 Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1126 Lines: 41 From: Yi Li Fix support mcelog/stub in Kconfig for Xen X86 platform Signed-off-by: Yi Li --- drivers/xen/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index b812462..83ae68a 100644 --- a/drivers/xen/Kconfig +++ b/drivers/xen/Kconfig @@ -188,7 +188,7 @@ config XEN_PRIVCMD config XEN_STUB bool "Xen stub drivers" - depends on XEN && X86_64 && BROKEN + depends on XEN && X86 && BROKEN default n help Allow kernel to install stub drivers, to reserve space for Xen drivers, @@ -240,7 +240,7 @@ config XEN_ACPI_PROCESSOR config XEN_MCE_LOG bool "Xen platform mcelog" - depends on XEN_DOM0 && X86_64 && X86_MCE + depends on XEN_DOM0 && X86 && X86_MCE default n help Allow kernel fetching MCE error from Xen platform and -- 1.7.12.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/