mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +01:00
cpu/esp_common: MODULE_XTENSA has to depend on HAS_ARCH_ESP_XTENSA
ESP32x SoC use either Xtensa cores or RISC-V cores. The Xtensa vendor code has to be compiled only for ESP32x SoCs that are Xtensa-based. Therefore, MODULE_XTENSA has to depend on HAS_ARCH_ESP_XTENSA instead of HAS_ARCH_ESP
This commit is contained in:
parent
897abd09f2
commit
08cb7adf62
6
cpu/esp_common/vendor/xtensa/Kconfig
vendored
6
cpu/esp_common/vendor/xtensa/Kconfig
vendored
@ -8,8 +8,8 @@
|
|||||||
config MODULE_XTENSA
|
config MODULE_XTENSA
|
||||||
bool
|
bool
|
||||||
depends on TEST_KCONFIG
|
depends on TEST_KCONFIG
|
||||||
depends on HAS_ARCH_ESP
|
depends on HAS_ARCH_ESP_XTENSA
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Third-party software components used by the RIOT port for ESP32 and
|
Third-party software components used by the RIOT port for Xtensa-based
|
||||||
ESP8266.
|
ESP SoCs.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user