blob: 1b692cf76211a464fb7984ce3365d80f069aaf9c [file] [log] [blame]
# Nuvoton Cortex-M4 Embedded Controller
# Copyright (c) 2023 Nuvoton Technology Corporation.
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_NPCX4
config SOC_SERIES
default "npcx4"
config NUM_IRQS
default 128
config CORTEX_M_SYSTICK
default !NPCX_ITIM_TIMER
config ESPI_TAF_NPCX
default y
depends on ESPI_SAF
source "soc/arm/nuvoton_npcx/npcx4/Kconfig.defconfig.npcx4*"
endif # SOC_SERIES_NPCX4