soc: nuvoton_numaker: add guard in defconfg

It must be guarded so the option selection doesn't appear at root level.

Fixes #59876

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
Manuel Argüelles 2023-06-30 10:36:19 -03:00 committed by Chris Friedt
parent 915a649392
commit c651dfbb2b

View file

@ -4,5 +4,9 @@
source "soc/arm/nuvoton_numaker/*/Kconfig.defconfig.series"
if SOC_FAMILY_NUMAKER
config RESET
default y
endif