mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
cpu/esp_common: add module esp_xtensa to Kconfig
This commit is contained in:
parent
6aafc1e362
commit
ea5d2b3a2e
@ -8,6 +8,7 @@ config CPU_ARCH_XTENSA
|
||||
bool
|
||||
select HAS_ARCH_32BIT
|
||||
select HAS_ARCH_ESP
|
||||
select HAS_ARCH_ESP_XTENSA
|
||||
|
||||
config CPU_COMMON_ESP
|
||||
bool
|
||||
@ -63,6 +64,11 @@ config HAS_ARCH_ESP
|
||||
help
|
||||
Indicates that an 'ESP' architecture is being used.
|
||||
|
||||
config HAS_ARCH_ESP_XTENSA
|
||||
bool
|
||||
help
|
||||
Indicates that an Xtensa-based 'ESP' architecture is being used.
|
||||
|
||||
config HAS_ESP_WIFI_ENTERPRISE
|
||||
bool
|
||||
help
|
||||
@ -117,6 +123,7 @@ config MODULE_ESP_QEMU
|
||||
|
||||
endif # TEST_KCONFIG
|
||||
|
||||
rsource "esp-xtensa/Kconfig"
|
||||
rsource "freertos/Kconfig"
|
||||
rsource "periph/Kconfig"
|
||||
rsource "vendor/xtensa/Kconfig"
|
||||
|
||||
14
cpu/esp_common/esp-xtensa/Kconfig
Normal file
14
cpu/esp_common/esp-xtensa/Kconfig
Normal file
@ -0,0 +1,14 @@
|
||||
# Copyright (c) 2022 Gunar Schorcht
|
||||
#
|
||||
# This file is subject to the terms and conditions of the GNU Lesser
|
||||
# General Public License v2.1. See the file LICENSE in the top level
|
||||
# directory for more details.
|
||||
#
|
||||
|
||||
config MODULE_ESP_XTENSA
|
||||
bool
|
||||
depends on TEST_KCONFIG
|
||||
depends on HAS_ARCH_ESP_XTENSA
|
||||
default y
|
||||
help
|
||||
Platform-dependent code for Xtensa-based ESP SoCs.
|
||||
Loading…
x
Reference in New Issue
Block a user