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:
parent
915a649392
commit
c651dfbb2b
|
@ -4,5 +4,9 @@
|
|||
|
||||
source "soc/arm/nuvoton_numaker/*/Kconfig.defconfig.series"
|
||||
|
||||
if SOC_FAMILY_NUMAKER
|
||||
|
||||
config RESET
|
||||
default y
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue