2024-03-06 06:45:15 +08:00
|
|
|
# Copyright 2024 NXP
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2024-08-13 00:52:05 +08:00
|
|
|
#
|
|
|
|
# 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.
|
2024-03-06 06:45:15 +08:00
|
|
|
|
|
|
|
if SOC_FAMILY_NXP_MCX
|
|
|
|
|
2024-08-10 04:33:18 +08:00
|
|
|
rsource "*/Kconfig.defconfig"
|
|
|
|
|
2024-03-06 06:45:15 +08:00
|
|
|
endif # SOC_FAMILY_NXP_MCX
|