cleanup: soc: esp32: IDF_TARGET parameters removal
IDF_TARGET parameters removed from soc/Kconfig and landed on Espressif hal Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
This commit is contained in:
parent
15aab68d29
commit
4bdcf44a8c
4 changed files with 0 additions and 15 deletions
|
@ -16,10 +16,6 @@ config SOC_SERIES_ESP32
|
||||||
|
|
||||||
if SOC_SERIES_ESP32
|
if SOC_SERIES_ESP32
|
||||||
|
|
||||||
config IDF_TARGET_ESP32
|
|
||||||
bool "ESP32 as target board"
|
|
||||||
default y
|
|
||||||
|
|
||||||
config ESP32_APPCPU_IRAM
|
config ESP32_APPCPU_IRAM
|
||||||
hex "ESP32 APPCPU IRAM size"
|
hex "ESP32 APPCPU IRAM size"
|
||||||
depends on SOC_ESP32_PROCPU || SOC_ESP32_APPCPU
|
depends on SOC_ESP32_PROCPU || SOC_ESP32_APPCPU
|
||||||
|
|
|
@ -18,9 +18,6 @@ config SOC_SERIES_ESP32C3
|
||||||
|
|
||||||
if SOC_SERIES_ESP32C3
|
if SOC_SERIES_ESP32C3
|
||||||
|
|
||||||
config IDF_TARGET_ESP32C3
|
|
||||||
bool "ESP32C3 as target board"
|
|
||||||
default y
|
|
||||||
|
|
||||||
config MAC_BB_PD
|
config MAC_BB_PD
|
||||||
bool "Power down MAC and baseband of Wi-Fi and Bluetooth when PHY is disabled"
|
bool "Power down MAC and baseband of Wi-Fi and Bluetooth when PHY is disabled"
|
||||||
|
|
|
@ -15,10 +15,6 @@ config SOC_SERIES_ESP32S2
|
||||||
|
|
||||||
if SOC_SERIES_ESP32S2
|
if SOC_SERIES_ESP32S2
|
||||||
|
|
||||||
config IDF_TARGET_ESP32S2
|
|
||||||
bool "ESP32S2 as target SOC"
|
|
||||||
default y
|
|
||||||
|
|
||||||
menu "Cache config"
|
menu "Cache config"
|
||||||
|
|
||||||
choice
|
choice
|
||||||
|
|
|
@ -15,10 +15,6 @@ config SOC_SERIES_ESP32S3
|
||||||
|
|
||||||
if SOC_SERIES_ESP32S3
|
if SOC_SERIES_ESP32S3
|
||||||
|
|
||||||
config IDF_TARGET_ESP32S3
|
|
||||||
bool "ESP32S3 as target SOC"
|
|
||||||
default y
|
|
||||||
|
|
||||||
config ESP32S3_APPCPU_IRAM
|
config ESP32S3_APPCPU_IRAM
|
||||||
hex "ESP32S3 APPCPU IRAM size"
|
hex "ESP32S3 APPCPU IRAM size"
|
||||||
depends on SOC_ESP32S3_PROCPU || SOC_ESP32S3_APPCPU
|
depends on SOC_ESP32S3_PROCPU || SOC_ESP32S3_APPCPU
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue