Merge branch 'bugfix/config_minor_missing_deps' into 'master'

Kconfig: esp32/freertos: add some missing dependencies

See merge request idf/esp-idf!1966
This commit is contained in:
Ivan Grokhotkov
2018-02-26 05:57:27 +08:00
2 changed files with 4 additions and 1 deletions

View File

@@ -100,6 +100,7 @@ endchoice
config SPIRAM_MEMTEST
bool "Run memory test on SPI RAM initialization"
default "y"
depends on SPIRAM_BOOT_INIT
help
Runs a rudimentary memory test on initialization. Aborts when memory test fails. Disable this for
slightly faster startop.