File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ endchoice
100100config SPIRAM_MEMTEST
101101 bool "Run memory test on SPI RAM initialization"
102102 default "y"
103+ depends on SPIRAM_BOOT_INIT
103104 help
104105 Runs a rudimentary memory test on initialization. Aborts when memory test fails. Disable this for
105106 slightly faster startop.
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ config FREERTOS_USE_TRACE_FACILITY
295295
296296config FREERTOS_USE_STATS_FORMATTING_FUNCTIONS
297297 bool "Enable FreeRTOS stats formatting functions"
298- depends on FREERTOS_USE_TRACE_FACILITY || FREERTOS_GENERATE_RUN_TIME_STATS
298+ depends on FREERTOS_USE_TRACE_FACILITY
299299 default n
300300 help
301301 If enabled, configUSE_STATS_FORMATTING_FUNCTIONS will be defined as 1 in
@@ -305,6 +305,8 @@ config FREERTOS_USE_STATS_FORMATTING_FUNCTIONS
305305config FREERTOS_GENERATE_RUN_TIME_STATS
306306 bool "Enable FreeRTOS to collect run time stats"
307307 default n
308+ select FREERTOS_USE_TRACE_FACILITY
309+ select FREERTOS_USE_STATS_FORMATTING_FUNCTIONS
308310 help
309311 If enabled, configGENERATE_RUN_TIME_STATS will be defined as 1 in
310312 FreeRTOS. This will allow FreeRTOS to collect information regarding the
You can’t perform that action at this time.
0 commit comments