1# Nuvoton Cortex-M4 Embedded Controller NPCX9 series
2
3# Copyright (c) 2021 Nuvoton Technology Corporation.
4# SPDX-License-Identifier: Apache-2.0
5
6config SOC_SERIES_NPCX9
7	select ARM
8	select CPU_CORTEX_M4
9	select CPU_CORTEX_M_HAS_DWT
10	select CPU_HAS_FPU
11	select CPU_HAS_ARM_MPU
12	select SOC_FAMILY_NPCX
13	select HAS_PM
14
15config NPCX_VCC1_RST_HANG_WORKAROUND
16	bool
17	depends on SOC_NPCX9M7FB
18	default y
19	help
20	  Workaround the issue "Possible Hang-Up After VCC1_RST Reset"
21	  in the npcx9m7fb SoC errata.
22