mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Kconfig: esp32/freertos: add some missing dependencies
Signed-off-by: Mahavir Jain <mahavir@espressif.com>
This commit is contained in:
parent
3ede9f011b
commit
bf31afd2c3
@ -100,6 +100,7 @@ endchoice
|
|||||||
config SPIRAM_MEMTEST
|
config SPIRAM_MEMTEST
|
||||||
bool "Run memory test on SPI RAM initialization"
|
bool "Run memory test on SPI RAM initialization"
|
||||||
default "y"
|
default "y"
|
||||||
|
depends on SPIRAM_BOOT_INIT
|
||||||
help
|
help
|
||||||
Runs a rudimentary memory test on initialization. Aborts when memory test fails. Disable this for
|
Runs a rudimentary memory test on initialization. Aborts when memory test fails. Disable this for
|
||||||
slightly faster startop.
|
slightly faster startop.
|
||||||
|
@ -295,7 +295,7 @@ config FREERTOS_USE_TRACE_FACILITY
|
|||||||
|
|
||||||
config FREERTOS_USE_STATS_FORMATTING_FUNCTIONS
|
config FREERTOS_USE_STATS_FORMATTING_FUNCTIONS
|
||||||
bool "Enable FreeRTOS stats formatting functions"
|
bool "Enable FreeRTOS stats formatting functions"
|
||||||
depends on FREERTOS_USE_TRACE_FACILITY || FREERTOS_GENERATE_RUN_TIME_STATS
|
depends on FREERTOS_USE_TRACE_FACILITY
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
If enabled, configUSE_STATS_FORMATTING_FUNCTIONS will be defined as 1 in
|
If enabled, configUSE_STATS_FORMATTING_FUNCTIONS will be defined as 1 in
|
||||||
@ -305,6 +305,8 @@ config FREERTOS_USE_STATS_FORMATTING_FUNCTIONS
|
|||||||
config FREERTOS_GENERATE_RUN_TIME_STATS
|
config FREERTOS_GENERATE_RUN_TIME_STATS
|
||||||
bool "Enable FreeRTOS to collect run time stats"
|
bool "Enable FreeRTOS to collect run time stats"
|
||||||
default n
|
default n
|
||||||
|
select FREERTOS_USE_TRACE_FACILITY
|
||||||
|
select FREERTOS_USE_STATS_FORMATTING_FUNCTIONS
|
||||||
help
|
help
|
||||||
If enabled, configGENERATE_RUN_TIME_STATS will be defined as 1 in
|
If enabled, configGENERATE_RUN_TIME_STATS will be defined as 1 in
|
||||||
FreeRTOS. This will allow FreeRTOS to collect information regarding the
|
FreeRTOS. This will allow FreeRTOS to collect information regarding the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user