commit | e9d302095ae68304c91c87af8b5e026a02c1861d | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Nov 07 22:59:47 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 12 14:18:17 2021 -0500 |
tree | 38ea04e8e4933f62bbe3b1a76094a51443dcda08 | |
parent | 39948cecf47eeaa96e8a98c21f55b98ee98dd199 [diff] [blame] |
Convert CONFIG_MD5 to Kconfig This converts the following to Kconfig: CONFIG_MD5 Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/configs/SBx81LIFKW_defconfig b/configs/SBx81LIFKW_defconfig index 1669016..8988ed9 100644 --- a/configs/SBx81LIFKW_defconfig +++ b/configs/SBx81LIFKW_defconfig
@@ -58,3 +58,4 @@ CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_KIRKWOOD_SPI=y +CONFIG_MD5=y