diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2013-11-24 07:30:52 +0100 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-12-13 20:50:31 +0100 |
commit | f47d41acfd65919c669921674444caa471723c87 (patch) | |
tree | b88904f70bb8a758a00ea19fa61a6cb2d742d881 /arch/arm/configs/tegra_defconfig | |
parent | ARM: tegra: set CPU reset handler using firmware (diff) | |
download | linux-f47d41acfd65919c669921674444caa471723c87.tar.xz linux-f47d41acfd65919c669921674444caa471723c87.zip |
ARM: tegra: support Trusted Foundations by default
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 <acourbot@nvidia.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/configs/tegra_defconfig')
-rw-r--r-- | arch/arm/configs/tegra_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index 4934295bb4f0..da753e31c850 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -33,6 +33,7 @@ CONFIG_PCI=y CONFIG_PCI_MSI=y CONFIG_PCI_TEGRA=y CONFIG_PCIEPORTBUS=y +CONFIG_TRUSTED_FOUNDATIONS=y CONFIG_SMP=y CONFIG_PREEMPT=y CONFIG_AEABI=y |