19 lines
314 B
Plaintext
19 lines
314 B
Plaintext
# Nuvoton Cortex-M4 Embedded Controller
|
|
|
|
# Copyright (c) 2023 Nuvoton Technology Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_SERIES_NPCX4
|
|
|
|
config NUM_IRQS
|
|
default 128
|
|
|
|
config CORTEX_M_SYSTICK
|
|
default !NPCX_ITIM_TIMER
|
|
|
|
config ESPI_TAF_NPCX
|
|
default y
|
|
depends on ESPI_TAF
|
|
|
|
endif # SOC_SERIES_NPCX4
|