17 lines
336 B
Plaintext
17 lines
336 B
Plaintext
# 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/xtensa/espressif_esp32/common/Kconfig.soc"
|
|
source "soc/xtensa/espressif_esp32/*/Kconfig.soc"
|
|
|
|
endif # SOC_FAMILY_ESP32
|