diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2014-02-07 04:35:03 (GMT) |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2014-02-18 20:46:38 (GMT) |
commit | 5b154f18086f11096567aad55543af4bc44a0aa0 (patch) | |
tree | 458420ec672c16fea68c2684038fd4ae50f7c254 /arch/arm | |
parent | c3af6d68550c50597be25f29bc1cb742c10c63c0 (diff) | |
download | linux-5b154f18086f11096567aad55543af4bc44a0aa0.tar.xz |
ARM: firmware: enable Trusted Foundations by default
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 <acourbot@nvidia.com>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/firmware/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/firmware/Kconfig b/arch/arm/firmware/Kconfig index bb12659..ad396af 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 |