blob: 0a6d3f90be98375116974dc42246508bc2630390 [file] [log] [blame]
# 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