commit | 2b95b49ed3e44d58f0faab15d781b14a31797765 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 07 14:57:20 2023 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 18 11:49:13 2023 -0700 |
tree | 555502c11f55ed85c2694860eb474d0bad55bfc8 | |
parent | b89ed9d3ddee55444949f6d413c3d9ff0aa29aa6 [diff] |
tpm: Add a proper Kconfig option for crc8 in SPL The current approach is a bit of a hack and only works for the tpm subsystem. Add a Kconfig so that crc8 can be enabled in SPL for other purposes. Signed-off-by: Simon Glass <sjg@chromium.org>