mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
13 lines
454 B
Plaintext
13 lines
454 B
Plaintext
#####################################################
|
|
# This file is auto-generated from SoC caps
|
|
# using gen_soc_caps_kconfig.py, do not edit manually
|
|
#####################################################
|
|
|
|
if IDF_TARGET_ESP32C5_BETA3_VERSION
|
|
source "$IDF_PATH/components/esp_rom/esp32c5/beta3/esp32c5/Kconfig.soc_caps.in"
|
|
endif
|
|
|
|
if IDF_TARGET_ESP32C5_MP_VERSION
|
|
source "$IDF_PATH/components/esp_rom/esp32c5/mp/esp32c5/Kconfig.soc_caps.in"
|
|
endif
|