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>
15 lines
436 B
Text
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
|