diff options
author | Tom Rini | 2022-06-16 14:04:39 -0400 |
---|---|---|
committer | Tom Rini | 2022-07-05 17:04:00 -0400 |
commit | c9f85187e21ef64f65c1cd7202ef9199501a6f4d (patch) | |
tree | 7138ab77b579a8d6ca6fb9c7720c5552a20a99b2 /arch/Kconfig.nxp | |
parent | 7e7d04aecb99cfcec2c25581dcf307f2c7a82c6c (diff) |
Convert CONFIG_SYS_FSL_SEC_MON et al to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_FSL_SEC_MON
CONFIG_SYS_FSL_SEC_MON_BE
CONFIG_SYS_FSL_SEC_MON_LE
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/Kconfig.nxp')
-rw-r--r-- | arch/Kconfig.nxp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig.nxp b/arch/Kconfig.nxp index 4d04c036b82..72cac0fb99d 100644 --- a/arch/Kconfig.nxp +++ b/arch/Kconfig.nxp @@ -4,6 +4,7 @@ config CHAIN_OF_TRUST imply CMD_HASH if ARM select FSL_CAAM select ARCH_MISC_INIT + select FSL_SEC_MON select SPL_BOARD_INIT if (ARM && SPL) select SPL_HASH if (ARM && SPL) select SHA_HW_ACCEL |