diff options
| author | Simon Glass <[email protected]> | 2025-01-26 11:43:14 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-03 16:00:42 -0600 |
| commit | 5929c2f39f557940a49d2852f95ade939358b705 (patch) | |
| tree | 2c9a6ace6bddd7958f312afcbed2549499b5cf49 /tools/Kconfig | |
| parent | 00ae9b2ac3493ed74449cd3b7cf50bce1b98d36d (diff) | |
lib: Allow crc16 code to be dropped
This code is not necessarily needed in VPL, even if SPL uses it, so
adjust the rules to allow it to be dropped.
Do the same for the hash API.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'tools/Kconfig')
| -rw-r--r-- | tools/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/Kconfig b/tools/Kconfig index 5c75af48fe3..01ff0fcf748 100644 --- a/tools/Kconfig +++ b/tools/Kconfig @@ -9,6 +9,11 @@ config MKIMAGE_DTC_PATH some cases the system dtc may not support all required features and the path to a different version should be given here. +config TOOLS_CRC16 + def_bool y + help + Enable CRC32 support in the tools builds + config TOOLS_CRC32 def_bool y help |
