Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932758Ab3DYQ7q (ORCPT ); Thu, 25 Apr 2013 12:59:46 -0400 Received: from smtp.citrix.com ([66.165.176.89]:28628 "EHLO SMTP.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932621Ab3DYQ6H (ORCPT ); Thu, 25 Apr 2013 12:58:07 -0400 X-IronPort-AV: E=Sophos;i="4.87,551,1363132800"; d="scan'208";a="21599747" From: Stefano Stabellini To: CC: , , , , , Stefano Stabellini Subject: [PATCH v5 5/7] xen/arm: XEN selects ARM_PSCI Date: Thu, 25 Apr 2013 17:57:53 +0100 Message-ID: <1366909075-28775-5-git-send-email-stefano.stabellini@eu.citrix.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 759 Lines: 25 Signed-off-by: Stefano Stabellini --- arch/arm/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 2c3bdce..344e299 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1892,6 +1892,7 @@ config XEN depends on ARM && AEABI && OF depends on CPU_V7 && !CPU_V6 depends on !GENERIC_ATOMIC64 + select ARM_PSCI help Say Y if you want to run Linux in a Virtual Machine on Xen on ARM. -- 1.7.2.5 -- 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/