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
@@ -171,6 +171,10 @@ config SOC_BOD_SUPPORTED
bool
default y
config SOC_CLK_TREE_SUPPORTED
bool
default y
config SOC_XTAL_SUPPORT_40M
bool
default y
@@ -81,6 +81,7 @@
#define SOC_MEMPROT_SUPPORTED 1
#define SOC_TOUCH_SENSOR_SUPPORTED 1
#define SOC_BOD_SUPPORTED 1
#define SOC_CLK_TREE_SUPPORTED 1
/*-------------------------- XTAL CAPS ---------------------------------------*/
#define SOC_XTAL_SUPPORT_40M 1