diff options
Diffstat (limited to 'arch/arm/firmware/Kconfig')
-rw-r--r-- | arch/arm/firmware/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/firmware/Kconfig b/arch/arm/firmware/Kconfig index bb00ccf00d66..ad396af68e47 100644 --- a/arch/arm/firmware/Kconfig +++ b/arch/arm/firmware/Kconfig | |||
@@ -11,6 +11,7 @@ menu "Firmware options" | |||
11 | config TRUSTED_FOUNDATIONS | 11 | config TRUSTED_FOUNDATIONS |
12 | bool "Trusted Foundations secure monitor support" | 12 | bool "Trusted Foundations secure monitor support" |
13 | depends on ARCH_SUPPORTS_TRUSTED_FOUNDATIONS | 13 | depends on ARCH_SUPPORTS_TRUSTED_FOUNDATIONS |
14 | default y | ||
14 | help | 15 | help |
15 | Some devices (including most Tegra-based consumer devices on the | 16 | Some devices (including most Tegra-based consumer devices on the |
16 | market) are booted with the Trusted Foundations secure monitor | 17 | market) are booted with the Trusted Foundations secure monitor |
@@ -20,7 +21,7 @@ config TRUSTED_FOUNDATIONS | |||
20 | This option allows the kernel to invoke the secure monitor whenever | 21 | This option allows the kernel to invoke the secure monitor whenever |
21 | required on devices using Trusted Foundations. See | 22 | required on devices using Trusted Foundations. See |
22 | arch/arm/include/asm/trusted_foundations.h or the | 23 | arch/arm/include/asm/trusted_foundations.h or the |
23 | tl,trusted-foundations device tree binding documentation for details | 24 | tlm,trusted-foundations device tree binding documentation for details |
24 | on how to use it. | 25 | on how to use it. |
25 | 26 | ||
26 | Say n if you don't know what this is about. | 27 | Say n if you don't know what this is about. |