commit | 0c16fca927751fbb9be6f026ec8534d289156d3c | [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 | d81d17637a04746341fb6ae2e55597cd61a92c07 [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>