zephyr/soc/nxp/mcx/Kconfig.soc
Mahesh Mahadevan f93e37e84b soc: mcxn947: Add support for NXP MCXN947
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>
2024-03-13 22:38:46 +00:00

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"