From 2ee00cc3a685af90c4a2c2d0c914a488411a972e Mon Sep 17 00:00:00 2001 From: "Michael (XIAO Xufeng)" Date: Thu, 24 May 2018 11:40:08 +0800 Subject: [PATCH] fix the dependency of systemview config menu. --- components/app_trace/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/components/app_trace/Kconfig b/components/app_trace/Kconfig index d80331996..d599efe85 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