1# Copyright (c) 2023 Nuvoton Technology Corporation.
2#
3# SPDX-License-Identifier: Apache-2.0
4
5source "soc/arm/nuvoton_numaker/*/Kconfig.defconfig.series"
6
7if SOC_FAMILY_NUMAKER
8
9config RESET
10	default y
11
12endif
13