512371b75b
Add initial support for nuvoton numaker m46x SoC series including basic init. Signed-off-by: cyliang tw <cyliang@nuvoton.com>
13 lines
235 B
Plaintext
13 lines
235 B
Plaintext
# Copyright (c) 2023 Nuvoton Technology Corporation.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_SERIES_M46X
|
|
|
|
source "soc/arm/nuvoton_numaker/m46x/Kconfig.defconfig.m46*"
|
|
|
|
config SOC_SERIES
|
|
default "m46x"
|
|
|
|
endif # SOC_SERIES_M46X
|