commit | b22ec7afa4e2d6f2f7f754bca2cd86c43560dcf8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 17 09:05:34 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 22 12:38:22 2017 -0400 |
tree | 28f8a708b6cab47b90b3a7c5564809c11d7de930 | |
parent | 027608eeb4e840a5caea303c54037f5d1a0d5b94 [diff] |
Kconfig: Add CONFIG_HASH to enable hashing API At present CONFIG_CMD_HASH enables the 'hash' command which also brings in the hashing API. Some boards may wish to enable the API without the command. Add a separate CONFIG to permit this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>