commit | 601483ffd544f98023062949670e2aa048d31cc7 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Jun 16 14:04:40 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 05 17:04:00 2022 -0400 |
tree | 380d2693cc284df9a4ce0b572a8e93d3e05b9426 | |
parent | c9f85187e21ef64f65c1cd7202ef9199501a6f4d [diff] |
Convert CONFIG_SYS_FSL_SFP_BE et al to Kconfig This converts the following to Kconfig: CONFIG_KEY_REVOCATION CONFIG_SYS_FSL_SFP_BE CONFIG_SYS_FSL_SFP_LE CONFIG_SYS_FSL_SFP_VER_3_0 CONFIG_SYS_FSL_SFP_VER_3_2 CONFIG_SYS_FSL_SFP_VER_3_4 CONFIG_SYS_FSL_SRK_LE This partly means making sure to enable SYS_FSL_ERRATUM_A007186 only for when CHAIN_OF_TRUST is enabled. Signed-off-by: Tom Rini <trini@konsulko.com>