zephyr/soc/nxp/mcx/Kconfig
Declan Snyder 6300dc6aa7 soc: nxp: mcx: Do not use family level config
Move all dependencies of the family config to series level,
and put a disclaimer saying not to use the family config.

Change all occurrences of the family config in code to the
MCXNX4X series config.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
2024-08-22 09:14:24 +02:00

15 lines
436 B
Text

# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
# Do NOT select anything from the MCX family kconfig,
# and do not make it a dependency of anything else.
# If there is some similarity between series,
# use if SERIES_A || SERIES_B or something of that
# effect rather than the family config.
# This is because MCX series is expected to be very diverse.
if SOC_FAMILY_NXP_MCX
rsource "*/Kconfig"
endif # SOC_FAMILY_NXP_MCX