| # Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd. | |
| # SPDX-License-Identifier: Apache-2.0 | |
| config SOC_FAMILY_ESP32 | |
| bool | |
| if SOC_FAMILY_ESP32 | |
| config SOC_FAMILY | |
| string | |
| default "espressif_esp32" | |
| source "soc/riscv/espressif_esp32/common/Kconfig.soc" | |
| source "soc/riscv/espressif_esp32/*/Kconfig.soc" | |
| endif # SOC_FAMILY_ESP32 |