1# Copyright (c) 2024 Nuvoton Technology Corporation.
2#
3# SPDX-License-Identifier: Apache-2.0
4
5config SOC_FAMILY_NPCM
6	bool
7
8config SOC_FAMILY
9	default "npcm" if SOC_FAMILY_NPCM
10
11rsource "*/Kconfig.soc"
12