config: removed references to non-existing kconfig options

This commit is contained in:
Marius Vikhammer
2022-03-15 18:25:05 +08:00
parent e3c084a2dc
commit 0fbae992dd
12 changed files with 18 additions and 36 deletions
@@ -137,7 +137,7 @@ static void* s_exc_frame = NULL;
inline void esp_core_dump_write(panic_info_t *info, core_dump_write_config_t *write_cfg)
{
#ifndef CONFIG_ESP_ENABLE_COREDUMP_TO_NONE
#ifndef CONFIG_ESP_COREDUMP_ENABLE_TO_NONE
esp_err_t err = ESP_ERR_NOT_SUPPORTED;
s_exc_frame = (void*) info->frame;