Add initial support for nuvoton npcm400, which is a chip family of Satellite Management Controller(SMC). Add ecst python scripts to append the header used by ROM Code Signed-off-by: Tyrone Ting <kfting@nuvoton.com> Signed-off-by: James Chiang <cpchiang1@nuvoton.com> Signed-off-by: Joseph Liu <kwliu@nuvoton.com>
10 lines
159 B
Plaintext
10 lines
159 B
Plaintext
# Copyright (c) 2024 Nuvoton Technology Corporation.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_FAMILY_NPCM
|
|
|
|
rsource "*/Kconfig"
|
|
|
|
endif # SOC_FAMILY_NPCM
|