mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
coredump: Limit coredump SHA256 support for ESP32 only
This commit is contained in:
parent
b52ed2d2a5
commit
1fdc7afeb8
@ -45,7 +45,7 @@ menu "Core dump"
|
||||
bool "Use CRC32 for integrity verification"
|
||||
config ESP32_COREDUMP_CHECKSUM_SHA256
|
||||
bool "Use SHA256 for integrity verification"
|
||||
depends on ESP32_COREDUMP_DATA_FORMAT_ELF
|
||||
depends on ESP32_COREDUMP_DATA_FORMAT_ELF && IDF_TARGET_ESP32
|
||||
endchoice
|
||||
|
||||
config ESP32_ENABLE_COREDUMP
|
||||
|
Loading…
Reference in New Issue
Block a user