diff options
author | Tom Rini <trini@konsulko.com> | 2019-08-26 17:45:20 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-26 17:45:20 -0400 |
commit | 12277acda0802e4517ca82842c71aae723f0da16 (patch) | |
tree | 34a610694fdcee8f19f81337f6658a84210262ee /common/spl | |
parent | 7a4b0bc5fe70225ae3595ba81d1473c06fd6b83b (diff) | |
parent | 44de15d6867c246e7a09ef061d3de56e1799a606 (diff) |
Merge branch '2019-08-26-master-imports'
- Assorted minor bugfixes
Diffstat (limited to 'common/spl')
-rw-r--r-- | common/spl/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index bb56e3f4c2..f467eca2be 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -435,6 +435,7 @@ config SPL_HASH_SUPPORT config TPL_HASH_SUPPORT bool "Support hashing drivers in TPL" + depends on TPL select SHA1 select SHA256 help |