mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
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>
This commit is contained in:
parent
c3af6d6855
commit
5b154f1808
@ -11,6 +11,7 @@ menu "Firmware options"
|
|||||||
config TRUSTED_FOUNDATIONS
|
config TRUSTED_FOUNDATIONS
|
||||||
bool "Trusted Foundations secure monitor support"
|
bool "Trusted Foundations secure monitor support"
|
||||||
depends on ARCH_SUPPORTS_TRUSTED_FOUNDATIONS
|
depends on ARCH_SUPPORTS_TRUSTED_FOUNDATIONS
|
||||||
|
default y
|
||||||
help
|
help
|
||||||
Some devices (including most Tegra-based consumer devices on the
|
Some devices (including most Tegra-based consumer devices on the
|
||||||
market) are booted with the Trusted Foundations secure monitor
|
market) are booted with the Trusted Foundations secure monitor
|
||||||
|
Loading…
Reference in New Issue
Block a user