From: Michael (XIAO Xufeng) Date: Thu, 24 May 2018 03:40:08 +0000 (+0800) Subject: fix the dependency of systemview config menu. X-Git-Tag: v3.1-beta1~58^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ee00cc3a685af90c4a2c2d0c914a488411a972e;p=esp-idf fix the dependency of systemview config menu. --- diff --git a/components/app_trace/Kconfig b/components/app_trace/Kconfig index d80331996b..d599efe85a 100644 --- a/components/app_trace/Kconfig +++ b/components/app_trace/Kconfig @@ -56,6 +56,7 @@ config ESP32_APPTRACE_PENDING_DATA_SIZE_MAX events will be discarded when main HW buffer is full. menu "FreeRTOS SystemView Tracing" + depends on ESP32_APPTRACE_ENABLE config SYSVIEW_ENABLE bool "SystemView Tracing Enable" depends on ESP32_APPTRACE_ENABLE