diff options
author | York Sun | 2016-12-02 09:33:14 -0800 |
---|---|---|
committer | York Sun | 2016-12-02 12:38:41 -0800 |
commit | c6e6bda3a873fe036b30746195b59339d10e3cdf (patch) | |
tree | 5b8aa869976b24b0d6265ad89cab2a7a953efe4d /arch/powerpc | |
parent | 01f65d974a3f4a05ea258269e52834bed3547bdf (diff) |
powerpc: mpc85xx: Move SECURE_BOOT to Kconfig
Move from CONFIG_SYS_EXTRA_OPTIONS to Kconfig option.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/cpu/mpc85xx/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig index 1d2e027b783..f7826952749 100644 --- a/arch/powerpc/cpu/mpc85xx/Kconfig +++ b/arch/powerpc/cpu/mpc85xx/Kconfig @@ -435,6 +435,12 @@ config ARCH_T4160 config ARCH_T4240 bool +config SECURE_BOOT + bool "Secure Boot" + help + Enable Freescale Secure Boot feature. Normally selected + by defconfig. If unsure, do not change. + config MAX_CPUS int "Maximum number of CPUs permitted for MPC85xx" default 12 if ARCH_T4240 |