# Copyright (c) 2024 Nuvoton Technology Corporation.
#
# SPDX-License-Identifier: Apache-2.0

config SOC_SERIES_NPCM4
	select ARM
	select CPU_CORTEX_M4
	select CPU_CORTEX_M_HAS_DWT
	select CORTEX_M_SYSTICK
	select CPU_HAS_ARM_MPU
	select CLOCK_CONTROL
