We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 790aecf + 1fdc7af commit 8526cb5Copy full SHA for 8526cb5
components/espcoredump/Kconfig
@@ -45,7 +45,7 @@ menu "Core dump"
45
bool "Use CRC32 for integrity verification"
46
config ESP32_COREDUMP_CHECKSUM_SHA256
47
bool "Use SHA256 for integrity verification"
48
- depends on ESP32_COREDUMP_DATA_FORMAT_ELF
+ depends on ESP32_COREDUMP_DATA_FORMAT_ELF && IDF_TARGET_ESP32
49
endchoice
50
51
config ESP32_ENABLE_COREDUMP
0 commit comments