mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
kconfig: introduced CONFIG_IDF_ENV_BRINGUP for new chip bringup usage
This commit is contained in:

committed by
Armando (Dou Yiwen)

parent
360f551f48
commit
c448597f24
@@ -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
|
||||
|
Reference in New Issue
Block a user