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