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