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 bool "Nuvoton NPCX9 Series" 8 select ARM 9 select CPU_CORTEX_M4 10 select CPU_CORTEX_M_HAS_DWT 11 select CPU_HAS_FPU 12 select CPU_HAS_ARM_MPU 13 select SOC_FAMILY_NPCX 14 help 15 Enable support for Nuvoton NPCX9 series 16