1# Copyright 2022,2024 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config SOC_FAMILY_NXP_S32
5	bool
6
7config SOC_FAMILY
8	default "nxp_s32" if SOC_FAMILY_NXP_S32
9
10rsource "*/Kconfig.soc"
11