Skip to content
Snippets Groups Projects
Commit 30397743 authored by Fabio Estevam's avatar Fabio Estevam Committed by Stefano Babic
Browse files

mx7: Place MX7_SEC option in Kconfig


MX7_SEC is an existing configuration option that allows booting the
kernel in secure mode.

Place this option in Kconfig, so that boards can select this option
in their defconfig files.

Selecting this option is necessary when booting a kernel provided by
NXP, such as 3.14_GA and 4.1.15_GA.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Tested-by: default avatarMichael Trimarchi <michael@amarulasolutions.com>
parent d6b0c468
No related branches found
No related tags found
No related merge requests found
...@@ -17,3 +17,12 @@ config IMX_BOOTAUX ...@@ -17,3 +17,12 @@ config IMX_BOOTAUX
depends on ARCH_MX7 || ARCH_MX6 depends on ARCH_MX7 || ARCH_MX6
help help
bootaux [addr] to boot auxiliary core. bootaux [addr] to boot auxiliary core.
config MX7_SEC
bool "Support booting MX7 in secure mode"
depends on ARCH_MX7
help
NXP kernel requires to boot MX7 in secure mode. Select
this options if you want to boot a NXP kernel. In order
to boot a mainline kernel this option needs to be
unselected.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment