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 /configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig | |
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 'configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig b/configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig index 21c989cff9f..155c47487f1 100644 --- a/configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig +++ b/configs/ls1012afrwy_tfa_SECURE_BOOT_defconfig @@ -45,6 +45,7 @@ CONFIG_SATA_CEVA=y CONFIG_MPC8XXX_GPIO=y CONFIG_DM_I2C=y CONFIG_I2C_SET_DEFAULT_BUS_NUM=y +CONFIG_SYS_FSL_SEC_MON_BE=y CONFIG_FSL_ESDHC=y CONFIG_MTD=y CONFIG_DM_SPI_FLASH=y |