kconfig: introduced CONFIG_IDF_ENV_BRINGUP for new chip bringup usage

This commit is contained in:
Armando
2023-06-20 16:04:41 +08:00
committed by Armando (Dou Yiwen)
parent 360f551f48
commit c448597f24
20 changed files with 90 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ menu "Serial flasher config"
config ESPTOOLPY_NO_STUB
bool "Disable download stub"
default "y" if IDF_ENV_FPGA
default "y" if IDF_ENV_FPGA || IDF_ENV_BRINGUP
default "n"
help