From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752633Ab3K2BH5 (ORCPT ); Thu, 28 Nov 2013 20:07:57 -0500 Received: from hqemgate14.nvidia.com ([216.228.121.143]:14384 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751329Ab3K2BHy (ORCPT ); Thu, 28 Nov 2013 20:07:54 -0500 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Thu, 28 Nov 2013 17:05:18 -0800 Message-ID: <5297E8E4.8080401@nvidia.com> Date: Fri, 29 Nov 2013 10:07:48 +0900 From: Alex Courbot Organization: NVIDIA User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: Dave Martin , Stephen Warren CC: Alexandre Courbot , Olof Johansson , Mark Rutland , "devicetree@vger.kernel.org" , Kevin Hilman , Russell King , Pawel Moll , Tomasz Figa , Ian Campbell , Linux Kernel Mailing List , "rob.herring@calxeda.com" , Thierry Reding , "linux-tegra@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH v11 7/7] ARM: tegra: support Trusted Foundations by default References: <1385274652-16415-1-git-send-email-acourbot@nvidia.com> <1385274652-16415-8-git-send-email-acourbot@nvidia.com> <20131126000608.GA21634@quad.lixom.net> <20131126164730.GE2355@e103592.cambridge.arm.com> <52977639.4000308@wwwdotorg.org> <20131128194751.GD4634@e103592.cambridge.arm.com> In-Reply-To: <20131128194751.GD4634@e103592.cambridge.arm.com> X-NVConfidentiality: public Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/29/2013 04:47 AM, Dave Martin wrote: > On Thu, Nov 28, 2013 at 04:58:33PM +0000, Stephen Warren wrote: >> On 11/27/2013 11:02 PM, Alexandre Courbot wrote: >>> On Wed, Nov 27, 2013 at 1:47 AM, Dave Martin wrote: >>>> On Tue, Nov 26, 2013 at 10:35:58AM +0900, Alexandre Courbot wrote: >>>>> On Tue, Nov 26, 2013 at 9:06 AM, Olof Johansson wrote: >>>>>> On Sun, Nov 24, 2013 at 03:30:52PM +0900, Alexandre Courbot wrote: >>>>>>> Support for Trusted Foundations is light and allows the kernel to run on >>>>>>> a wider range of devices, so enable it by default. >>>>>>> >>>>>>> Signed-off-by: Alexandre Courbot >>>>>>> Reviewed-by: Tomasz Figa >>>>>>> Reviewed-by: Stephen Warren >>>>>>> --- >>>>>>> arch/arm/configs/tegra_defconfig | 1 + >>>>>>> 1 file changed, 1 insertion(+) >>>>>> >>>>>> I think we want this enabled on multi_v7_defconfig too? Send a separate >>>>>> patch for that once this is merged though. >>>>> >>>>> Will do. >>>> >>>> Should it just be default y if one of the relevant >>>> CONFIG_ARCH_TEGRA_*_SOC is selected? >>>> >>>> That way, it's automatically included if relevant, and automatically >>>> excluded if not -- regardless of whether the kernel is multiplatform >>>> or not. >>> >>> So basically, that would mean setting the default to 'y' since the >>> option is not available unless a supported platform is included? >>> >>> I'm fine this way too, if Stephen also agrees. >> >> Fine by me. > > Sure, as long as the result is right, that should be fine. Ok, then please ignore this patch in this series and I will send a new one that changes the CONFIG_TRUSTED_FOUNDATION's default setting once we have confirmation from Russell that this series can be merged. Thanks, Alex.