Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751730AbaBGEfu (ORCPT ); Thu, 6 Feb 2014 23:35:50 -0500 Received: from hqemgate15.nvidia.com ([216.228.121.64]:14025 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751680AbaBGEft (ORCPT ); Thu, 6 Feb 2014 23:35:49 -0500 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Thu, 06 Feb 2014 20:33:43 -0800 From: Alexandre Courbot To: Stephen Warren , Thierry Reding , Russell King , Tomasz Figa CC: Olof Johansson , , , , , Alexandre Courbot Subject: [PATCH v2 3/6] ARM: firmware: enable Trusted Foundations by default Date: Fri, 7 Feb 2014 13:35:03 +0900 Message-ID: <1391747706-1847-4-git-send-email-acourbot@nvidia.com> X-Mailer: git-send-email 1.8.5.3 In-Reply-To: <1391747706-1847-1-git-send-email-acourbot@nvidia.com> References: <1391747706-1847-1-git-send-email-acourbot@nvidia.com> X-NVConfidentiality: public 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 As discussed previously (https://lkml.org/lkml/2013/11/26/289), enable Trusted Foundation support by default since it already depends on a supporting architecture being selected. Signed-off-by: Alexandre Courbot --- arch/arm/firmware/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/firmware/Kconfig b/arch/arm/firmware/Kconfig index bb126594995e..ad396af68e47 100644 --- a/arch/arm/firmware/Kconfig +++ b/arch/arm/firmware/Kconfig @@ -11,6 +11,7 @@ menu "Firmware options" config TRUSTED_FOUNDATIONS bool "Trusted Foundations secure monitor support" depends on ARCH_SUPPORTS_TRUSTED_FOUNDATIONS + default y help Some devices (including most Tegra-based consumer devices on the market) are booted with the Trusted Foundations secure monitor -- 1.8.5.3 -- 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/