1# Nuvoton Cortex-M4 Embedded Controller
2
3# Copyright (c) 2021 Nuvoton Technology Corporation.
4# SPDX-License-Identifier: Apache-2.0
5
6if SOC_NPCX9M3F
7
8config SOC
9	default "npcx9m3f"
10
11endif # SOC_NPCX9M3F
12