blob: c1207a117a25a3da4ca82b5f9f001204ae8a7891 [file] [log] [blame]
# Copyright (c) 2023 Nuvoton Technology Corporation.
#
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_M46X
bool
select SOC_FAMILY_NUMAKER
help
Enable support for Nuvoton M46X MCU series
config SOC_M467
bool
select SOC_SERIES_M46X
config SOC_SERIES
default "m46x" if SOC_SERIES_M46X
config SOC
default "m467" if SOC_M467