soc: xtensa: esp32_net: update kconfig

specific of soc to make it compatible to the new toolchain.

Signed-off-by: Felipe Neves <felipe.neves@linaro.org>
This commit is contained in:
Felipe Neves 2022-08-04 22:43:58 -03:00 committed by Carles Cufí
parent 907e602875
commit 6ba5b21337
5 changed files with 11 additions and 10 deletions

View file

@ -3,11 +3,8 @@ name: ESP32_NET
type: mcu
arch: xtensa
toolchain:
- espressif
supported:
- gpio
- i2c
- watchdog
- uart
- pinmux
- nvs
- zephyr
testing:
ignore_tags:
- net
- bluetooth

View file

@ -9,7 +9,6 @@ set(LINKER ld)
set(BINTOOLS gnu)
set(CROSS_COMPILE_TARGET_xtensa_esp32 xtensa-esp32-elf)
set(CROSS_COMPILE_TARGET_xtensa_esp32_net xtensa-esp32-elf)
set(CROSS_COMPILE_TARGET_xtensa_esp32s2 xtensa-esp32s2-elf)
set(CROSS_COMPILE_TARGET_riscv_esp32c3 riscv32-esp-elf)

View file

@ -3,4 +3,4 @@
config HAS_ESPRESSIF_HAL
bool
depends on SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3
depends on SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3 || SOC_ESP32_NET

View file

@ -6,6 +6,10 @@ if SOC_ESP32_NET
config SOC
default "esp32_net"
config SOC_TOOLCHAIN_NAME
string
default "espressif_esp32"
config MINIMAL_LIBC_OPTIMIZE_STRING_FOR_SIZE
default n

View file

@ -7,6 +7,7 @@ config SOC_ESP32_NET
select CLOCK_CONTROL
select CLOCK_CONTROL_ESP32
select DYNAMIC_INTERRUPTS
select HAS_ESPRESSIF_HAL
if SOC_ESP32_NET