From bb59ca3ab326153cfee050fb250501460eb638be Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Wed, 22 Jan 2020 13:56:17 +0100 Subject: [PATCH] esp32s2: add missing ESP32S2_MEMMAP_TRACEMEM_TWOBANKS option It is used when app-trace is enabled, to provide ping-pong buffers. --- components/esp32s2/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/esp32s2/Kconfig b/components/esp32s2/Kconfig index ea4fb2f0e..fe071b498 100644 --- a/components/esp32s2/Kconfig +++ b/components/esp32s2/Kconfig @@ -244,6 +244,10 @@ menu "ESP32S2-specific" bool default "n" + config ESP32S2_MEMMAP_TRACEMEM_TWOBANKS + bool + default "n" + config ESP32S2_TRAX bool "Use TRAX tracing feature" default "n"