1# Copyright (c) 2024 Nuvoton Technology Corporation.
2#
3# SPDX-License-Identifier: Apache-2.0
4
5config SOC_SERIES_NPCM4
6 select ARM
7 select CPU_CORTEX_M4
8 select CPU_CORTEX_M_HAS_DWT
9 select CORTEX_M_SYSTICK
10 select CPU_HAS_ARM_MPU
11 select CLOCK_CONTROL
12