blob: c6985ae118fa75b13b1d135adb9f21f291640d97 [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
endif