blob: 2685e3e28911823dbad06d94101a2bb9e9b27f8c [file] [log] [blame]
# Kconfig - ESP32 board configuration
#
# Copyright (c) 2017 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
if SOC_ESP32
config SOC
string
default esp32
config IRQ_OFFLOAD_INTNUM
default 7
config XTENSA_ASM2
def_bool y
config MP_NUM_CPUS
default 2
endif