esp_phy: only esp32c3&esp32s3 support MAC_BB_PD, remove unused caps define

This commit is contained in:
wuzhenghui
2022-12-16 15:40:45 +08:00
parent 5822cdf93b
commit 8f78520342
8 changed files with 0 additions and 20 deletions

View File

@@ -859,10 +859,6 @@ config SOC_PHY_DIG_REGS_MEM_SIZE
int
default 21
config SOC_MAC_BB_PD_MEM_SIZE
int
default 192
config SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH
int
default 12

View File

@@ -412,7 +412,6 @@
/*--------------- PHY REGISTER AND MEMORY SIZE CAPS --------------------------*/
#define SOC_PHY_DIG_REGS_MEM_SIZE (21*4)
#define SOC_MAC_BB_PD_MEM_SIZE (192*4)
// TODO: IDF-5679 (Copy from esp32c3, need check)
/*--------------- WIFI LIGHT SLEEP CLOCK WIDTH CAPS --------------------------*/