16 lines
379 B
Plaintext
16 lines
379 B
Plaintext
|
# Nuvoton Cortex-M4 Embedded Controller NPCX7 series
|
||
|
|
||
|
# Copyright (c) 2020 Nuvoton Technology Corporation.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config SOC_SERIES_NPCX7
|
||
|
bool "Nuvoton NPCX7 Series"
|
||
|
select ARM
|
||
|
select CPU_CORTEX_M4
|
||
|
select CPU_CORTEX_M_HAS_DWT
|
||
|
select CPU_HAS_FPU
|
||
|
select CPU_HAS_ARM_MPU
|
||
|
select SOC_FAMILY_NPCX
|
||
|
help
|
||
|
Enable support for Nuvoton NPCX7 series
|