f93e37e84b
Add initial support for NXP MCXN947 SoC Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com> Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
11 lines
177 B
Plaintext
11 lines
177 B
Plaintext
# Copyright 2024 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_FAMILY_NXP_MCX
|
|
bool
|
|
|
|
config SOC_FAMILY
|
|
default "nxp_mcx" if SOC_FAMILY_NXP_MCX
|
|
|
|
rsource "*/Kconfig.soc"
|